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 263ec22 [SM-4040] Create OSGi bundle for antisamy 1.5.8
263ec22 is described below
commit 263ec22559471238c42208f371fb0074abdbfd9b
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Apr 29 07:43:57 2019 +0200
[SM-4040] Create OSGi bundle for antisamy 1.5.8
---
{antisamy-1.5.7 => antisamy-1.5.8}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 1 +
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/antisamy-1.5.7/pom.xml b/antisamy-1.5.8/pom.xml
similarity index 97%
rename from antisamy-1.5.7/pom.xml
rename to antisamy-1.5.8/pom.xml
index 1b245c5..1d22016 100644
--- a/antisamy-1.5.7/pom.xml
+++ b/antisamy-1.5.8/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>13</version>
+ <version>14</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.antisamy</artifactId>
- <version>1.5.7_2-SNAPSHOT</version>
+ <version>1.5.8_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
@@ -39,13 +39,12 @@
<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.antisamy</pkgGroupId>
<pkgArtifactId>antisamy</pkgArtifactId>
- <pkgVersion>1.5.7</pkgVersion>
+ <pkgVersion>1.5.8</pkgVersion>
<servicemix.osgi.export.pkg>
org.owasp.validator
</servicemix.osgi.export.pkg>
diff --git a/antisamy-1.5.7/src/main/resources/OSGI-INF/bundle.info
b/antisamy-1.5.8/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from antisamy-1.5.7/src/main/resources/OSGI-INF/bundle.info
rename to antisamy-1.5.8/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 1a2ebce..0070fdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,6 +142,7 @@
<module>spring-websocket-5.1.6.RELEASE</module>
<module>azure-storage-8.2.0</module>
<module>aspectj-1.9.3</module>
+ <module>antisamy-1.5.8</module>
</modules>
</project>