Skip to content

Commit 635f4b9

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 465b9b5 commit 635f4b9

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

benchmarks/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>no.sysco.middleware.kafka</groupId>
77
<artifactId>kafka-interceptors</artifactId>
8-
<version>0.3.2</version>
8+
<version>0.3.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>benchmarks</artifactId>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>no.sysco.middleware.kafka</groupId>
3737
<artifactId>kafka-interceptor-config-collector</artifactId>
38-
<version>0.3.2</version>
38+
<version>0.3.3-SNAPSHOT</version>
3939
<scope>compile</scope>
4040
</dependency>
4141
</dependencies>

config-collector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>no.sysco.middleware.kafka</groupId>
66
<artifactId>kafka-interceptors</artifactId>
7-
<version>0.3.2</version>
7+
<version>0.3.3-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>kafka-interceptor-config-collector</artifactId>

examples/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>no.sysco.middleware.kafka</groupId>
66
<artifactId>kafka-interceptors</artifactId>
7-
<version>0.3.2</version>
7+
<version>0.3.3-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>examples</artifactId>
@@ -18,12 +18,12 @@
1818
<dependency>
1919
<groupId>no.sysco.middleware.kafka</groupId>
2020
<artifactId>kafka-interceptor-config-collector</artifactId>
21-
<version>0.3.2</version>
21+
<version>0.3.3-SNAPSHOT</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>no.sysco.middleware.kafka</groupId>
2525
<artifactId>kafka-interceptor-zipkin</artifactId>
26-
<version>0.3.2</version>
26+
<version>0.3.3-SNAPSHOT</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.slf4j</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>no.sysco.middleware.kafka</groupId>
77
<artifactId>kafka-interceptors</artifactId>
8-
<version>0.3.2</version>
8+
<version>0.3.3-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>kafka-interceptors</name>
@@ -236,7 +236,7 @@
236236
<developerConnection>scm:git:ssh://git@github.com/sysco-middleware/kafka-interceptors.git
237237
</developerConnection>
238238
<url>http://github.com/sysco-middleware/kafka-interceptors/tree/master</url>
239-
<tag>0.3.2-SNAPSHOT</tag>
239+
<tag>HEAD</tag>
240240
</scm>
241241

242242
<issueManagement>

zipkin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>no.sysco.middleware.kafka</groupId>
77
<artifactId>kafka-interceptors</artifactId>
8-
<version>0.3.2</version>
8+
<version>0.3.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>kafka-interceptor-zipkin</artifactId>

0 commit comments

Comments
 (0)