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/10/26 06:05:22 UTC

[servicemix-bundles] branch master updated: [SM-4207] Create OSGi bundle for neo4j 3.5.12

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 7098d71  [SM-4207] Create OSGi bundle for neo4j 3.5.12
7098d71 is described below

commit 7098d71ad9bac6d4a21e81559c23999e16daca8a
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sat Oct 26 08:04:54 2019 +0200

    [SM-4207] Create OSGi bundle for neo4j 3.5.12
---
 {neo4j-3.5.8 => neo4j-3.5.12}/pom.xml                                | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 pom.xml                                                              | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/neo4j-3.5.8/pom.xml b/neo4j-3.5.12/pom.xml
similarity index 99%
rename from neo4j-3.5.8/pom.xml
rename to neo4j-3.5.12/pom.xml
index 454e4b6..fa418a2 100644
--- a/neo4j-3.5.8/pom.xml
+++ b/neo4j-3.5.12/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.neo4j</artifactId>
-    <version>3.5.8_2-SNAPSHOT</version>
+    <version>3.5.12_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: neo4j</name>
     <description>
@@ -42,12 +42,11 @@
         <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.neo4j</pkgGroupId>
-        <pkgVersion>3.5.8</pkgVersion>
+        <pkgVersion>3.5.12</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.neo4j
         </servicemix.osgi.export.pkg>
diff --git a/neo4j-3.5.8/src/main/resources/OSGI-INF/bundle.info b/neo4j-3.5.12/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from neo4j-3.5.8/src/main/resources/OSGI-INF/bundle.info
rename to neo4j-3.5.12/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index b05e590..284472d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,6 +60,7 @@
        <module>quartz-2.3.2</module>
        <module>okio-2.4.1</module>
        <module>mybatis-3.5.3</module>
+       <module>neo4j-3.5.12</module>
     </modules>
 
 </project>