Skip to content

Commit bdc1c1b

Browse files
committed
Set release version
1 parent 0088337 commit bdc1c1b

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

common/pom.xml

+2-2
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>4.1.4</version>
11+
<version>4.1.5</version>
1212
<packaging>jar</packaging>
1313

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

2020
<dependencies>

consumer/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
<groupId>org.neo4j</groupId>
88
<artifactId>neo4j-streams-consumer</artifactId>
9-
<version>4.1.4</version>
9+
<version>4.1.5</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>4.1.4</version>
17+
<version>4.1.5</version>
1818
</parent>
1919

2020
<repositories>

distribution/pom.xml

+1-1
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>4.1.4</version>
16+
<version>4.1.5</version>
1717
</parent>
1818

1919
<properties>

pom.xml

+1-1
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>4.1.4</version>
9+
<version>4.1.5</version>
1010
<packaging>pom</packaging>
1111
<name>Neo4j Streams - Parent</name>
1212
<description>Neo4j Integration for streaming platforms</description>

producer/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
<groupId>org.neo4j</groupId>
88
<artifactId>neo4j-streams-producer</artifactId>
9-
<version>4.1.4</version>
9+
<version>4.1.5</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>4.1.4</version>
17+
<version>4.1.5</version>
1818
</parent>
1919

2020
<dependencies>

test-support/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
<groupId>org.neo4j</groupId>
88
<artifactId>neo4j-streams-test-support</artifactId>
9-
<version>4.1.4</version>
9+
<version>4.1.5</version>
1010
<name>Neo4j Streams - Test Support</name>
1111
<description>Neo4j Streams - A set of utility functions for Streams Tests</description>
1212
<packaging>jar</packaging>
1313

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

2020
<properties/>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.neo4j</groupId>
2525
<artifactId>neo4j-streams-common</artifactId>
26-
<version>4.1.4</version>
26+
<version>4.1.5</version>
2727
<scope>provided</scope>
2828
</dependency>
2929
<dependency>

0 commit comments

Comments
 (0)