You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2022/09/29 07:12:18 UTC

[servicemix-bundles] branch master updated: [SM-5326] Create OSGi bundle for stringtemplate 4.3.4

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 b2b20be12 [SM-5326] Create OSGi bundle for stringtemplate 4.3.4
b2b20be12 is described below

commit b2b20be1278780b75388ff3668fdca5603f4e13d
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Sep 29 09:11:49 2022 +0200

    [SM-5326] Create OSGi bundle for stringtemplate 4.3.4
---
 pom.xml                                                           | 1 +
 {stringtemplate-4.3.3 => stringtemplate-4.3.4}/pom.xml            | 8 ++++----
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 871a250a5..c31fe0601 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,6 +110,7 @@
 			<module>spring-integration-core-5.5.15</module>
 			<module>google-gax-grpc-2.19.1</module>
 			<module>xmlbeans-5.1.1</module>
+			<module>stringtemplate-4.3.4</module>
     </modules>
 
 </project>
diff --git a/stringtemplate-4.3.3/pom.xml b/stringtemplate-4.3.4/pom.xml
similarity index 95%
rename from stringtemplate-4.3.3/pom.xml
rename to stringtemplate-4.3.4/pom.xml
index fea7a8aad..7a56e4639 100644
--- a/stringtemplate-4.3.3/pom.xml
+++ b/stringtemplate-4.3.4/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>15</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.stringtemplate</artifactId>
-    <version>4.3.3_2-SNAPSHOT</version>
+    <version>4.3.4_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${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>org.antlr</pkgGroupId>
         <pkgArtifactId>ST4</pkgArtifactId>
-        <pkgVersion>4.3.3</pkgVersion>
+        <pkgVersion>4.3.4</pkgVersion>
+				<servicemix.osgi.source.version>4.3.4.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.stringtemplate
         </servicemix.osgi.export.pkg>
diff --git a/stringtemplate-4.3.3/src/main/resources/OSGI-INF/bundle.info b/stringtemplate-4.3.4/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from stringtemplate-4.3.3/src/main/resources/OSGI-INF/bundle.info
rename to stringtemplate-4.3.4/src/main/resources/OSGI-INF/bundle.info