Skip to content

Commit

Permalink
build: update version (#732)
Browse files Browse the repository at this point in the history
* build: update version
  • Loading branch information
dhrudevalia authored Feb 24, 2025
1 parent 547c48e commit fb0ee0e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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>5.0.7</version>
<version>5.0.8</version>
</parent>
<artifactId>neo4j-streams-common</artifactId>
<version>5.0.7</version>
<version>5.0.8</version>
<packaging>jar</packaging>
<name>Neo4j Streams - Common</name>
<description>Neo4j Streams - Commons Package</description>
Expand Down
4 changes: 2 additions & 2 deletions kafka-connect-neo4j/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>5.0.7</version>
<version>5.0.8</version>
</parent>
<artifactId>kafka-connect-neo4j</artifactId>
<version>5.0.7</version>
<version>5.0.8</version>
<packaging>jar</packaging>
<name>Kafka Connect Neo4j</name>
<description>A Kafka Connect Neo4j Connector for kafka-connect-neo4j</description>
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>5.0.7</version>
<version>5.0.8</version>
<packaging>pom</packaging>
<name>Neo4j Streams - Parent</name>
<description>Neo4j Integration for streaming platforms</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>5.0.7</version>
<version>5.0.8</version>
</parent>
<artifactId>neo4j-streams-test-support</artifactId>
<version>5.0.7</version>
<version>5.0.8</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 fb0ee0e

Please sign in to comment.