Skip to content

Commit

Permalink
wrong version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mneedham committed Jan 23, 2020
1 parent 357eb1a commit d9cb728
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<artifactId>neo4j-streams-common</artifactId>
<name>Neo4j Streams - Common</name>
<description>Neo4j Streams - Commons Package</description>
<version>3.4.5</version>
<version>3.5.5</version>
<packaging>jar</packaging>

<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-streams-parent</artifactId>
<version>3.4.5</version>
<version>3.5.5</version>
</parent>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<groupId>org.neo4j</groupId>
<artifactId>neo4j-streams-consumer</artifactId>
<version>3.4.5</version>
<version>3.5.5</version>
<name>Neo4j Streams - Consumer</name>
<description>Neo4j Streams - Kafka Consumer</description>
<packaging>jar</packaging>

<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-streams-parent</artifactId>
<version>3.4.5</version>
<version>3.5.5</version>
</parent>

<repositories>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-streams-common</artifactId>
<version>3.4.5</version>
<version>3.5.5</version>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-streams-parent</artifactId>
<version>3.4.5</version>
<version>3.5.5</version>
</parent>

<!-- Include here all the required dependencies of the final package -->
Expand Down
4 changes: 2 additions & 2 deletions doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

<groupId>org.neo4j</groupId>
<artifactId>neo4j-streams-docs</artifactId>
<version>3.4.5</version>
<version>3.5.5</version>
<name>Neo4j Streams - Docs</name>
<description>Neo4j Streams - Documentation</description>

<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-streams-parent</artifactId>
<version>3.4.5</version>
<version>3.5.5</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion kafka-connect-neo4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-streams-parent</artifactId>
<version>3.4.5</version>
<version>3.5.5</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.neo4j</groupId>
<artifactId>neo4j-streams-parent</artifactId>
<version>3.4.5</version>
<version>3.5.5</version>
<packaging>pom</packaging>
<name>Neo4j Streams - Parent</name>
<description>Neo4j Integration for streaming platforms</description>
Expand Down
6 changes: 3 additions & 3 deletions producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@

<groupId>org.neo4j</groupId>
<artifactId>neo4j-streams-producer</artifactId>
<version>3.4.5</version>
<version>3.5.5</version>
<name>Neo4j Streams - Producer</name>
<description>Neo4j Streams - Kafka Producer</description>
<packaging>jar</packaging>

<parent>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-streams-parent</artifactId>
<version>3.4.5</version>
<version>3.5.5</version>
</parent>

<dependencies>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-streams-common</artifactId>
<version>3.4.5</version>
<version>3.5.5</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit d9cb728

Please sign in to comment.