Skip to content

Commit 0a565e4

Browse files
committed
Version 3.4.1 for release
1 parent 95380fc commit 0a565e4

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.neo4j</groupId>
1616
<artifactId>neo4j-streams-parent</artifactId>
17-
<version>3.4.0</version>
17+
<version>3.4.1</version>
1818
</parent>
1919

2020
</project>

consumer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.neo4j</groupId>
1616
<artifactId>neo4j-streams-parent</artifactId>
17-
<version>3.4.0</version>
17+
<version>3.4.1</version>
1818
</parent>
1919

2020
<dependencies>

distribution/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-streams-parent</artifactId>
16-
<version>3.4.0</version>
16+
<version>3.4.1</version>
1717
</parent>
1818

1919
<!-- Include here all the required dependencies of the final package -->

doc/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-streams-parent</artifactId>
16-
<version>3.4.0</version>
16+
<version>3.4.1</version>
1717
</parent>
1818

1919
<properties>

kafka-connect-neo4j/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.neo4j</groupId>
77
<artifactId>kafka-connect-neo4j</artifactId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>Kafka Connect Neo4j</name>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.neo4j</groupId>
1616
<artifactId>neo4j-streams-parent</artifactId>
17-
<version>3.4.0</version>
17+
<version>3.4.1</version>
1818
</parent>
1919

2020
<properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.neo4j</groupId>
88
<artifactId>neo4j-streams-parent</artifactId>
9-
<version>3.4.0</version>
9+
<version>3.4.1</version>
1010
<packaging>pom</packaging>
1111
<name>Neo4j Streams - Parent</name>
1212
<description>Neo4j Integration for streaming platforms</description>

producer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.neo4j</groupId>
1616
<artifactId>neo4j-streams-parent</artifactId>
17-
<version>3.4.0</version>
17+
<version>3.4.1</version>
1818
</parent>
1919

2020
<dependencies>

0 commit comments

Comments
 (0)