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/11/20 19:15:12 UTC

[aries-cdi] 01/03: bnd 4.3.1

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

View the commit online:
https://github.com/apache/aries-cdi/commit/a721780d04a287f1947f575b31f19612c68e6ef9

commit a721780d04a287f1947f575b31f19612c68e6ef9
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Mon Nov 18 22:56:51 2019 -0500

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

diff --git a/cdi-itests/itest.bndrun b/cdi-itests/itest.bndrun
index e34707c..5d12cdf 100644
--- a/cdi-itests/itest.bndrun
+++ b/cdi-itests/itest.bndrun
@@ -44,7 +44,7 @@
 	sun.misc
 
 -runbundles: \
-	biz.aQute.junit;version='[4.3.0,4.3.1)',\
+	biz.aQute.junit;version='[4.3.1,4.3.2)',\
 	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 59e9159..2d32411 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
 	<packaging>pom</packaging>
 
 	<properties>
-		<bnd.version>4.3.0</bnd.version>
+		<bnd.version>4.3.1</bnd.version>
 		<jsp.version>2.0</jsp.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<surefire.version>2.12</surefire.version>
@@ -347,7 +347,7 @@
 					<version>${bnd.version}</version>
 					<configuration>
 						<failOnChanges>false</failOnChanges>
-						<includeOptional>false</includeOptional>
+						<reportOptional>false</reportOptional>
 					</configuration>
 					<executions>
 						<execution>