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 d447284 [SM-5011] Create OSGi bundle for janusgraph-core 0.6.1
d447284 is described below
commit d44728464713088d05cf41af7e6c0e4c4507ea50
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Jan 31 10:45:29 2022 +0100
[SM-5011] Create OSGi bundle for janusgraph-core 0.6.1
---
{janusgraph-core-0.6.0 => janusgraph-core-0.6.1}/pom.xml | 5 ++---
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 1 +
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/janusgraph-core-0.6.0/pom.xml b/janusgraph-core-0.6.1/pom.xml
similarity index 97%
rename from janusgraph-core-0.6.0/pom.xml
rename to janusgraph-core-0.6.1/pom.xml
index dbd2c3c..30c9017 100644
--- a/janusgraph-core-0.6.0/pom.xml
+++ b/janusgraph-core-0.6.1/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.janusgraph-core</artifactId>
- <version>0.6.0_2-SNAPSHOT</version>
+ <version>0.6.1_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,13 @@
<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.0</pkgVersion>
+ <pkgVersion>0.6.1</pkgVersion>
<servicemix.osgi.export.pkg>
org.janusgraph
</servicemix.osgi.export.pkg>
diff --git a/janusgraph-core-0.6.0/src/main/resources/OSGI-INF/bundle.info
b/janusgraph-core-0.6.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from janusgraph-core-0.6.0/src/main/resources/OSGI-INF/bundle.info
rename to janusgraph-core-0.6.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 95851a6..6325dff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,6 +54,7 @@
<module>aws-java-sdk-2.17.121</module>
<module>ognl-3.3.2</module>
<module>aws-java-sdk-1.12.150</module>
+ <module>janusgraph-core-0.6.1</module>
</modules>
</project>