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 2021/05/24 15:08:33 UTC

[servicemix-bundles] branch master updated: [SM-4769] Create OSGi bundles for janino 3.1.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 a1c8475  [SM-4769] Create OSGi bundles for janino 3.1.4
a1c8475 is described below

commit a1c847553e1eada1065fe041910cc4cdec00cb01
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon May 24 17:08:00 2021 +0200

    [SM-4769] Create OSGi bundles for janino 3.1.4
---
 {commons-compiler-3.1.3 => commons-compiler-3.1.4}/pom.xml           | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 {janino-3.1.3 => janino-3.1.4}/pom.xml                               | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 pom.xml                                                              | 2 ++
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/commons-compiler-3.1.3/pom.xml b/commons-compiler-3.1.4/pom.xml
similarity index 97%
rename from commons-compiler-3.1.3/pom.xml
rename to commons-compiler-3.1.4/pom.xml
index 7bf08da..54916e8 100644
--- a/commons-compiler-3.1.3/pom.xml
+++ b/commons-compiler-3.1.4/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.commons-compiler</artifactId>
-    <version>3.1.3_2-SNAPSHOT</version>
+    <version>3.1.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,12 @@
         <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.codehaus.janino</pkgGroupId>
         <pkgArtifactId>commons-compiler</pkgArtifactId>
-        <pkgVersion>3.1.3</pkgVersion>
+        <pkgVersion>3.1.4</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.codehaus.commons.compiler
         </servicemix.osgi.export.pkg>
diff --git a/janino-3.1.3/src/main/resources/OSGI-INF/bundle.info b/commons-compiler-3.1.4/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from janino-3.1.3/src/main/resources/OSGI-INF/bundle.info
rename to commons-compiler-3.1.4/src/main/resources/OSGI-INF/bundle.info
diff --git a/janino-3.1.3/pom.xml b/janino-3.1.4/pom.xml
similarity index 97%
rename from janino-3.1.3/pom.xml
rename to janino-3.1.4/pom.xml
index 2e97223..3101e42 100644
--- a/janino-3.1.3/pom.xml
+++ b/janino-3.1.4/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.janino</artifactId>
-    <version>3.1.3_2-SNAPSHOT</version>
+    <version>3.1.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,12 @@
         <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.codehaus.janino</pkgGroupId>
         <pkgArtifactId>janino</pkgArtifactId>
-        <pkgVersion>3.1.3</pkgVersion>
+        <pkgVersion>3.1.4</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.codehaus.janino
         </servicemix.osgi.export.pkg>
diff --git a/commons-compiler-3.1.3/src/main/resources/OSGI-INF/bundle.info b/janino-3.1.4/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from commons-compiler-3.1.3/src/main/resources/OSGI-INF/bundle.info
rename to janino-3.1.4/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 7b45cf9..4b1cf34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,8 @@
       <module>spring-security-test-5.5.0</module>
       <module>spring-security-web-5.5.0</module>
       <module>gae-1.9.89</module>
+      <module>janino-3.1.4</module>
+      <module>commons-compiler-3.1.4</module>
     </modules>
 
 </project>