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