Skip to content

Commit

Permalink
increment version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Sep 10, 2019
1 parent ea37bc2 commit 60279d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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>UnitFXParent</name>
<groupId>com.dlsc.unitfx</groupId>
<artifactId>parent</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>com.dlsc.unitfx</groupId>
<artifactId>unitfx</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions unitfx-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.dlsc.unitfx</groupId>
<artifactId>parent</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>

<artifactId>unitfx-demo</artifactId>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.dlsc.unitfx</groupId>
<artifactId>unitfx</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>

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

<groupId>com.dlsc.unitfx</groupId>
<artifactId>unitfx</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>jar</packaging>

<name>UnitFX</name>
Expand Down

0 comments on commit 60279d3

Please sign in to comment.