Skip to content

Commit b3d4a11

Browse files
committed
Updated version to 3.4.0 for release
1 parent 9daacf2 commit b3d4a11

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

consumer/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66

77
<groupId>org.neo4j</groupId>
88
<artifactId>neo4j-streams-consumer</artifactId>
9+
<version>3.4.0</version>
910
<name>Neo4j Streams - Consumer</name>
1011
<description>Neo4j Streams - Kafka Consumer</description>
1112
<packaging>jar</packaging>
1213

1314
<parent>
1415
<groupId>org.neo4j</groupId>
1516
<artifactId>neo4j-streams-parent</artifactId>
16-
<version>3.4.7.1</version>
17+
<version>3.4.0</version>
1718
</parent>
1819

20+
1921
</project>

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.7.1</version>
16+
<version>3.4.0</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
@@ -6,7 +6,7 @@
66

77
<groupId>org.neo4j</groupId>
88
<artifactId>graph-streams-docs</artifactId>
9-
<version>3.4.7.1</version>
9+
<version>3.4.0</version>
1010
<name>Neo4j Streams - Docs</name>
1111
<description>Neo4j Streams - Documentation</description>
1212

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.7.1</version>
9+
<version>3.4.0</version>
1010
<packaging>pom</packaging>
1111
<name>Neo4j Streams - Parent</name>
1212
<description></description>

producer/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66

77
<groupId>org.neo4j</groupId>
88
<artifactId>neo4j-streams-producer</artifactId>
9+
<version>3.4.0</version>
910
<name>Neo4j Streams - Producer</name>
1011
<description>Neo4j Streams - Kafka Producer</description>
1112
<packaging>jar</packaging>
1213

1314
<parent>
1415
<groupId>org.neo4j</groupId>
1516
<artifactId>neo4j-streams-parent</artifactId>
16-
<version>3.4.7.1</version>
17+
<version>3.4.0</version>
1718
</parent>
1819

20+
1921
</project>

0 commit comments

Comments
 (0)