Skip to content

Commit 8bf957b

Browse files
committed
build: set release version
1 parent 1c04d69 commit 8bf957b

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
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>4.1.6</version>
8+
<version>4.1.7</version>
99
</parent>
1010
<artifactId>neo4j-streams-common</artifactId>
11-
<version>4.1.6</version>
11+
<version>4.1.7</version>
1212
<packaging>jar</packaging>
1313
<name>Neo4j Streams - Common</name>
1414
<description>Neo4j Streams - Commons Package</description>

consumer/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>4.1.6</version>
8+
<version>4.1.7</version>
99
</parent>
1010
<artifactId>neo4j-streams-consumer</artifactId>
11-
<version>4.1.6</version>
11+
<version>4.1.7</version>
1212
<packaging>jar</packaging>
1313
<name>Neo4j Streams - Consumer</name>
1414
<description>Neo4j Streams - Kafka Consumer</description>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.neo4j</groupId>
77
<artifactId>neo4j-streams-parent</artifactId>
8-
<version>4.1.6</version>
8+
<version>4.1.7</version>
99
</parent>
1010
<artifactId>neo4j-streams-distribution</artifactId>
1111
<packaging>pom</packaging>

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>4.1.6</version>
7+
<version>4.1.7</version>
88
<packaging>pom</packaging>
99
<name>Neo4j Streams - Parent</name>
1010
<description>Neo4j Integration for streaming platforms</description>

producer/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>4.1.6</version>
8+
<version>4.1.7</version>
99
</parent>
1010
<artifactId>neo4j-streams-producer</artifactId>
11-
<version>4.1.6</version>
11+
<version>4.1.7</version>
1212
<packaging>jar</packaging>
1313
<name>Neo4j Streams - Producer</name>
1414
<description>Neo4j Streams - Kafka Producer</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>4.1.6</version>
8+
<version>4.1.7</version>
99
</parent>
1010
<artifactId>neo4j-streams-test-support</artifactId>
11-
<version>4.1.6</version>
11+
<version>4.1.7</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)