We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae49c8f commit 4059a10Copy full SHA for 4059a10
1 file changed
build.gradle
@@ -27,7 +27,7 @@ wrapper {
27
28
def artifactName = 'javapos-config-loader'
29
group = 'org.javapos'
30
-version = '5.0.0' // if version is going to be changed, first add "-SNAPSHOT" to test publishing to MavenCentral's Snapshot repo
+version = '5.0.1-SNAPSHOT' // if version is going to be changed, first add "-SNAPSHOT" to test publishing to MavenCentral's Snapshot repo
31
32
33
///////////////////////////////////////////////////////////////////////////////
0 commit comments