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 2022/06/29 19:16:58 UTC

[servicemix-bundles] branch master updated: [SM-5201] Create OSGi bundle for janusgraph-core 0.6.2

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 be3119824 [SM-5201] Create OSGi bundle for janusgraph-core 0.6.2
be3119824 is described below

commit be3119824f50e5331c9df75ff2322ae568bfbc97
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Jun 29 21:16:25 2022 +0200

    [SM-5201] Create OSGi bundle for janusgraph-core 0.6.2
---
 {janusgraph-core-0.6.1 => janusgraph-core-0.6.2}/pom.xml          | 8 ++++----
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 pom.xml                                                           | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/janusgraph-core-0.6.1/pom.xml b/janusgraph-core-0.6.2/pom.xml
similarity index 96%
rename from janusgraph-core-0.6.1/pom.xml
rename to janusgraph-core-0.6.2/pom.xml
index d46906bbb..d629d23bc 100644
--- a/janusgraph-core-0.6.1/pom.xml
+++ b/janusgraph-core-0.6.2/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>15</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.janusgraph-core</artifactId>
-    <version>0.6.1_2-SNAPSHOT</version>
+    <version>0.6.2_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} shaded jar file.</description>
@@ -39,14 +39,14 @@
         <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.janusgraph</pkgGroupId>
         <pkgArtifactId>janusgraph-core</pkgArtifactId>
         <pkgArtifactIdShaded>janusgraph-core-shaded</pkgArtifactIdShaded>
-        <pkgVersion>0.6.1</pkgVersion>
+        <pkgVersion>0.6.2</pkgVersion>
+	<pkgSourceVersion>0.6.2.1</pkgSourceVersion>
         <servicemix.osgi.export.pkg>
             org.janusgraph
         </servicemix.osgi.export.pkg>
diff --git a/janusgraph-core-0.6.1/src/main/resources/OSGI-INF/bundle.info b/janusgraph-core-0.6.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from janusgraph-core-0.6.1/src/main/resources/OSGI-INF/bundle.info
rename to janusgraph-core-0.6.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index a2ffa0092..67ff041c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,6 +91,7 @@
       <module>derby-10.16.1.1</module>
       <module>derbynet-10.16.1.1</module>
       <module>azure-core-amqp-2.5.2</module>
+      <module>janusgraph-core-0.6.2</module>
     </modules>
 
 </project>