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 e86c3ab [SM-4981] Create OSGi bundle for bcpg-jdk15on 1.70
e86c3ab is described below
commit e86c3ab8300bc020218160f8d1c3fd628e2817a1
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Thu Dec 30 07:05:10 2021 +0100
[SM-4981] Create OSGi bundle for bcpg-jdk15on 1.70
---
{bcpg-jdk15on-1.69 => bcpg-jdk15on-1.70}/pom.xml | 5 ++---
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 1 +
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/bcpg-jdk15on-1.69/pom.xml b/bcpg-jdk15on-1.70/pom.xml
similarity index 97%
rename from bcpg-jdk15on-1.69/pom.xml
rename to bcpg-jdk15on-1.70/pom.xml
index 34a9acb..decd4ac 100644
--- a/bcpg-jdk15on-1.69/pom.xml
+++ b/bcpg-jdk15on-1.70/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.bcpg-jdk15on</artifactId>
- <version>1.69_2-SNAPSHOT</version>
+ <version>1.70_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.bouncycastle</pkgGroupId>
<pkgArtifactId>bcpg-jdk15on</pkgArtifactId>
- <pkgVersion>1.69</pkgVersion>
+ <pkgVersion>1.70</pkgVersion>
<servicemix.osgi.export.pkg>
org.bouncycastle*
</servicemix.osgi.export.pkg>
diff --git a/bcpg-jdk15on-1.69/src/main/resources/OSGI-INF/bundle.info
b/bcpg-jdk15on-1.70/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from bcpg-jdk15on-1.69/src/main/resources/OSGI-INF/bundle.info
rename to bcpg-jdk15on-1.70/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 4a32520..f88db2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,6 +84,7 @@
<module>lucene-queryparser-8.11.1</module>
<module>lucene-sandbox-8.11.1</module>
<module>asterisk-java-3.24.0</module>
+ <module>bcpg-jdk15on-1.70</module>
</modules>
</project>