Skip to content

Commit

Permalink
bump version to 4.1.3 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
conker84 committed Jul 25, 2022
1 parent e722324 commit b629807
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-connector-apache-spark</artifactId>
<version>4.1.2</version>
<version>4.1.3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-connector-apache-spark</artifactId>
<version>4.1.2</version>
<version>4.1.3</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j</groupId>
<packaging>pom</packaging>
<version>4.1.2</version>
<version>4.1.3</version>
<artifactId>neo4j-connector-apache-spark</artifactId>
<name>neo4j-connector-apache-spark</name>
<description>Neo4j Connector for Apache Spark using the binary Bolt Driver</description>
Expand Down
2 changes: 1 addition & 1 deletion spark-2.4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-connector-apache-spark</artifactId>
<version>4.1.2</version>
<version>4.1.3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spark-3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-connector-apache-spark</artifactId>
<version>4.1.2</version>
<version>4.1.3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-connector-apache-spark</artifactId>
<version>4.1.2</version>
<version>4.1.3</version>
</parent>

<properties>
Expand Down

0 comments on commit b629807

Please sign in to comment.