Skip to content

Commit d9b8fa9

Browse files
committed
bump version
1 parent 986de0e commit d9b8fa9

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.3</version>
17+
<version>3.4.4</version>
1818
</parent>
1919

2020
<dependencies>

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.3</version>
17+
<version>3.4.4</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.3</version>
16+
<version>3.4.4</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.3</version>
16+
<version>3.4.4</version>
1717
</parent>
1818

1919
<properties>

kafka-connect-neo4j/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.3</version>
17+
<version>3.4.4</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.3</version>
9+
<version>3.4.4</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.3</version>
17+
<version>3.4.4</version>
1818
</parent>
1919

2020
<dependencies>

0 commit comments

Comments
 (0)