Skip to content

Commit

Permalink
bump version to 5.0.2 (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
conker84 authored May 23, 2023
1 parent 1ebbfdb commit 815bfc8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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>5.0.1</version>
<version>5.0.2</version>
</parent>

<dependencies>
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>5.0.1</version>
<version>5.0.2</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-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>5.0.1</version>
<version>5.0.2</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>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down

0 comments on commit 815bfc8

Please sign in to comment.