You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by ab...@apache.org on 2018/01/03 11:11:36 UTC

[2/2] incubator-gobblin git commit: [GOBBLIN-355] Added Apache version and group in gradle properties

[GOBBLIN-355] Added Apache version and group in gradle properties


Project: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/commit/977e985a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/tree/977e985a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/diff/977e985a

Branch: refs/heads/0.12.0
Commit: 977e985afdf718d5a4d8bde108dd6e1b50e89519
Parents: 3cf8233
Author: Abhishek Tiwari <ab...@gmail.com>
Authored: Wed Jan 3 14:08:39 2018 +0530
Committer: Abhishek Tiwari <ab...@gmail.com>
Committed: Wed Jan 3 16:41:03 2018 +0530

----------------------------------------------------------------------
 gradle.properties | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/977e985a/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 1a06f6d..7aaf18d 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -29,3 +29,8 @@ org.gradle.parallel=true
 
 # Allows generation of idea/eclipse metadata for a specific subproject and its upstream project dependencies
 ide.recursive=true
+
+# Apache release specific
+version=0.12.0
+group=org.apache.gobblin
+