Skip to content

Commit

Permalink
Set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ince committed Jun 27, 2024
1 parent 186ed05 commit 26c327e
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 @@ -13,7 +13,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-connector-apache-spark_parent</artifactId>
<version>5.3.0</version>
<version>5.3.1</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.3.0</version>
<version>5.3.1</version>
<artifactId>neo4j-connector-apache-spark_parent</artifactId>
<name>neo4j-connector-apache-spark_parent</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 @@ -15,7 +15,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-connector-apache-spark_parent</artifactId>
<version>5.3.0</version>
<version>5.3.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-connector-apache-spark_parent</artifactId>
<version>5.3.0</version>
<version>5.3.1</version>
</parent>

<properties>
Expand Down

0 comments on commit 26c327e

Please sign in to comment.