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 9799116  [SM-4904] Create OSGi bundle for javax-el-impl 4.0.2
9799116 is described below

commit 97991164c2822992d0fd3a640bac786260674772
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Sep 29 11:07:50 2021 +0200

    [SM-4904] Create OSGi bundle for javax-el-impl 4.0.2
---
 {javax-el-impl-4.0.1 => javax-el-impl-4.0.2}/pom.xml      | 15 +++++++--------
 .../META-INF/services/javax.el.ExpressionFactory          |  0
 .../src/main/resources/OSGI-INF/bundle.info               |  0
 pom.xml                                                   |  1 +
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/javax-el-impl-4.0.1/pom.xml b/javax-el-impl-4.0.2/pom.xml
similarity index 92%
rename from javax-el-impl-4.0.1/pom.xml
rename to javax-el-impl-4.0.2/pom.xml
index ed2e6ac..40d6508 100644
--- a/javax-el-impl-4.0.1/pom.xml
+++ b/javax-el-impl-4.0.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.javax-el-impl</artifactId>
-    <version>4.0.1_2-SNAPSHOT</version>
+    <version>4.0.2_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -39,19 +39,18 @@
         
<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.glassfish</pkgGroupId>
         <pkgArtifactId>jakarta.el</pkgArtifactId>
-        <pkgVersion>4.0.1</pkgVersion>
+        <pkgVersion>4.0.2</pkgVersion>
         <servicemix.osgi.export.pkg>
-            
com.sun.el.parser;uses:="javax.el,com.sun.el.lang,com.sun.el.util,com.sun.el";version="4.0.1";-split-package:=merge-first,
-            
com.sun.el.lang;uses:="javax.el,com.sun.el.parser,com.sun.el.util,com.sun.el";version="4.0.1";-split-package:=merge-first,
-            
com.sun.el.stream;uses:="javax.el,com.sun.el.lang";version="4.0.1";-split-package:=merge-first,
-            
com.sun.el.util;uses:="javax.el,com.sun.el.lang";version="4.0.1";-split-package:=merge-first,
-            
com.sun.el;uses:="javax.el,com.sun.el.parser,com.sun.el.lang,com.sun.el.stream,com.sun.el.util";version="4.0.1";-split-package:=merge-first
+            
com.sun.el.parser;uses:="javax.el,com.sun.el.lang,com.sun.el.util,com.sun.el";version="4.0.2";-split-package:=merge-first,
+            
com.sun.el.lang;uses:="javax.el,com.sun.el.parser,com.sun.el.util,com.sun.el";version="4.0.2";-split-package:=merge-first,
+            
com.sun.el.stream;uses:="javax.el,com.sun.el.lang";version="4.0.2";-split-package:=merge-first,
+            
com.sun.el.util;uses:="javax.el,com.sun.el.lang";version="4.0.2";-split-package:=merge-first,
+            
com.sun.el;uses:="javax.el,com.sun.el.parser,com.sun.el.lang,com.sun.el.stream,com.sun.el.util";version="4.0.2";-split-package:=merge-first
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
             com.sun.el,
diff --git 
a/javax-el-impl-4.0.1/src/main/resources/META-INF/services/javax.el.ExpressionFactory
 
b/javax-el-impl-4.0.2/src/main/resources/META-INF/services/javax.el.ExpressionFactory
similarity index 100%
rename from 
javax-el-impl-4.0.1/src/main/resources/META-INF/services/javax.el.ExpressionFactory
rename to 
javax-el-impl-4.0.2/src/main/resources/META-INF/services/javax.el.ExpressionFactory
diff --git a/javax-el-impl-4.0.1/src/main/resources/OSGI-INF/bundle.info 
b/javax-el-impl-4.0.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from javax-el-impl-4.0.1/src/main/resources/OSGI-INF/bundle.info
rename to javax-el-impl-4.0.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index e636fc0..5f28ae0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,7 @@
   <module>pulsar-client-admin-2.8.1</module>
   <module>saxon-10.6</module>
   <module>jruby-9.3.0.0</module>
+        <module>javax-el-impl-4.0.2</module>
     </modules>
 
 </project>

Reply via email to