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 2019/07/25 08:47:13 UTC

[servicemix-bundles] branch master updated: [SM-4145] Create OSGi bundle for bcprov-jdk15on 1.62

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 c614e40  [SM-4145] Create OSGi bundle for bcprov-jdk15on 1.62
c614e40 is described below

commit c614e4055bb3a6cc5a199981d8085a3212e4a325
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Jul 25 10:46:11 2019 +0200

    [SM-4145] Create OSGi bundle for bcprov-jdk15on 1.62
---
 {bcprov-jdk15on-1.61 => bcprov-jdk15on-1.62}/pom.xml               | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 pom.xml                                                            | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bcprov-jdk15on-1.61/pom.xml b/bcprov-jdk15on-1.62/pom.xml
similarity index 98%
rename from bcprov-jdk15on-1.61/pom.xml
rename to bcprov-jdk15on-1.62/pom.xml
index d427cce..862b43e 100644
--- a/bcprov-jdk15on-1.61/pom.xml
+++ b/bcprov-jdk15on-1.62/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.bcprov-jdk15on</artifactId>
-    <version>1.61_2-SNAPSHOT</version>
+    <version>1.62_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>bcprov-jdk15on</pkgArtifactId>
-        <pkgVersion>1.61</pkgVersion>
+        <pkgVersion>1.62</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.bouncycastle*
         </servicemix.osgi.export.pkg>
diff --git a/bcprov-jdk15on-1.61/src/main/resources/OSGI-INF/bundle.info b/bcprov-jdk15on-1.62/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from bcprov-jdk15on-1.61/src/main/resources/OSGI-INF/bundle.info
rename to bcprov-jdk15on-1.62/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index b8613ef..df9cd3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,7 @@
        <module>braintree-java-2.101.0</module>
        <module>aws-java-sdk-1.11.595</module>
        <module>commons-compiler-3.0.14</module>
+       <module>bcprov-jdk15on-1.62</module>
     </modules>
 
 </project>