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 16c7e8ad1 SM-5763: Create OSGi bundle for java-util 2.15.0
16c7e8ad1 is described below
commit 16c7e8ad129c83c367d1d971f6368fafad2ea4b9
Author: JB Onofré <[email protected]>
AuthorDate: Thu Oct 3 08:20:51 2024 +0200
SM-5763: Create OSGi bundle for java-util 2.15.0
---
{java-util-2.13.0 => java-util-2.15.0}/pom.xml | 6 +++---
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/java-util-2.13.0/pom.xml b/java-util-2.15.0/pom.xml
similarity index 96%
rename from java-util-2.13.0/pom.xml
rename to java-util-2.15.0/pom.xml
index f5eec72ba..b1bcc1047 100644
--- a/java-util-2.13.0/pom.xml
+++ b/java-util-2.15.0/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.java-util</artifactId>
<packaging>bundle</packaging>
- <version>2.13.0_1-SNAPSHOT</version>
+ <version>2.15.0_1-SNAPSHOT</version>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
@@ -44,8 +44,8 @@
<properties>
<pkgGroupId>com.cedarsoftware</pkgGroupId>
<pkgArtifactId>java-util</pkgArtifactId>
- <pkgVersion>2.13.0</pkgVersion>
-
<servicemix.osgi.source.version>2.13.0.1</servicemix.osgi.source.version>
+ <pkgVersion>2.15.0</pkgVersion>
+
<servicemix.osgi.source.version>2.15.0.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
com.cedarsoftware.util
</servicemix.osgi.export.pkg>
diff --git a/java-util-2.13.0/src/main/resources/OSGI-INF/bundle.info
b/java-util-2.15.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from java-util-2.13.0/src/main/resources/OSGI-INF/bundle.info
rename to java-util-2.15.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 95e7dc167..6ca233d24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
<module>pulsar-client-admin-3.3.0</module>
<module>snmp4j-3.8.2</module>
<module>hadoop-client-3.4.0</module>
- <module>java-util-2.13.0</module>
+ <module>java-util-2.15.0</module>
<module>spring-batch-core-5.1.2</module>
<module>spring-batch-infrastructure-5.1.2</module>
<module>saxon-12.5</module>