Skip to content

Commit 2a692d5

Browse files
committed
bump 0.0.2-SNAPSHOT
1 parent 91dd9ea commit 2a692d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apply plugin: 'java'
1616
apply plugin: "com.vanniktech.maven.publish"
1717

1818
group 'com.trivago'
19-
version '0.0.1'
19+
version '0.0.2-SNAPSHOT'
2020

2121
sourceCompatibility = 1.8
2222
targetCompatibility = 1.8

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.trivago
2-
VERSION_NAME=0.0.1
2+
VERSION_NAME='0.0.2-SNAPSHOT'
33

44
POM_URL=https://github.com/trivago/fastutil-concurrent-wrapper
55
POM_SCM_URL=https://github.com/trivago/fastutil-concurrent-wrapper

0 commit comments

Comments
 (0)