Skip to content

Commit

Permalink
Set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ince committed Feb 12, 2025
1 parent 1f9626f commit 3a88a0e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-streams-parent</artifactId>
<version>4.1.5</version>
<version>4.1.6</version>
</parent>
<artifactId>neo4j-streams-common</artifactId>
<version>4.1.5</version>
<version>4.1.6</version>
<packaging>jar</packaging>
<name>Neo4j Streams - Common</name>
<description>Neo4j Streams - Commons Package</description>
Expand Down
4 changes: 2 additions & 2 deletions consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-streams-parent</artifactId>
<version>4.1.5</version>
<version>4.1.6</version>
</parent>
<artifactId>neo4j-streams-consumer</artifactId>
<version>4.1.5</version>
<version>4.1.6</version>
<packaging>jar</packaging>
<name>Neo4j Streams - Consumer</name>
<description>Neo4j Streams - Kafka Consumer</description>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-streams-parent</artifactId>
<version>4.1.5</version>
<version>4.1.6</version>
</parent>
<artifactId>neo4j-streams-distribution</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-streams-parent</artifactId>
<version>4.1.5</version>
<version>4.1.6</version>
<packaging>pom</packaging>
<name>Neo4j Streams - Parent</name>
<description>Neo4j Integration for streaming platforms</description>
Expand Down
4 changes: 2 additions & 2 deletions producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-streams-parent</artifactId>
<version>4.1.5</version>
<version>4.1.6</version>
</parent>
<artifactId>neo4j-streams-producer</artifactId>
<version>4.1.5</version>
<version>4.1.6</version>
<packaging>jar</packaging>
<name>Neo4j Streams - Producer</name>
<description>Neo4j Streams - Kafka Producer</description>
Expand Down
4 changes: 2 additions & 2 deletions test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-streams-parent</artifactId>
<version>4.1.5</version>
<version>4.1.6</version>
</parent>
<artifactId>neo4j-streams-test-support</artifactId>
<version>4.1.5</version>
<version>4.1.6</version>
<packaging>jar</packaging>
<name>Neo4j Streams - Test Support</name>
<description>Neo4j Streams - A set of utility functions for Streams Tests</description>
Expand Down

0 comments on commit 3a88a0e

Please sign in to comment.