diff --git a/build.gradle b/build.gradle index e3021bd..e31d9c9 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'maven' } -group 'com.cubetiqs' +group 'com.cubetiqs.libra' version '1.0-SNAPSHOT' repositories { diff --git a/scripts/push b/scripts/push index e8ae0cd..911a4e5 100755 --- a/scripts/push +++ b/scripts/push @@ -1,5 +1,4 @@ #!/bin/bash git push origin master -git push github master - +git push github master \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index 397b1c1..ec4f103 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -rootProject.name = 'cubetiq-parent' +rootProject.name = 'parent'