You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2019/10/16 16:00:11 UTC

[aries-cdi] 02/02: update to bnd 4.3.0

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git

commit ceccc246a0e7b2efa7a8f72d91755a2c9289b560
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Wed Oct 16 10:55:02 2019 -0400

    update to bnd 4.3.0
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 cdi-itests/itest.bndrun | 2 +-
 pom.xml                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cdi-itests/itest.bndrun b/cdi-itests/itest.bndrun
index 2604522..e34707c 100644
--- a/cdi-itests/itest.bndrun
+++ b/cdi-itests/itest.bndrun
@@ -44,7 +44,7 @@
 	sun.misc
 
 -runbundles: \
-	biz.aQute.junit;version='[4.2.0,4.2.1)',\
+	biz.aQute.junit;version='[4.3.0,4.3.1)',\
 	javax.ejb-api;version='[3.2.0,3.2.1)',\
 	javax.transaction-api;version='[1.2.0,1.2.1)',\
 	jboss-classfilewriter;version='[1.2.3,1.2.4)',\
diff --git a/pom.xml b/pom.xml
index 10a15e9..59e9159 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
 	<packaging>pom</packaging>
 
 	<properties>
-		<bnd.version>4.2.0</bnd.version>
+		<bnd.version>4.3.0</bnd.version>
 		<jsp.version>2.0</jsp.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<surefire.version>2.12</surefire.version>