We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631cbcf commit 66e10c1Copy full SHA for 66e10c1
reduxfx-lib/pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.netopyr.reduxfx</groupId>
6
<artifactId>reduxfx</artifactId>
7
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.2.0</version>
8
9
<name>ReduxFX</name>
10
<description>Redux Architecture for JavaFX</description>
@@ -34,7 +34,7 @@
34
<connection>scm:git:https://github.com/netopyr/reduxfx.git</connection>
35
<developerConnection>scm:git:git@github.com:netopyr/reduxfx.git</developerConnection>
36
<url>https://github.com/netopyr/reduxfx</url>
37
- <tag>HEAD</tag>
+ <tag>0.2.0</tag>
38
</scm>
39
40
<distributionManagement>
0 commit comments