You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2016/11/24 10:53:18 UTC

[14/50] [abbrv] aries-jax-rs-whiteboard git commit: bnd 3.3.0

bnd 3.3.0


Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/97d9eea6
Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/97d9eea6
Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/97d9eea6

Branch: refs/heads/master
Commit: 97d9eea6353bd32a62117607b287d6d2f6acf91d
Parents: 7694659
Author: Raymond Auge <ra...@liferay.com>
Authored: Tue Oct 11 14:02:04 2016 -0400
Committer: Raymond Auge <ra...@liferay.com>
Committed: Tue Oct 11 14:02:04 2016 -0400

----------------------------------------------------------------------
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/97d9eea6/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index c7e6814..989ec63 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ buildscript {
 		}
 	}
 	dependencies {
-		classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:3.1.0'
+		classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:3.3.0'
 		classpath 'com.liferay:com.liferay.ant.bnd:2.0.21'
 	}
 }
@@ -37,5 +37,5 @@ subprojects {
 }
 
 task wrapper(type:Wrapper){
-	gradleVersion = '2.9'
+	gradleVersion = '3.1'
 }