Skip to content

Commit

Permalink
increment version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Apr 17, 2020
1 parent e454994 commit 1cca891
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gemsfx-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>parent</artifactId>
<version>1.5.2</version>
<version>1.6.0</version>
</parent>

<artifactId>gemsfx-demo</artifactId>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>gemsfx</artifactId>
<version>1.5.2</version>
<version>1.6.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion gemsfx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.dlsc.gemsfx</groupId>
<artifactId>gemsfx</artifactId>
<version>1.5.2</version>
<version>1.6.0</version>
<packaging>jar</packaging>

<name>GemsFX</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>GemsFXParent</name>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>parent</artifactId>
<version>1.5.2</version>
<version>1.6.0</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>gemsfx</artifactId>
<version>1.5.2</version>
<version>1.6.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 1cca891

Please sign in to comment.