Skip to content

Commit 88cee79

Browse files
committed
Fix Next SNAPSHOT version
Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com>
1 parent 42344d4 commit 88cee79

21 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Move to next SNAPSHOT
4040
run: |
41-
mvn versions:set -DnewVersion="${{ env.NEXT_RELEASE_VERSION }}"
41+
mvn versions:set -DnewVersion="${{ env.NEXT_RELEASE_VERSION }}-SNAPSHOT"
4242
mvn versions:commit
4343
git add .
4444
git commit -m "Move to next SNAPSHOT"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>dev.voidframework</groupId>
88
<artifactId>voidframework</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.1.2</version>
10+
<version>1.1.2-SNAPSHOT</version>
1111
<name>Void Framework</name>
1212
<description>Light and modular Framework for Java</description>
1313
<url>https://voidframework.dev</url>

sample-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>voidframework</artifactId>
99
<groupId>dev.voidframework</groupId>
10-
<version>1.1.2</version>
10+
<version>1.1.2-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>sample-project</artifactId>

voidframework-cache-redis/pom.xml

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

voidframework-cache/pom.xml

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

voidframework-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>voidframework</artifactId>
99
<groupId>dev.voidframework</groupId>
10-
<version>1.1.2</version>
10+
<version>1.1.2-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>voidframework-core</artifactId>

voidframework-datasource-c3p0/pom.xml

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

voidframework-datasource-hikaricp/pom.xml

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

voidframework-datasource/pom.xml

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

voidframework-healthcheck/pom.xml

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

0 commit comments

Comments
 (0)