Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Aug 25, 2016
1 parent d32c1e5 commit 9fbe2ca
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion neo4j-jdbc-bolt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-jdbc-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<!-- =========== -->
Expand Down
2 changes: 1 addition & 1 deletion neo4j-jdbc-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-jdbc-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<!-- =========== -->
Expand Down
2 changes: 1 addition & 1 deletion neo4j-jdbc-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-jdbc-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<!-- =========== -->
Expand Down
4 changes: 2 additions & 2 deletions neo4j-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-jdbc-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<!-- =========== -->
<!-- = General = -->
<!-- =========== -->
<groupId>org.neo4j</groupId>
<artifactId>neo4j-jdbc</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<packaging>jar</packaging>
<name>Neo4j JDBC Driver</name>
<description>Common module for every implementation of the Neo4j JDBC Driver</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- =========== -->
<groupId>org.neo4j</groupId>
<artifactId>neo4j-jdbc-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<packaging>pom</packaging>
<name>Neo4j JDBC Driver Parent</name>
<description>Parent POM for Neo4j JDBC Driver and Modules</description>
Expand Down

0 comments on commit 9fbe2ca

Please sign in to comment.