Skip to content

Commit

Permalink
bump version to 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
conker84 committed Sep 6, 2022
1 parent fecc87b commit a8e59ef
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.4</version>
<version>4.1.5</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: 4.1.4
connector-version: 4.1.5
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 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.4</version>
<version>4.1.5</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.4</version>
<version>4.1.5</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.4</version>
<version>4.1.5</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.4</version>
<version>4.1.5</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.4</version>
<version>4.1.5</version>
</parent>

<properties>
Expand Down

0 comments on commit a8e59ef

Please sign in to comment.