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 fc14cdf80 [SM-5115] Create OSGi bundles for antlr 3.5.3
fc14cdf80 is described below

commit fc14cdf801520e0721c47359d5473ee251759d2d
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Apr 27 21:21:51 2022 +0200

    [SM-5115] Create OSGi bundles for antlr 3.5.3
---
 {antlr-3.5.2 => antlr-3.5.3}/pom.xml                                  | 4 ++--
 {antlr-3.5.2 => antlr-3.5.3}/src/main/resources/OSGI-INF/bundle.info  | 0
 {antlr-runtime-3.5.2 => antlr-runtime-3.5.3}/pom.xml                  | 4 ++--
 .../src/main/resources/OSGI-INF/bundle.info                           | 0
 pom.xml                                                               | 2 ++
 5 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/antlr-3.5.2/pom.xml b/antlr-3.5.3/pom.xml
similarity index 98%
rename from antlr-3.5.2/pom.xml
rename to antlr-3.5.3/pom.xml
index 634ad689f..154479fa3 100644
--- a/antlr-3.5.2/pom.xml
+++ b/antlr-3.5.3/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.antlr</artifactId>
-    <version>3.5.2_2-SNAPSHOT</version>
+    <version>3.5.3_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -38,7 +38,7 @@
     <properties>
         <pkgGroupId>org.antlr</pkgGroupId>
         <pkgArtifactId>antlr</pkgArtifactId>
-        <pkgVersion>3.5.2</pkgVersion>
+        <pkgVersion>3.5.3</pkgVersion>
         <servicemix.osgi.export>
             !org.antlr.stringtemplate*,
             org.antlr*;version=${pkgVersion};-split-package:=merge-first,
diff --git a/antlr-3.5.2/src/main/resources/OSGI-INF/bundle.info 
b/antlr-3.5.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from antlr-3.5.2/src/main/resources/OSGI-INF/bundle.info
rename to antlr-3.5.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/antlr-runtime-3.5.2/pom.xml b/antlr-runtime-3.5.3/pom.xml
similarity index 98%
rename from antlr-runtime-3.5.2/pom.xml
rename to antlr-runtime-3.5.3/pom.xml
index 17b01ed71..94a4e286b 100644
--- a/antlr-runtime-3.5.2/pom.xml
+++ b/antlr-runtime-3.5.3/pom.xml
@@ -30,7 +30,7 @@
     
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.antlr-runtime</artifactId>
-    <version>3.5.2_2-SNAPSHOT</version>
+    <version>3.5.3_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -38,7 +38,7 @@
     <properties>
         <pkgGroupId>org.antlr</pkgGroupId>
         <pkgArtifactId>antlr-runtime</pkgArtifactId>
-        <pkgVersion>3.5.2</pkgVersion>
+        <pkgVersion>3.5.3</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.antlr.runtime
         </servicemix.osgi.export.pkg>
diff --git a/antlr-runtime-3.5.2/src/main/resources/OSGI-INF/bundle.info 
b/antlr-runtime-3.5.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from antlr-runtime-3.5.2/src/main/resources/OSGI-INF/bundle.info
rename to antlr-runtime-3.5.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 070a9dac5..e222afbbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,6 +113,8 @@
       <module>snmp4j-3.6.7</module>
       <module>azure-identity-1.5.0</module>
       <module>azure-core-1.27.0</module>
+      <module>antlr-3.5.3</module>
+      <module>antlr-runtime-3.5.3</module>
     </modules>
 
 </project>

Reply via email to