Skip to content

Commit f7fa7f3

Browse files
committed
release 1.2.0.Final version update
1 parent 7dceb3f commit f7fa7f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mycontroller.standalone</groupId>
2323
<artifactId>mycontroller-standalone-parent</artifactId>
24-
<version>1.2.0-SNAPSHOT</version>
24+
<version>1.2.0.Final</version>
2525
</parent>
2626

2727
<artifactId>mycontroller-dist</artifactId>

modules/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.mycontroller.standalone</groupId>
2626
<artifactId>mycontroller-standalone-parent</artifactId>
27-
<version>1.2.0-SNAPSHOT</version>
27+
<version>1.2.0.Final</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>org.mycontroller.standalone</groupId>
3030
<artifactId>mycontroller-standalone-parent</artifactId>
31-
<version>1.2.0-SNAPSHOT</version>
31+
<version>1.2.0.Final</version>
3232
<url>https://github.com/mycontroller-org</url>
3333
<inceptionYear>2015</inceptionYear>
3434
<packaging>pom</packaging>

0 commit comments

Comments
 (0)