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/04/22 05:36:03 UTC

[servicemix-bundles] branch master updated: [SM-4063] Create OSGi bundle for conscrypt-openjdk-uber 2.1.0

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 2b33405  [SM-4063] Create OSGi bundle for conscrypt-openjdk-uber 2.1.0
2b33405 is described below

commit 2b33405e4ed7e171eb740a53cb9959660c40bc4d
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Apr 22 07:35:31 2019 +0200

    [SM-4063] Create OSGi bundle for conscrypt-openjdk-uber 2.1.0
---
 .../pom.xml                                                        | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 pom.xml                                                            | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/conscrypt-openjdk-uber-2.0.0/pom.xml b/conscrypt-openjdk-uber-2.1.0/pom.xml
similarity index 97%
rename from conscrypt-openjdk-uber-2.0.0/pom.xml
rename to conscrypt-openjdk-uber-2.1.0/pom.xml
index 8b753cd..38884d1 100644
--- a/conscrypt-openjdk-uber-2.0.0/pom.xml
+++ b/conscrypt-openjdk-uber-2.1.0/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.conscrypt-openjdk</artifactId>
-    <version>2.0.0_2-SNAPSHOT</version>
+    <version>2.1.0_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.conscrypt</pkgGroupId>
         <pkgArtifactId>conscrypt-openjdk-uber</pkgArtifactId>
-        <pkgVersion>2.0.0</pkgVersion>
+        <pkgVersion>2.1.0</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.conscrypt
         </servicemix.osgi.export.pkg>
diff --git a/conscrypt-openjdk-uber-2.0.0/src/main/resources/OSGI-INF/bundle.info b/conscrypt-openjdk-uber-2.1.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from conscrypt-openjdk-uber-2.0.0/src/main/resources/OSGI-INF/bundle.info
rename to conscrypt-openjdk-uber-2.1.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index ce943c6..b8a3caa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,6 +52,7 @@
         <module>kafka_2.12-2.1.1</module>
         <module>kafka_2.12-2.2.0</module>
         <module>htmlunit-2.35.0</module>
+        <module>conscrypt-openjdk-uber-2.1.0</module>
     </modules>
 
 </project>