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 706481eb0 [SM-5305] Create OSGi bundle for ognl 3.3.4
706481eb0 is described below
commit 706481eb0fcd1e4448ee89caa700a13fed62854e
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Sep 28 13:58:07 2022 +0200
[SM-5305] Create OSGi bundle for ognl 3.3.4
---
{ognl-3.3.3 => ognl-3.3.4}/pom.xml | 7 +++----
{ognl-3.3.3 => ognl-3.3.4}/src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 1 +
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ognl-3.3.3/pom.xml b/ognl-3.3.4/pom.xml
similarity index 96%
rename from ognl-3.3.3/pom.xml
rename to ognl-3.3.4/pom.xml
index 0bd789716..5f29399c1 100644
--- a/ognl-3.3.3/pom.xml
+++ b/ognl-3.3.4/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.ognl</artifactId>
- <version>3.3.3_2-SNAPSHOT</version>
+ <version>3.3.4_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<description>This OSGi bundles 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>ognl</pkgGroupId>
<pkgArtifactId>ognl</pkgArtifactId>
- <pkgVersion>3.3.3</pkgVersion>
- <servicemix.osgi.source.version>3.3.3.1</servicemix.osgi.source.version>
+ <pkgVersion>3.3.4</pkgVersion>
+ <servicemix.osgi.source.version>3.3.4.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
ognl
</servicemix.osgi.export.pkg>
diff --git a/ognl-3.3.3/src/main/resources/OSGI-INF/bundle.info
b/ognl-3.3.4/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from ognl-3.3.3/src/main/resources/OSGI-INF/bundle.info
rename to ognl-3.3.4/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 7930b11e3..3bcee338e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,6 +88,7 @@
<module>spring-data-redis-2.7.3</module>
<module>antisamy-1.7.1</module>
<module>snmp4j-3.7.1</module>
+ <module>ognl-3.3.4</module>
</modules>
</project>