Skip to content

Commit 7cd37b0

Browse files
committed
version string update
1 parent 685b3ff commit 7cd37b0

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ development-job:
99
except:
1010
- 'tags'
1111
script:
12-
- 'mvn versions:set -DnewVersion=1.2.2-SNAPSHOT'
12+
- 'mvn versions:set -DnewVersion=1.2.3-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.2'
24+
- 'mvn versions:set -DnewVersion=1.2.3'
2525
- 'mvn versions:update-child-modules'
2626
- 'mvn -DgitVer='''' -U clean deploy -s ci_settings.xml'
2727
after_script:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.andrei1058.bedwars</groupId>
88
<artifactId>proxy</artifactId>
9-
<version>1.2.0-SNAPSHOT</version>
9+
<version>1.2.3-SNAPSHOT</version>
1010
<modules>
1111
<module>proxy-api</module>
1212
<module>proxy-plugin</module>

proxy-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>proxy</artifactId>
77
<groupId>com.andrei1058.bedwars</groupId>
8-
<version>1.2.0-SNAPSHOT</version>
8+
<version>1.2.3-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

proxy-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>proxy</artifactId>
77
<groupId>com.andrei1058.bedwars</groupId>
8-
<version>1.2.0-SNAPSHOT</version>
8+
<version>1.2.3-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)