aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShevek <[email protected]>2013-12-28 03:37:36 -0800
committerShevek <[email protected]>2013-12-28 03:37:36 -0800
commitfd16df830589051764a1bccb33c90cd6ca4c1c57 (patch)
tree4af44d0ccc52228b78c0fd68a34e13535217472e
parentbdc6c852f418c3e042aa41469d84544e5f60a526 (diff)
Buildfile: Choose final maven coordinates.
-rw-r--r--build.gradle2
-rw-r--r--gradle.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index df4f9d3..c99935d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
// Establish version and status
ext.githubProjectName = rootProject.name // Change if github project name is not the same as the root project's name
-group = "org.anarres.${githubProjectName}"
+group = "org.anarres"
buildscript {
repositories {
diff --git a/gradle.properties b/gradle.properties
index f271e55..156e86d 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1 +1 @@
-version=1.4.0-SNAPSHOT
+version=1.4.1