Skip to content

Commit 10490c2

Browse files
committed
Set release version
1 parent e09f94b commit 10490c2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.neo4j</groupId>
1515
<artifactId>neo4j-connector-apache-spark_parent</artifactId>
16-
<version>5.3.0-SNAPSHOT</version>
16+
<version>5.3.0</version>
1717
</parent>
1818

1919
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.neo4j</groupId>
66
<packaging>pom</packaging>
7-
<version>5.3.0-SNAPSHOT</version>
7+
<version>5.3.0</version>
88
<artifactId>neo4j-connector-apache-spark_parent</artifactId>
99
<name>neo4j-connector-apache-spark_parent</name>
1010
<description>Neo4j Connector for Apache Spark using the binary Bolt Driver</description>

spark-3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.neo4j</groupId>
1717
<artifactId>neo4j-connector-apache-spark_parent</artifactId>
18-
<version>5.3.0-SNAPSHOT</version>
18+
<version>5.3.0</version>
1919
</parent>
2020

2121
<dependencies>

test-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.neo4j</groupId>
1515
<artifactId>neo4j-connector-apache-spark_parent</artifactId>
16-
<version>5.3.0-SNAPSHOT</version>
16+
<version>5.3.0</version>
1717
</parent>
1818

1919
<properties>

0 commit comments

Comments
 (0)