Updated version to 0.0.1 (I don't know why 1.0 is default for new projects/modules)

This commit is contained in:
Christian Basler 2015-05-26 17:30:45 +02:00
parent ddf3574c43
commit f0d4f3f81f
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
apply plugin: 'java'
sourceCompatibility = 1.7
version = '1.0'
version = '0.0.1'
repositories {
mavenCentral()

View File

@ -1,7 +1,7 @@
apply plugin: 'java'
sourceCompatibility = 1.7
version = '1.0'
version = '0.0.1'
repositories {
mavenCentral()

View File

@ -1,7 +1,7 @@
apply plugin: 'java'
sourceCompatibility = 1.7
version = '1.0'
version = '0.0.1'
repositories {
mavenCentral()

View File

@ -1,7 +1,7 @@
apply plugin: 'java'
sourceCompatibility = 1.7
version = '1.0'
version = '0.0.1'
repositories {
mavenCentral()

View File

@ -1,7 +1,7 @@
apply plugin: 'java'
sourceCompatibility = 1.7
version = '1.0'
version = '0.0.1'
repositories {
mavenCentral()