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 17f2a3d  [SM-4542] Create OSGi bundle for rhino 1.7.13
17f2a3d is described below

commit 17f2a3dbcda94560968a7fb8ce784a052f3b8db3
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Nov 2 15:01:08 2020 +0100

    [SM-4542] Create OSGi bundle for rhino 1.7.13
---
 pom.xml                                                              | 1 +
 {rhino-1.7.12 => rhino-1.7.13}/pom.xml                               | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index bd3c5d8..a29adac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,6 +117,7 @@
       <module>asterisk-java-3.8.0</module>
       <module>saxon-10.3</module>
       <module>braintree-java-3.2.0</module>
+      <module>rhino-1.7.13</module>
     </modules>
 
 </project>
diff --git a/rhino-1.7.12/pom.xml b/rhino-1.7.13/pom.xml
similarity index 97%
rename from rhino-1.7.12/pom.xml
rename to rhino-1.7.13/pom.xml
index 7ab85b3..8b7bcaa 100644
--- a/rhino-1.7.12/pom.xml
+++ b/rhino-1.7.13/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.rhino</artifactId>
-    <version>1.7.12_2-SNAPSHOT</version>
+    <version>1.7.13_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.mozilla</pkgGroupId>
         <pkgArtifactId>rhino</pkgArtifactId>
-        <pkgVersion>1.7.12</pkgVersion>
+        <pkgVersion>1.7.13</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.mozilla
         </servicemix.osgi.export.pkg>
diff --git a/rhino-1.7.12/src/main/resources/OSGI-INF/bundle.info 
b/rhino-1.7.13/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from rhino-1.7.12/src/main/resources/OSGI-INF/bundle.info
rename to rhino-1.7.13/src/main/resources/OSGI-INF/bundle.info

Reply via email to