Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeqo committed Dec 17, 2018
1 parent 465b9b5 commit 635f4b9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>no.sysco.middleware.kafka</groupId>
<artifactId>kafka-interceptors</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
</parent>

<artifactId>benchmarks</artifactId>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>no.sysco.middleware.kafka</groupId>
<artifactId>kafka-interceptor-config-collector</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion config-collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>no.sysco.middleware.kafka</groupId>
<artifactId>kafka-interceptors</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
</parent>

<artifactId>kafka-interceptor-config-collector</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>no.sysco.middleware.kafka</groupId>
<artifactId>kafka-interceptors</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
</parent>

<artifactId>examples</artifactId>
Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>no.sysco.middleware.kafka</groupId>
<artifactId>kafka-interceptor-config-collector</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>no.sysco.middleware.kafka</groupId>
<artifactId>kafka-interceptor-zipkin</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>no.sysco.middleware.kafka</groupId>
<artifactId>kafka-interceptors</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>kafka-interceptors</name>
Expand Down Expand Up @@ -236,7 +236,7 @@
<developerConnection>scm:git:ssh://git@github.com/sysco-middleware/kafka-interceptors.git
</developerConnection>
<url>http://github.com/sysco-middleware/kafka-interceptors/tree/master</url>
<tag>0.3.2-SNAPSHOT</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion zipkin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>no.sysco.middleware.kafka</groupId>
<artifactId>kafka-interceptors</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
</parent>

<artifactId>kafka-interceptor-zipkin</artifactId>
Expand Down

0 comments on commit 635f4b9

Please sign in to comment.