Skip to content

Commit 4380ee9

Browse files
committed
bump version
1 parent 6bd66a6 commit 4380ee9

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<artifactId>neo4j-streams-common</artifactId>
99
<name>Neo4j Streams - Common</name>
1010
<description>Neo4j Streams - Commons Package</description>
11-
<version>3.5.0</version>
11+
<version>3.5.1</version>
1212
<packaging>jar</packaging>
1313

1414
<parent>
1515
<groupId>org.neo4j</groupId>
1616
<artifactId>neo4j-streams-parent</artifactId>
17-
<version>3.5.0</version>
17+
<version>3.5.1</version>
1818
</parent>
1919

2020
<dependencies>

consumer/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66

77
<groupId>org.neo4j</groupId>
88
<artifactId>neo4j-streams-consumer</artifactId>
9-
<version>3.5.0</version>
9+
<version>3.5.1</version>
1010
<name>Neo4j Streams - Consumer</name>
1111
<description>Neo4j Streams - Kafka Consumer</description>
1212
<packaging>jar</packaging>
1313

1414
<parent>
1515
<groupId>org.neo4j</groupId>
1616
<artifactId>neo4j-streams-parent</artifactId>
17-
<version>3.5.0</version>
17+
<version>3.5.1</version>
1818
</parent>
1919

2020
<dependencies>
2121
<dependency>
2222
<groupId>org.neo4j</groupId>
2323
<artifactId>neo4j-streams-common</artifactId>
24-
<version>3.5.0</version>
24+
<version>3.5.1</version>
2525
</dependency>
2626

2727
</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.5.0</version>
16+
<version>3.5.1</version>
1717
</parent>
1818

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

doc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

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

1313
<parent>
1414
<groupId>org.neo4j</groupId>
1515
<artifactId>neo4j-streams-parent</artifactId>
16-
<version>3.5.0</version>
16+
<version>3.5.1</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.5.0</version>
17+
<version>3.5.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.5.0</version>
9+
<version>3.5.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66

77
<groupId>org.neo4j</groupId>
88
<artifactId>neo4j-streams-producer</artifactId>
9-
<version>3.5.0</version>
9+
<version>3.5.1</version>
1010
<name>Neo4j Streams - Producer</name>
1111
<description>Neo4j Streams - Kafka Producer</description>
1212
<packaging>jar</packaging>
1313

1414
<parent>
1515
<groupId>org.neo4j</groupId>
1616
<artifactId>neo4j-streams-parent</artifactId>
17-
<version>3.5.0</version>
17+
<version>3.5.1</version>
1818
</parent>
1919

2020
<dependencies>
2121
<dependency>
2222
<groupId>org.neo4j</groupId>
2323
<artifactId>neo4j-streams-common</artifactId>
24-
<version>3.5.0</version>
24+
<version>3.5.1</version>
2525
</dependency>
2626

2727
</dependencies>

0 commit comments

Comments
 (0)