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 c2258ada0 SM-5773: Create OSGi bundle for dnsjava 3.6.2
c2258ada0 is described below
commit c2258ada0514d8d84106c95937868932793b723a
Author: JB Onofré <[email protected]>
AuthorDate: Thu Oct 3 07:56:34 2024 +0200
SM-5773: Create OSGi bundle for dnsjava 3.6.2
---
{dnsjava-3.6.0 => dnsjava-3.6.2}/pom.xml | 6 +++---
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dnsjava-3.6.0/pom.xml b/dnsjava-3.6.2/pom.xml
similarity index 96%
rename from dnsjava-3.6.0/pom.xml
rename to dnsjava-3.6.2/pom.xml
index 10e911b5b..82919e72f 100644
--- a/dnsjava-3.6.0/pom.xml
+++ b/dnsjava-3.6.2/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.dnsjava</artifactId>
- <version>3.6.0_1-SNAPSHOT</version>
+ <version>3.6.2_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>dnsjava</pkgGroupId>
<pkgArtifactId>dnsjava</pkgArtifactId>
- <pkgVersion>3.6.0</pkgVersion>
-
<servicemix.osgi.source.version>3.6.0.1</servicemix.osgi.source.version>
+ <pkgVersion>3.6.2</pkgVersion>
+
<servicemix.osgi.source.version>3.6.2.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.xbill
</servicemix.osgi.export.pkg>
diff --git a/dnsjava-3.6.0/src/main/resources/OSGI-INF/bundle.info
b/dnsjava-3.6.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from dnsjava-3.6.0/src/main/resources/OSGI-INF/bundle.info
rename to dnsjava-3.6.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 99a5aa2d7..1dc9c3ceb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,7 +202,7 @@
<module>spring-webflux-5.3.37</module>
<module>spring-webmvc-5.3.37</module>
<module>spring-websocket-5.3.37</module>
- <module>dnsjava-3.6.0</module>
+ <module>dnsjava-3.6.2</module>
<module>c3p0-0.10.1</module>
<module>mchange-commons-java-0.3.1</module>
<module>aws-java-sdk-2.26.24</module>