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/01/31 06:05:57 UTC

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

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 072d785  [SM-4665] Create OSGi bundle for jakarta.el 4.0.1
072d785 is described below

commit 072d785b7af9cb51b9acfe11a6186e94c0fedaa8
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Jan 31 07:05:26 2021 +0100

    [SM-4665] Create OSGi bundle for jakarta.el 4.0.1
---
 {javax-el-impl-4.0.0 => javax-el-impl-4.0.1}/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.0/pom.xml b/javax-el-impl-4.0.1/pom.xml
similarity index 92%
rename from javax-el-impl-4.0.0/pom.xml
rename to javax-el-impl-4.0.1/pom.xml
index 6d665c1..24dd7af 100644
--- a/javax-el-impl-4.0.0/pom.xml
+++ b/javax-el-impl-4.0.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.javax-el-impl</artifactId>
-    <version>4.0.0_2-SNAPSHOT</version>
+    <version>4.0.1_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.0</pkgVersion>
+        <pkgVersion>4.0.1</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.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
+            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
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
             com.sun.el,
diff --git a/javax-el-impl-4.0.0/src/main/resources/META-INF/services/javax.el.ExpressionFactory b/javax-el-impl-4.0.1/src/main/resources/META-INF/services/javax.el.ExpressionFactory
similarity index 100%
rename from javax-el-impl-4.0.0/src/main/resources/META-INF/services/javax.el.ExpressionFactory
rename to javax-el-impl-4.0.1/src/main/resources/META-INF/services/javax.el.ExpressionFactory
diff --git a/javax-el-impl-4.0.0/src/main/resources/OSGI-INF/bundle.info b/javax-el-impl-4.0.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from javax-el-impl-4.0.0/src/main/resources/OSGI-INF/bundle.info
rename to javax-el-impl-4.0.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 3749d66..17a1043 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@
       <module>xerces-2.12.1</module>
       <module>commons-compiler-3.1.3</module>
       <module>spring-integration-core-5.4.3</module>
+      <module>javax-el-impl-4.0.1</module>
     </modules>
 
 </project>