File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ development-job:
99 except :
1010 - ' tags'
1111 script :
12- - ' mvn versions:set -DnewVersion=1.2.3 -SNAPSHOT'
12+ - ' mvn versions:set -DnewVersion=1.2.4 -SNAPSHOT'
1313 - ' mvn versions:update-child-modules'
1414 - ' mvn -DgitVer=git-$CI_COMMIT_SHORT_SHA- -U clean install -s ci_settings.xml'
1515 artifacts :
@@ -21,7 +21,7 @@ release-job:
2121 only :
2222 - ' tags'
2323 script :
24- - ' mvn versions:set -DnewVersion=1.2.3 '
24+ - ' mvn versions:set -DnewVersion=1.2.4 '
2525 - ' mvn versions:update-child-modules'
2626 - ' mvn -DgitVer='''' -U clean deploy -s ci_settings.xml'
2727 after_script :
Original file line number Diff line number Diff line change 66
77 <groupId >com.andrei1058.bedwars</groupId >
88 <artifactId >proxy</artifactId >
9- <version >1.2.3-SNAPSHOT </version >
9+ <version >1.2.4 </version >
1010 <modules >
1111 <module >proxy-api</module >
1212 <module >proxy-plugin</module >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >proxy</artifactId >
77 <groupId >com.andrei1058.bedwars</groupId >
8- <version >1.2.3-SNAPSHOT </version >
8+ <version >1.2.4 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >proxy</artifactId >
77 <groupId >com.andrei1058.bedwars</groupId >
8- <version >1.2.3-SNAPSHOT </version >
8+ <version >1.2.4 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
You can’t perform that action at this time.
0 commit comments