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/03/25 15:27:40 UTC

[servicemix-bundles] branch master updated: [SM-4024] Create OSGi bundle for neo4j 3.5.3

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 e9dd391  [SM-4024] Create OSGi bundle for neo4j 3.5.3
e9dd391 is described below

commit e9dd3915dc021318715e4298b6ec5d6638780376
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Mar 25 16:26:23 2019 +0100

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

diff --git a/neo4j-3.5.1/pom.xml b/neo4j-3.5.3/pom.xml
similarity index 99%
rename from neo4j-3.5.1/pom.xml
rename to neo4j-3.5.3/pom.xml
index 5fca0ad..d824531 100644
--- a/neo4j-3.5.1/pom.xml
+++ b/neo4j-3.5.3/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.neo4j</artifactId>
-    <version>3.5.1_2-SNAPSHOT</version>
+    <version>3.5.3_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.1</pkgVersion>
+        <pkgVersion>3.5.3</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.neo4j
         </servicemix.osgi.export.pkg>
diff --git a/neo4j-3.5.1/src/main/resources/OSGI-INF/bundle.info b/neo4j-3.5.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from neo4j-3.5.1/src/main/resources/OSGI-INF/bundle.info
rename to neo4j-3.5.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index bc34172..7e382a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,7 @@
       <module>kafka-clients-2.2.0</module>
       <module>kafka-streams-2.2.0</module>
       <module>kafka_2.11-2.2.0</module>
+      <module>neo4j-3.5.3</module>
     </modules>
 
 </project>