[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 <[email protected]> Authored: Wed Jan 3 14:08:39 2018 +0530 Committer: Abhishek Tiwari <[email protected]> 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 +
