This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git
The following commit(s) were added to refs/heads/master by this push:
new de9d5e5b4 SM-5830: Create OSGi bundle for opensaml 5.1.4
de9d5e5b4 is described below
commit de9d5e5b4a4610b92780136c42595dd401a8e518
Author: JB Onofré <[email protected]>
AuthorDate: Sun May 4 06:49:28 2025 +0200
SM-5830: Create OSGi bundle for opensaml 5.1.4
---
{opensaml-5.1.3 => opensaml-5.1.4}/pom.xml | 6 +++---
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opensaml-5.1.3/pom.xml b/opensaml-5.1.4/pom.xml
similarity index 98%
rename from opensaml-5.1.3/pom.xml
rename to opensaml-5.1.4/pom.xml
index d6f23b496..333e73c42 100644
--- a/opensaml-5.1.3/pom.xml
+++ b/opensaml-5.1.4/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.opensaml</artifactId>
- <version>5.1.3_1-SNAPSHOT</version>
+ <version>5.1.4_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
@@ -44,8 +44,8 @@
<properties>
<pkgGroupId>org.opensaml</pkgGroupId>
<pkgArtifactId>opensaml</pkgArtifactId>
- <pkgVersion>5.1.3</pkgVersion>
-
<servicemix.osgi.source.version>5.1.3.1</servicemix.osgi.source.version>
+ <pkgVersion>5.1.4</pkgVersion>
+
<servicemix.osgi.source.version>5.1.4.1</servicemix.osgi.source.version>
<servicemix.osgi.export>
org.opensaml*;version="${pkgVersion}";-split-package:=merge-first,
net.shibboleth.utilities*;version="${pkgVersion}";-split-package:=merge-first
diff --git a/opensaml-5.1.3/src/main/resources/OSGI-INF/bundle.info
b/opensaml-5.1.4/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from opensaml-5.1.3/src/main/resources/OSGI-INF/bundle.info
rename to opensaml-5.1.4/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 6eeb89183..370df2199 100644
--- a/pom.xml
+++ b/pom.xml
@@ -233,7 +233,7 @@
<module>xstream-1.4.21</module>
<module>opensearch-2.18.0</module>
<module>spring-ldap-3.2.10</module>
-<module>opensaml-5.1.3</module>
+<module>opensaml-5.1.4</module>
<module>elasticsearch-java-9.0.0</module>
<module>zookeeper-3.9.3</module>
</modules>