Skip to content

Commit 5709ccf

Browse files
🏁 Releasing version 1.0.9
1 parent 5240ee4 commit 5709ccf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<name>UnitFXParent</name>
1414
<groupId>com.dlsc.unitfx</groupId>
1515
<artifactId>unitfx-parent</artifactId>
16-
<version>1.0.9-SNAPSHOT</version>
16+
<version>1.0.9</version>
1717
<packaging>pom</packaging>
1818

1919
<modules>

unitfx-demo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.dlsc.unitfx</groupId>
99
<artifactId>unitfx-parent</artifactId>
10-
<version>1.0.9-SNAPSHOT</version>
10+
<version>1.0.9</version>
1111
</parent>
1212

1313
<name>UnitFXDemo</name>

unitfx/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.dlsc.unitfx</groupId>
99
<artifactId>unitfx-parent</artifactId>
10-
<version>1.0.9-SNAPSHOT</version>
10+
<version>1.0.9</version>
1111
</parent>
1212

1313
<artifactId>unitfx</artifactId>

0 commit comments

Comments
 (0)