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 2020/11/01 14:51:04 UTC

[servicemix-bundles] branch master updated: [SM-4573] Create OSGi bundle for jakarta.el 4.0.0

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 e95ab24  [SM-4573] Create OSGi bundle for jakarta.el 4.0.0
e95ab24 is described below

commit e95ab249dccae48481c387de5c0343540a33476b
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Nov 1 15:50:28 2020 +0100

    [SM-4573] Create OSGi bundle for jakarta.el 4.0.0
---
 {javax-el-impl-3.0.3 => javax-el-impl-4.0.0}/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-3.0.3/pom.xml b/javax-el-impl-4.0.0/pom.xml
similarity index 92%
rename from javax-el-impl-3.0.3/pom.xml
rename to javax-el-impl-4.0.0/pom.xml
index af1c46d..700e342 100644
--- a/javax-el-impl-3.0.3/pom.xml
+++ b/javax-el-impl-4.0.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.javax-el-impl</artifactId>
-    <version>3.0.3_2-SNAPSHOT</version>
+    <version>4.0.0_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>3.0.3</pkgVersion>
+        <pkgVersion>4.0.0</pkgVersion>
         <servicemix.osgi.export.pkg>
-            com.sun.el.parser;uses:="javax.el,com.sun.el.lang,com.sun.el.util,com.sun.el";version="3.0.3";-split-package:=merge-first,
-            com.sun.el.lang;uses:="javax.el,com.sun.el.parser,com.sun.el.util,com.sun.el";version="3.0.3";-split-package:=merge-first,
-            com.sun.el.stream;uses:="javax.el,com.sun.el.lang";version="3.0.3";-split-package:=merge-first,
-            com.sun.el.util;uses:="javax.el,com.sun.el.lang";version="3.0.3";-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="3.0.3";-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.0";-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.0";-split-package:=merge-first,
+            com.sun.el.stream;uses:="javax.el,com.sun.el.lang";version="4.0.0";-split-package:=merge-first,
+            com.sun.el.util;uses:="javax.el,com.sun.el.lang";version="4.0.0";-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.0";-split-package:=merge-first
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
             com.sun.el,
diff --git a/javax-el-impl-3.0.3/src/main/resources/META-INF/services/javax.el.ExpressionFactory b/javax-el-impl-4.0.0/src/main/resources/META-INF/services/javax.el.ExpressionFactory
similarity index 100%
rename from javax-el-impl-3.0.3/src/main/resources/META-INF/services/javax.el.ExpressionFactory
rename to javax-el-impl-4.0.0/src/main/resources/META-INF/services/javax.el.ExpressionFactory
diff --git a/javax-el-impl-3.0.3/src/main/resources/OSGI-INF/bundle.info b/javax-el-impl-4.0.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from javax-el-impl-3.0.3/src/main/resources/OSGI-INF/bundle.info
rename to javax-el-impl-4.0.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 2bcece2..d9d5d95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,6 +67,7 @@
       <module>fastjson-1.2.74</module>
       <module>spring-integration-core-5.4.0</module>
       <module>azure-core-amqp-1.6.0</module>
+      <module>javax-el-impl-4.0.0</module>
     </modules>
 
 </project>