Skip to content

Commit

Permalink
Create a new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoLimmen committed Mar 19, 2017
1 parent 6729e93 commit 2270f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'maven'

String mavenGroupId = 'org.limmen.photoarchive'
String mavenVersion = '0.0.2-SNAPSHOT'
String mavenVersion = '0.0.2'

sourceCompatibility = '1.8'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
Expand Down

0 comments on commit 2270f2f

Please sign in to comment.