Skip to content

Commit

Permalink
Merge branch 'release/2.1.0'
Browse files Browse the repository at this point in the history
# Conflicts:
#	cu-cli/pom.xml
#	cu-core/pom.xml
#	cu-docker-api/pom.xml
#	cu-manager/pom.xml
#	cu-manager/src/main/resources/application.properties
#	cu-maven/pom.xml
#	pom.xml
  • Loading branch information
zepouet committed Aug 10, 2017
1 parent 8d54a95 commit 0bffd4a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cu-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fr.treeptik</groupId>
<artifactId>cloudunit</artifactId>
<version>2.1.0-RELEASE</version>
<version>2.2.0-SNAPSHOT</version>
</parent>
<artifactId>cu-cli</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion cu-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>cloudunit</artifactId>
<groupId>fr.treeptik</groupId>
<version>2.1.0-RELEASE</version>
<version>2.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cu-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cu-docker-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>fr.treeptik</groupId>
<artifactId>cloudunit</artifactId>
<version>2.1.0-RELEASE</version>
<version>2.2.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion cu-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.treeptik</groupId>
<artifactId>cloudunit</artifactId>
<version>2.1.0-RELEASE</version>
<version>2.2.0-SNAPSHOT</version>
</parent>
<artifactId>cu-manager</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cu-manager/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# For any questions, contact us : contact@treeptik.fr
#

api.version=2.1.0-RELEASE
api.version=2.2.0-SNAPSHOT
api.timestamp=${api.timestamp}

database.showSQL=false
Expand Down
2 changes: 1 addition & 1 deletion cu-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fr.treeptik</groupId>
<artifactId>cloudunit</artifactId>
<version>2.1.0-RELEASE</version>
<version>2.2.0-SNAPSHOT</version>
</parent>
<artifactId>cloudunit-maven</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.treeptik</groupId>
<artifactId>cloudunit</artifactId>
<version>2.1.0-RELEASE</version>
<version>2.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 0bffd4a

Please sign in to comment.