Skip to content

Commit 6007de4

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare for next development iteration
1 parent 1aa6f95 commit 6007de4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

exporter-sender-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.zipkin.brave.karaf</groupId>
2020
<artifactId>brave-karaf-parent</artifactId>
21-
<version>0.2.6</version>
21+
<version>0.2.7-SNAPSHOT</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

exporter-sender-okhttp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.zipkin.brave.karaf</groupId>
2020
<artifactId>brave-karaf-parent</artifactId>
21-
<version>0.2.6</version>
21+
<version>0.2.7-SNAPSHOT</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

exporter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.zipkin.brave.karaf</groupId>
2020
<artifactId>brave-karaf-parent</artifactId>
21-
<version>0.2.6</version>
21+
<version>0.2.7-SNAPSHOT</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

features/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.zipkin.brave.karaf</groupId>
2121
<artifactId>brave-karaf-parent</artifactId>
22-
<version>0.2.6</version>
22+
<version>0.2.7-SNAPSHOT</version>
2323
</parent>
2424
<artifactId>brave-features</artifactId>
2525
<packaging>pom</packaging>

itests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.zipkin.brave.karaf</groupId>
2121
<artifactId>brave-karaf-parent</artifactId>
22-
<version>0.2.6</version>
22+
<version>0.2.7-SNAPSHOT</version>
2323
</parent>
2424
<artifactId>brave-itests</artifactId>
2525

pom.xml

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

2020
<groupId>io.zipkin.brave.karaf</groupId>
2121
<artifactId>brave-karaf-parent</artifactId>
22-
<version>0.2.6</version>
22+
<version>0.2.7-SNAPSHOT</version>
2323
<packaging>pom</packaging>
2424

2525
<modules>
@@ -112,7 +112,7 @@
112112
<url>https://github.com/openzipkin/brave-karaf</url>
113113
<connection>scm:git:https://github.com/openzipkin/brave-karaf.git</connection>
114114
<developerConnection>scm:git:https://github.com/openzipkin/brave-karaf.git</developerConnection>
115-
<tag>0.2.6</tag>
115+
<tag>HEAD</tag>
116116
</scm>
117117

118118
<!-- Developer section is needed for Maven Central, but doesn't need to include each person -->

0 commit comments

Comments
 (0)