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 2020/05/26 09:03:13 UTC

[servicemix-bundles] branch master updated: [SM-4414] Create OSGi bundle for bcpg-jdk15on 1.65

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 ee126b0  [SM-4414] Create OSGi bundle for bcpg-jdk15on 1.65
ee126b0 is described below

commit ee126b09466a062a1499508d91de5409f8614cae
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue May 26 11:02:33 2020 +0200

    [SM-4414] Create OSGi bundle for bcpg-jdk15on 1.65
---
 {bcpg-jdk15on-1.64 => bcpg-jdk15on-1.65}/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.64/pom.xml b/bcpg-jdk15on-1.65/pom.xml
similarity index 97%
rename from bcpg-jdk15on-1.64/pom.xml
rename to bcpg-jdk15on-1.65/pom.xml
index a91565c..478e3ef 100644
--- a/bcpg-jdk15on-1.64/pom.xml
+++ b/bcpg-jdk15on-1.65/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.bcpg-jdk15on</artifactId>
-    <version>1.64_2-SNAPSHOT</version>
+    <version>1.65_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.64</pkgVersion>
+        <pkgVersion>1.65</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.bouncycastle*
         </servicemix.osgi.export.pkg>
diff --git a/bcpg-jdk15on-1.64/src/main/resources/OSGI-INF/bundle.info b/bcpg-jdk15on-1.65/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from bcpg-jdk15on-1.64/src/main/resources/OSGI-INF/bundle.info
rename to bcpg-jdk15on-1.65/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 53c53d8..394c0b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,6 +140,7 @@
         <module>libphonenumber-8.12.4</module>
         <module>docker-java-3.2.1</module>
         <module>gremlin-driver-3.4.6</module>
+        <module>bcpg-jdk15on-1.65</module>
     </modules>
 
 </project>