Skip to content

Commit

Permalink
Set new release version
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Biville <[email protected]>
  • Loading branch information
conker84 authored and fbiville committed Jun 19, 2023
1 parent 5864e02 commit 1dc9a1f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.2</version>
<version>5.0.3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion doc/docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nav:
asciidoc:
attributes:
theme: docs
connector-version: 5.0.1
connector-version: 5.0.3
copyright: Neo4j Inc.
url-neo4j-product-gds-lib: https://neo4j.com/product/graph-data-science-library/
url-gh-spark-notebooks: https://github.com/utnaf/neo4j-connector-apache-spark-notebooks
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.2</version>
<version>5.0.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-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.2</version>
<version>5.0.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>5.0.2</version>
<version>5.0.3</version>
</parent>

<properties>
Expand Down

0 comments on commit 1dc9a1f

Please sign in to comment.