Skip to content

Commit

Permalink
Initial release of 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoLimmen committed Mar 18, 2017
1 parent 98eeb3f commit 1d24cce
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 @@ -6,7 +6,7 @@ apply plugin: 'java'
apply plugin: 'maven'

String mavenGroupId = 'org.limmen.photoarchive'
String mavenVersion = '1.0-SNAPSHOT'
String mavenVersion = '0.0.1'

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

0 comments on commit 1d24cce

Please sign in to comment.