You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by js...@apache.org on 2016/04/04 19:59:00 UTC

aurora git commit: Upgrade build tools.

Repository: aurora
Updated Branches:
  refs/heads/master 11f1e0d11 -> f6be7b650


Upgrade build tools.

This brings Gradle to 2.12, release notes here:
  https://docs.gradle.org/2.11/release-notes
  https://docs.gradle.org/2.12/release-notes

Pants is upgraded to 0.0.80, release notes here:
  http://pantsbuild.github.io/changelog.html

Reviewed at https://reviews.apache.org/r/45661/


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/f6be7b65
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/f6be7b65
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/f6be7b65

Branch: refs/heads/master
Commit: f6be7b6502014b5126b517e58ddf402c3f979f6a
Parents: 11f1e0d
Author: John Sirois <js...@apache.org>
Authored: Mon Apr 4 11:58:59 2016 -0600
Committer: John Sirois <jo...@gmail.com>
Committed: Mon Apr 4 11:58:59 2016 -0600

----------------------------------------------------------------------
 buildSrc/gradle.properties               | 2 +-
 gradle/wrapper/gradle-wrapper.properties | 2 +-
 pants.ini                                | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/f6be7b65/buildSrc/gradle.properties
----------------------------------------------------------------------
diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties
index 7231dba..075726f 100644
--- a/buildSrc/gradle.properties
+++ b/buildSrc/gradle.properties
@@ -1,3 +1,3 @@
 # When upgrading gradle versions, be sure to update the relevant files in the aurora-packaging
 # repo as well. See https://reviews.apache.org/r/39113/ for an example.
-GRADLE_VERSION = 2.10
+GRADLE_VERSION = 2.12

http://git-wip-us.apache.org/repos/asf/aurora/blob/f6be7b65/gradle/wrapper/gradle-wrapper.properties
----------------------------------------------------------------------
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index f70fc30..8508237 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-bin.zip

http://git-wip-us.apache.org/repos/asf/aurora/blob/f6be7b65/pants.ini
----------------------------------------------------------------------
diff --git a/pants.ini b/pants.ini
index b1a42d1..1043275 100644
--- a/pants.ini
+++ b/pants.ini
@@ -11,8 +11,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-[DEFAULT]
-pants_version: 0.0.75
+[GLOBAL]
+pants_version: 0.0.80
 
 plugins: [
     'pantsbuild.pants.contrib.python.checks==%(pants_version)s',