Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omarlarus committed May 25, 2017
1 parent db65573 commit ae32f6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion couchbase-neo4j-connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mvn package
To run the connector

```
java -jar target/neo4j-connector-0.0.1-jar-with-dependencies.jar -Dconf.file=neo4j-sync.propeties
java -jar target/neo4j-connector-1.0.0-jar-with-dependencies.jar -Dconf.file=neo4j-sync.propeties
```

# DCP connector configuration
Expand Down
2 changes: 1 addition & 1 deletion couchbase-neo4j-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.couchbase.client</groupId>
<artifactId>neo4j-connector</artifactId>
<version>0.0.1</version>
<version>1.0.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion mongodb-neo4j-connector/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
packages = ["mongo_connector", "mongo_connector.doc_managers"]
package_metadata = {
"name": "neo4j-json-doc-manager",
"version": "0.0.1",
"version": "1.0.0",
"description": "Neo4j Json Doc manager for Mongo Connector",
"long_description": "Neo4j Json Doc Manager is a tool that will import data from Mongodb to a "
"Neo4j graph structure, via Mongo-Connector, using doc2graph way.",
Expand Down
2 changes: 1 addition & 1 deletion neo4j-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j.helpers</groupId>
<artifactId>neo4j-json</artifactId>
<version>0.0.1</version>
<version>1.0.0</version>


<properties>
Expand Down

0 comments on commit ae32f6e

Please sign in to comment.