Skip to content

Commit

Permalink
increment version to 1.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jan 24, 2021
1 parent e80ec27 commit a39dc4b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions gemsfx-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<name>GemsFXDemo</name>

<version>1.25.2</version>
<version>1.25.3</version>

<parent>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>parent</artifactId>
<version>1.25.2</version>
<version>1.25.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -134,7 +134,7 @@
<dependency>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>gemsfx</artifactId>
<version>1.25.2</version>
<version>1.25.3</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions gemsfx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>parent</artifactId>
<version>1.25.2</version>
<version>1.25.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.dlsc.gemsfx</groupId>
<artifactId>gemsfx</artifactId>
<version>1.25.2</version>
<version>1.25.3</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.25.2</version>
<version>1.25.3</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>gemsfx</artifactId>
<version>1.25.2</version>
<version>1.25.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit a39dc4b

Please sign in to comment.