Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Set next version in master 6.2.0 snapshot (#3)
Browse files Browse the repository at this point in the history
* RELEASE: Update dependencies versions

* RELEASE: Set next development version
  • Loading branch information
Roman Iuvshyn authored Feb 14, 2018
1 parent 1d2bc28 commit 48aa9f2
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion assembly/assembly-ide-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>plugin-json-assembly-parent</artifactId>
<groupId>archetype.it</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
</parent>
<artifactId>assembly-ide-war</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assembly/assembly-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>plugin-json-assembly-parent</artifactId>
<groupId>archetype.it</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
</parent>
<artifactId>assembly-main</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assembly/assembly-wsagent-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>plugin-json-assembly-parent</artifactId>
<groupId>archetype.it</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
</parent>
<artifactId>assembly-wsagent-server</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assembly/assembly-wsagent-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>plugin-json-assembly-parent</artifactId>
<groupId>archetype.it</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
</parent>
<artifactId>assembly-wsagent-war</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>plugin-myjson</artifactId>
<groupId>archetype.it</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>archetype.it</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-myjson/plugin-myjson-ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>plugin-json-parent</artifactId>
<groupId>archetype.it</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
</parent>
<artifactId>plugin-json-ide</artifactId>
<packaging>gwt-lib</packaging>
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-myjson/plugin-myjson-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>plugin-json-parent</artifactId>
<groupId>archetype.it</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
</parent>
<artifactId>plugin-json-server</artifactId>
<name>JSON Sample :: Plugin JSON :: Server</name>
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-myjson/plugin-myjson-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>plugin-json-parent</artifactId>
<groupId>archetype.it</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
</parent>
<artifactId>plugin-json-shared</artifactId>
<name>JSON Sample :: Plugin JSON :: Shared</name>
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-myjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>plugin-parent</artifactId>
<groupId>archetype.it</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
</parent>
<artifactId>plugin-json-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>plugin-myjson</artifactId>
<groupId>archetype.it</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>plugin-parent</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<parent>
<artifactId>maven-depmgt-pom</artifactId>
<groupId>org.eclipse.che.depmgt</groupId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
</parent>
<groupId>archetype.it</groupId>
<artifactId>plugin-myjson</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JSON Sample :: Parent pom</name>
<url>https://www.eclipse.org/che/</url>
Expand All @@ -34,7 +34,7 @@
<url>https://github.com/che-samples/che-plugin-json</url>
</scm>
<properties>
<che.version>6.1.0-SNAPSHOT</che.version>
<che.version>6.2.0-SNAPSHOT</che.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 48aa9f2

Please sign in to comment.