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 49686ac0e SM-5828: Create OSGi bundle for paranamer 2.8.3
49686ac0e is described below
commit 49686ac0e1c829d747b8b6b8527cf323f9435daa
Author: JB Onofré <[email protected]>
AuthorDate: Sun May 4 06:55:33 2025 +0200
SM-5828: Create OSGi bundle for paranamer 2.8.3
---
{paranamer-2.8 => paranamer-2.8.3}/pom.xml | 8 ++++----
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 1 +
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/paranamer-2.8/pom.xml b/paranamer-2.8.3/pom.xml
similarity index 95%
rename from paranamer-2.8/pom.xml
rename to paranamer-2.8.3/pom.xml
index 0742ae80c..e96c14db8 100644
--- a/paranamer-2.8/pom.xml
+++ b/paranamer-2.8.3/pom.xml
@@ -24,14 +24,14 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>12</version>
+ <version>16</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.paranamer</artifactId>
<packaging>bundle</packaging>
- <version>2.8_2-SNAPSHOT</version>
+ <version>2.8.3_1-SNAPSHOT</version>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<description>This OSGi bundle wraps paranamer ${pkgVersion} jar
file.</description>
@@ -39,13 +39,13 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
- <tag>HEAD</tag>
</scm>
<properties>
<pkgGroupId>com.thoughtworks.paranamer</pkgGroupId>
<pkgArtifactId>paranamer</pkgArtifactId>
- <pkgVersion>2.8</pkgVersion>
+ <pkgVersion>2.8.3</pkgVersion>
+
<servicemix.osgi.source.version>2.8.3.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
com.thoughtworks.paranamer
</servicemix.osgi.export.pkg>
diff --git a/paranamer-2.8/src/main/resources/OSGI-INF/bundle.info
b/paranamer-2.8.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from paranamer-2.8/src/main/resources/OSGI-INF/bundle.info
rename to paranamer-2.8.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 7a4f944f2..c5bc53799 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,6 +237,7 @@
<module>elasticsearch-java-9.0.0</module>
<module>zookeeper-3.9.3</module>
<module>dnsjava-3.6.3</module>
+<module>paranamer-2.8.3</module>
</modules>
</project>