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 e9f8b44  [SM-4579] Create OSGi bundle for bcprov-jdk15on 1.66
e9f8b44 is described below

commit e9f8b449d26007cc5c746d255e1a238e8928cb7b
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Nov 1 10:31:14 2020 +0100

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

diff --git a/bcprov-jdk15on-1.65.01/pom.xml b/bcprov-jdk15on-1.66/pom.xml
similarity index 98%
rename from bcprov-jdk15on-1.65.01/pom.xml
rename to bcprov-jdk15on-1.66/pom.xml
index 5e24bf2..8d6516f 100644
--- a/bcprov-jdk15on-1.65.01/pom.xml
+++ b/bcprov-jdk15on-1.66/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.bcprov-jdk15on</artifactId>
-    <version>1.65.01_2-SNAPSHOT</version>
+    <version>1.66_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.65.01</pkgVersion>
+        <pkgVersion>1.66</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.bouncycastle*
         </servicemix.osgi.export.pkg>
diff --git a/bcprov-jdk15on-1.65.01/src/main/resources/OSGI-INF/bundle.info 
b/bcprov-jdk15on-1.66/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from bcprov-jdk15on-1.65.01/src/main/resources/OSGI-INF/bundle.info
rename to bcprov-jdk15on-1.66/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 03e1c2a..941af9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,6 +61,7 @@
       <module>spring-websocket-5.2.9.RELEASE</module>
       <module>azure-messaging-eventhubs-checkpointstore-blob-1.3.1</module>
       <module>atlassian-jira-client-5.2.2</module>
+      <module>bcprov-jdk15on-1.66</module>
     </modules>
 
 </project>

Reply via email to