Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni committed May 7, 2018
1 parent 8720226 commit fa65d7e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cloudesire-api-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-api-client</artifactId>
<groupId>com.cloudesire.platform</groupId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.cloudesire.platform</groupId>
<artifactId>cmw-dto</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions cmw-dto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>com.cloudesire.platform</groupId>
<artifactId>java-api-client</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<artifactId>cmw-dto</artifactId>
<dependencies>
<dependency>
<groupId>com.cloudesire.platform</groupId>
<artifactId>common-dto</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand Down
2 changes: 1 addition & 1 deletion common-dto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.cloudesire.platform</groupId>
<artifactId>java-api-client</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>
</parent>
<artifactId>common-dto</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.cloudesire.platform</groupId>
<artifactId>java-api-client</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.0</version>

<name>java-api-client</name>
<description>Java API client for Cloudesire platform</description>
Expand Down

0 comments on commit fa65d7e

Please sign in to comment.