Repository: incubator-gobblin Updated Branches: refs/heads/master b7f123f77 -> 85ba58d51
Change gradle properties to reflect 0.12.0 version Project: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/commit/33146a9b Tree: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/tree/33146a9b Diff: http://git-wip-us.apache.org/repos/asf/incubator-gobblin/diff/33146a9b Branch: refs/heads/master Commit: 33146a9b18c0bb08ed3e388fda473c035f3c1c34 Parents: b7f123f Author: Abhishek Tiwari <[email protected]> Authored: Wed Mar 21 02:28:30 2018 -0700 Committer: Abhishek Tiwari <[email protected]> Committed: Wed Mar 21 02:28:30 2018 -0700 ---------------------------------------------------------------------- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gobblin/blob/33146a9b/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index b03155d..88d130e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,7 +31,7 @@ org.gradle.parallel=true ide.recursive=true # Apache release specific -version=0.13.0 +version=0.12.0 group=org.apache.gobblin release=false
