Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Iuvshin committed May 19, 2015
1 parent d675bf0 commit 77d6b86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assembly-sdk-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>che-sdk-parent</artifactId>
<groupId>org.eclipse.che.sdk</groupId>
<version>3.10.0</version>
<version>3.10.1-SNAPSHOT</version>
</parent>
<artifactId>assembly-sdk-war</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assembly-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>che-sdk-parent</artifactId>
<groupId>org.eclipse.che.sdk</groupId>
<version>3.10.0</version>
<version>3.10.1-SNAPSHOT</version>
</parent>
<artifactId>assembly-sdk</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</parent>
<groupId>org.eclipse.che.sdk</groupId>
<artifactId>che-sdk-parent</artifactId>
<version>3.10.0</version>
<version>3.10.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Che SDK :: Parent</name>
<modules>
Expand All @@ -30,7 +30,7 @@
<scm>
<connection>scm:git:git@github.com:codenvy/che.git</connection>
<developerConnection>scm:git:git@github.com:codenvy/che.git</developerConnection>
<tag>3.10.0</tag>
<tag>HEAD</tag>
<url>https://github.com/codenvy/che</url>
</scm>
<properties>
Expand Down

0 comments on commit 77d6b86

Please sign in to comment.