Skip to content

Commit 5240ee4

Browse files
committed
Changed back version of unitfx to 1.0.9-SNAPSHOT.
1 parent 59b223a commit 5240ee4

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</version>
16+
<version>1.0.9-SNAPSHOT</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</version>
10+
<version>1.0.9-SNAPSHOT</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</version>
10+
<version>1.0.9-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>unitfx</artifactId>

0 commit comments

Comments
 (0)