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 2022/12/31 10:34:29 UTC

[servicemix-bundles] branch master updated: [SM-5418] Create OSGi bundle for esapi 2.5.1.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 40be120c6 [SM-5418] Create OSGi bundle for esapi 2.5.1.0
40be120c6 is described below

commit 40be120c6376a72ca828dba1a310af5c152c3a41
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sat Dec 31 11:33:55 2022 +0100

    [SM-5418] Create OSGi bundle for esapi 2.5.1.0
---
 {esapi-2.5.0.0 => esapi-2.5.1.0}/pom.xml                           | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 pom.xml                                                            | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/esapi-2.5.0.0/pom.xml b/esapi-2.5.1.0/pom.xml
similarity index 96%
rename from esapi-2.5.0.0/pom.xml
rename to esapi-2.5.1.0/pom.xml
index fd38b72ec..1f0716843 100644
--- a/esapi-2.5.0.0/pom.xml
+++ b/esapi-2.5.1.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.esapi</artifactId>
-    <version>2.5.0.0_2-SNAPSHOT</version>
+    <version>2.5.1.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,14 +39,13 @@
         <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.owasp.esapi</pkgGroupId>
         <pkgArtifactId>esapi</pkgArtifactId>
-        <pkgVersion>2.5.0.0</pkgVersion>
-        <servicemix.osgi.source.version>2.5.0.0.1</servicemix.osgi.source.version>
+        <pkgVersion>2.5.1.0</pkgVersion>
+        <servicemix.osgi.source.version>2.5.1.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.owasp.esapi
         </servicemix.osgi.export.pkg>
diff --git a/esapi-2.5.0.0/src/main/resources/OSGI-INF/bundle.info b/esapi-2.5.1.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from esapi-2.5.0.0/src/main/resources/OSGI-INF/bundle.info
rename to esapi-2.5.1.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index b35d0974f..fef6a7655 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,6 +53,7 @@
       <module>htmlunit-2.68.0</module>
       <module>splunk-1.9.3</module>
       <module>xstream-1.4.20</module>
+      <module>esapi-2.5.1.0</module>
     </modules>
 
 </project>