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 2019/01/17 20:31:04 UTC

[servicemix-bundles] branch master updated: [SM-3954] Create OSGi bundle for stringtemplate 4.1

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 0e48dad  [SM-3954] Create OSGi bundle for stringtemplate 4.1
0e48dad is described below

commit 0e48dad89ca460e2ddc01fcb1136a5e62d8e63e6
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Jan 17 21:30:37 2019 +0100

    [SM-3954] Create OSGi bundle for stringtemplate 4.1
---
 pom.xml                                                      |  1 +
 {stringtemplate-4.0.8 => stringtemplate-4.1}/pom.xml         | 12 +++++++++---
 .../src/main/resources/OSGI-INF/bundle.info                  |  0
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index fcacd56..3fdb131 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,7 @@
         <module>hbase-2.1.2</module>
         <module>json4s-3.6.3</module>
         <module>neo4j-3.5.1</module>
+        <module>stringtemplate-4.1</module>
     </modules>
 
 </project>
diff --git a/stringtemplate-4.0.8/pom.xml b/stringtemplate-4.1/pom.xml
similarity index 90%
rename from stringtemplate-4.0.8/pom.xml
rename to stringtemplate-4.1/pom.xml
index a12cb6d..925808b 100644
--- a/stringtemplate-4.0.8/pom.xml
+++ b/stringtemplate-4.1/pom.xml
@@ -24,21 +24,27 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>11</version>
+        <version>13</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.stringtemplate</artifactId>
-    <version>4.0.8_2-SNAPSHOT</version>
+    <version>4.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
 
+    <scm>
+        <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>
+  </scm>
+
     <properties>
         <pkgGroupId>org.antlr</pkgGroupId>
         <pkgArtifactId>ST4</pkgArtifactId>
-        <pkgVersion>4.0.8</pkgVersion>
+        <pkgVersion>4.1</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.stringtemplate
         </servicemix.osgi.export.pkg>
diff --git a/stringtemplate-4.0.8/src/main/resources/OSGI-INF/bundle.info b/stringtemplate-4.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from stringtemplate-4.0.8/src/main/resources/OSGI-INF/bundle.info
rename to stringtemplate-4.1/src/main/resources/OSGI-INF/bundle.info