Skip to content
This repository was archived by the owner on Mar 23, 2022. It is now read-only.

Commit 685ca4a

Browse files
author
Roman Iuvshyn
authored
RELEASE: Set next development version (#109)
1 parent da14d01 commit 685ca4a

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

antlr-java5-grammar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-lib-parent</artifactId>
1919
<groupId>org.eclipse.che.lib</groupId>
20-
<version>6.11.0-SNAPSHOT</version>
20+
<version>6.12.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>antlr-java5-grammar</artifactId>
2323
<packaging>jar</packaging>

che-orion-editor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-lib-parent</artifactId>
1919
<groupId>org.eclipse.che.lib</groupId>
20-
<version>6.11.0-SNAPSHOT</version>
20+
<version>6.12.0-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>che-orion-editor</artifactId>
2323
<packaging>jar</packaging>

che-terminal-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<parent>
1818
<artifactId>che-lib-parent</artifactId>
1919
<groupId>org.eclipse.che.lib</groupId>
20-
<version>6.11.0-SNAPSHOT</version>
20+
<version>6.12.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>che-terminal-client</artifactId>
24-
<version>6.11.0-SNAPSHOT</version>
24+
<version>6.12.0-SNAPSHOT</version>
2525
<packaging>jar</packaging>
2626
<name>Terminal Client</name>
2727
<dependencies>

che-tomcat8-slf4j-logback/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-lib-parent</artifactId>
1919
<groupId>org.eclipse.che.lib</groupId>
20-
<version>6.11.0-SNAPSHOT</version>
20+
<version>6.12.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>che-tomcat8-slf4j-logback</artifactId>

org-eclipse-jdt-core-repack/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-lib-parent</artifactId>
1919
<groupId>org.eclipse.che.lib</groupId>
20-
<version>6.11.0-SNAPSHOT</version>
20+
<version>6.12.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>org-eclipse-jdt-core-repack</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<parent>
1818
<artifactId>maven-depmgt-pom</artifactId>
1919
<groupId>org.eclipse.che.depmgt</groupId>
20-
<version>6.11.0-SNAPSHOT</version>
20+
<version>6.12.0-SNAPSHOT</version>
2121
</parent>
2222
<groupId>org.eclipse.che.lib</groupId>
2323
<artifactId>che-lib-parent</artifactId>
24-
<version>6.11.0-SNAPSHOT</version>
24+
<version>6.12.0-SNAPSHOT</version>
2525
<packaging>pom</packaging>
2626
<name>Che Lib :: Parent</name>
2727
<modules>

swagger/che-swagger-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>che-swagger-parent</artifactId>
1919
<groupId>org.eclipse.che.lib</groupId>
20-
<version>6.11.0-SNAPSHOT</version>
20+
<version>6.12.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>che-swagger-module</artifactId>

swagger/che-swagger-war/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<parent>
1818
<artifactId>che-swagger-parent</artifactId>
1919
<groupId>org.eclipse.che.lib</groupId>
20-
<version>6.11.0-SNAPSHOT</version>
20+
<version>6.12.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>che-swagger-war</artifactId>
24-
<version>6.11.0-SNAPSHOT</version>
24+
<version>6.12.0-SNAPSHOT</version>
2525
<packaging>war</packaging>
2626
<name>Che Lib :: Che Swagger :: War</name>
2727
<build>

swagger/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<parent>
1818
<artifactId>che-lib-parent</artifactId>
1919
<groupId>org.eclipse.che.lib</groupId>
20-
<version>6.11.0-SNAPSHOT</version>
20+
<version>6.12.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>che-swagger-parent</artifactId>
24-
<version>6.11.0-SNAPSHOT</version>
24+
<version>6.12.0-SNAPSHOT</version>
2525
<packaging>pom</packaging>
2626
<name>Che Lib :: Che Swagger :: Parent</name>
2727
<modules>

0 commit comments

Comments
 (0)