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 <[email protected]> Authored: Tue Oct 11 14:02:04 2016 -0400 Committer: Raymond Auge <[email protected]> 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' }
