This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
new 12db430 [KARAF-6314] Upgrade to bndlib 3.5.0
12db430 is described below
commit 12db430bc7ef8444f4edd320b5116c8066671f18
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Jun 5 07:56:05 2019 +0200
[KARAF-6314] Upgrade to bndlib 3.5.0
---
assemblies/features/standard/pom.xml | 2 +-
pom.xml | 4 ++--
scr/management/pom.xml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/assemblies/features/standard/pom.xml
b/assemblies/features/standard/pom.xml
index be22372..2b123b4 100644
--- a/assemblies/features/standard/pom.xml
+++ b/assemblies/features/standard/pom.xml
@@ -248,7 +248,7 @@
</dependency>
<dependency>
<groupId>biz.aQute.bnd</groupId>
- <artifactId>bndlib</artifactId>
+ <artifactId>biz.aQute.bndlib</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index bf2b751..9567dea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@
<equinox.groupId>org.eclipse.platform</equinox.groupId>
<equinox.artifactId>org.eclipse.osgi</equinox.artifactId>
<equinox.version>3.12.100</equinox.version>
- <bndlib.version>2.4.0</bndlib.version>
+ <bndlib.version>3.5.0</bndlib.version>
<equinox.region.version>1.2.101.v20150831-1342</equinox.region.version>
<equinox.coordinator.version>1.1.0.v20120522-1841</equinox.coordinator.version>
@@ -1041,7 +1041,7 @@
<dependency>
<groupId>biz.aQute.bnd</groupId>
- <artifactId>bndlib</artifactId>
+ <artifactId>biz.aQute.bndlib</artifactId>
<version>${bndlib.version}</version>
</dependency>
<dependency>
diff --git a/scr/management/pom.xml b/scr/management/pom.xml
index 2108444..b93857d 100644
--- a/scr/management/pom.xml
+++ b/scr/management/pom.xml
@@ -67,7 +67,7 @@
</dependency>
<dependency>
<groupId>biz.aQute.bnd</groupId>
- <artifactId>bndlib</artifactId>
+ <artifactId>biz.aQute.bndlib</artifactId>
<scope>provided</scope>
</dependency>
<dependency>