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 e125027b5 SM-5718 add osgi bundle for Mozilla Rhino 1.7.15
     new 5a70deb6d This closes #254
e125027b5 is described below

commit e125027b578ec73fb2bef48a094c5d683f596ec2
Author: Jakub Herkel <[email protected]>
AuthorDate: Tue May 14 22:10:44 2024 +0200

    SM-5718 add osgi bundle for Mozilla Rhino 1.7.15
---
 pom.xml                                                           | 1 +
 {rhino-1.7.14 => rhino-1.7.15}/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 6253fbef5..eba824762 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,6 +161,7 @@
       <module>solr-solrj-9.6.0</module>
       <module>docker-java-3.3.6</module>
       <module>zookeeper-3.9.2</module>
+      <module>rhino-1.7.15</module>
       <module>pulsar-client-3.2.2</module>
       <module>pulsar-client-admin-3.2.2</module>
       <module>kafka-clients-3.6.2</module>
diff --git a/rhino-1.7.14/pom.xml b/rhino-1.7.15/pom.xml
similarity index 96%
rename from rhino-1.7.14/pom.xml
rename to rhino-1.7.15/pom.xml
index cc033c870..1b7418384 100644
--- a/rhino-1.7.14/pom.xml
+++ b/rhino-1.7.15/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>16</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.rhino</artifactId>
-    <version>1.7.14_3-SNAPSHOT</version>
+    <version>1.7.15_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: rhino</name>
     <description>This OSGi bundle wraps rhino and rhino-engine ${pkgVersion} 
jar files.</description>
@@ -39,12 +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>
-        <pkgVersion>1.7.14</pkgVersion>
+        <pkgVersion>1.7.15</pkgVersion>
+        
<servicemix.osgi.source.version>1.7.15.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.mozilla
         </servicemix.osgi.export.pkg>
diff --git a/rhino-1.7.14/src/main/resources/OSGI-INF/bundle.info 
b/rhino-1.7.15/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from rhino-1.7.14/src/main/resources/OSGI-INF/bundle.info
rename to rhino-1.7.15/src/main/resources/OSGI-INF/bundle.info

Reply via email to