We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91dd9ea commit 2a692d5Copy full SHA for 2a692d5
build.gradle
@@ -16,7 +16,7 @@ apply plugin: 'java'
16
apply plugin: "com.vanniktech.maven.publish"
17
18
group 'com.trivago'
19
-version '0.0.1'
+version '0.0.2-SNAPSHOT'
20
21
sourceCompatibility = 1.8
22
targetCompatibility = 1.8
gradle.properties
@@ -1,5 +1,5 @@
1
GROUP=com.trivago
2
-VERSION_NAME=0.0.1
+VERSION_NAME='0.0.2-SNAPSHOT'
3
4
POM_URL=https://github.com/trivago/fastutil-concurrent-wrapper
5
POM_SCM_URL=https://github.com/trivago/fastutil-concurrent-wrapper
0 commit comments