diff --git a/.project b/.project index 5da5821..0a48580 100644 --- a/.project +++ b/.project @@ -1,6 +1,6 @@ - nawaman-nullablej + nullablej Project NawaMan's NullableJ. diff --git a/gradle.properties b/gradle.properties index a43db0f..cdc1eba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,4 @@ -theGroup=nawaman-nullablej -theVersion =0.2.0 +theGroup=nawaman +theName=nullablej +theVersion =0.3.0 theSourceCompatibility=1.8 diff --git a/publish.sh b/publish.sh index f246e78..39d7014 100755 --- a/publish.sh +++ b/publish.sh @@ -1,7 +1,7 @@ #!/bin/bash gradle clean build publishToMavenLocal -PROJECTREPO=~/.m2/repository/nawaman-nullablej +PROJECTREPO=~/.m2/repository/nawaman PUBLISHREPO=../nawaman-maven-repository if [ -d $PUBLISHREPO ]; then diff --git a/settings.gradle b/settings.gradle index b12f0cf..5b8077f 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1,2 @@ -rootProject.name = theGroup +rootProject.name = theName