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 beebd5642 SM-5852: Create OSGi bundle for esapi 2.6.0.0
beebd5642 is described below

commit beebd5642ebf843e67642d46bda309c593758471
Author: JB Onofré <[email protected]>
AuthorDate: Tue Jul 15 08:14:42 2025 +0200

    SM-5852: Create OSGi bundle for esapi 2.6.0.0
---
 {esapi-2.5.1.0 => esapi-2.6.0.0}/pom.xml                         | 9 ++++-----
 .../src/main/resources/OSGI-INF/bundle.info                      | 0
 pom.xml                                                          | 1 +
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/esapi-2.5.1.0/pom.xml b/esapi-2.6.0.0/pom.xml
similarity index 96%
rename from esapi-2.5.1.0/pom.xml
rename to esapi-2.6.0.0/pom.xml
index c311c3c13..f97c99965 100644
--- a/esapi-2.5.1.0/pom.xml
+++ b/esapi-2.6.0.0/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>15</version>
+        <version>16</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.esapi</artifactId>
-    <version>2.5.1.0_2-SNAPSHOT</version>
+    <version>2.6.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,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.1.0</pkgVersion>
-        
<servicemix.osgi.source.version>2.5.1.0.1</servicemix.osgi.source.version>
+        <pkgVersion>2.6.0.0</pkgVersion>
+        
<servicemix.osgi.source.version>2.6.0.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             org.owasp.esapi
         </servicemix.osgi.export.pkg>
diff --git a/esapi-2.5.1.0/src/main/resources/OSGI-INF/bundle.info 
b/esapi-2.6.0.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from esapi-2.5.1.0/src/main/resources/OSGI-INF/bundle.info
rename to esapi-2.6.0.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 65687942b..d1c035944 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,6 +213,7 @@
 <module>spring-security-taglibs-5.8.16</module>
 <module>spring-security-test-5.8.16</module>
 <module>spring-security-web-5.8.16</module>
+<module>esapi-2.6.0.0</module>
     </modules>
 
 </project>

Reply via email to