Skip to content

Commit 9d2eca3

Browse files
committed
build: set release version
1 parent b11bae3 commit 9d2eca3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<groupId>org.neo4j</groupId>
77
<artifactId>neo4j-streams-parent</artifactId>
8-
<version>5.0.8</version>
8+
<version>5.0.9</version>
99
</parent>
1010
<artifactId>neo4j-streams-common</artifactId>
11-
<version>5.0.8</version>
11+
<version>5.0.9</version>
1212
<packaging>jar</packaging>
1313
<name>Neo4j Streams - Common</name>
1414
<description>Neo4j Streams - Commons Package</description>

kafka-connect-neo4j/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<groupId>org.neo4j</groupId>
77
<artifactId>neo4j-streams-parent</artifactId>
8-
<version>5.0.8</version>
8+
<version>5.0.9</version>
99
</parent>
1010
<artifactId>kafka-connect-neo4j</artifactId>
11-
<version>5.0.8</version>
11+
<version>5.0.9</version>
1212
<packaging>jar</packaging>
1313
<name>Kafka Connect Neo4j</name>
1414
<description>A Kafka Connect Neo4j Connector for kafka-connect-neo4j</description>

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
<artifactId>neo4j-streams-parent</artifactId>
7-
<version>5.0.8</version>
7+
<version>5.0.9</version>
88
<packaging>pom</packaging>
99
<name>Neo4j Streams - Parent</name>
1010
<description>Neo4j Integration for streaming platforms</description>

test-support/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<groupId>org.neo4j</groupId>
77
<artifactId>neo4j-streams-parent</artifactId>
8-
<version>5.0.8</version>
8+
<version>5.0.9</version>
99
</parent>
1010
<artifactId>neo4j-streams-test-support</artifactId>
11-
<version>5.0.8</version>
11+
<version>5.0.9</version>
1212
<packaging>jar</packaging>
1313
<name>Neo4j Streams - Test Support</name>
1414
<description>Neo4j Streams - A set of utility functions for Streams Tests</description>

0 commit comments

Comments
 (0)