You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ab...@apache.org on 2019/01/30 17:42:15 UTC

[incubator-zipkin-brave-karaf] 34/42: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

abesto pushed a commit to branch test-jenkins-github-integration
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave-karaf.git

commit 695ab2b90bdbea0bcb517c21bc3a8fa05a984781
Author: zipkinci <zi...@googlegroups.com>
AuthorDate: Sat Sep 8 12:55:23 2018 +0000

    [maven-release-plugin] prepare for next development iteration
---
 exporter-sender-kafka/pom.xml  | 2 +-
 exporter-sender-okhttp/pom.xml | 2 +-
 exporter/pom.xml               | 2 +-
 features/pom.xml               | 2 +-
 itests/pom.xml                 | 2 +-
 pom.xml                        | 4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/exporter-sender-kafka/pom.xml b/exporter-sender-kafka/pom.xml
index a699636..1911a7c 100644
--- a/exporter-sender-kafka/pom.xml
+++ b/exporter-sender-kafka/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.zipkin.brave.karaf</groupId>
     <artifactId>brave-karaf-parent</artifactId>
-    <version>0.1.1</version>
+    <version>0.1.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/exporter-sender-okhttp/pom.xml b/exporter-sender-okhttp/pom.xml
index 010272d..9149e56 100644
--- a/exporter-sender-okhttp/pom.xml
+++ b/exporter-sender-okhttp/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.zipkin.brave.karaf</groupId>
     <artifactId>brave-karaf-parent</artifactId>
-    <version>0.1.1</version>
+    <version>0.1.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/exporter/pom.xml b/exporter/pom.xml
index 27cc1c0..a62e348 100644
--- a/exporter/pom.xml
+++ b/exporter/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>io.zipkin.brave.karaf</groupId>
     <artifactId>brave-karaf-parent</artifactId>
-    <version>0.1.1</version>
+    <version>0.1.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/features/pom.xml b/features/pom.xml
index 0f83408..73b01f3 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.zipkin.brave.karaf</groupId>
     <artifactId>brave-karaf-parent</artifactId>
-    <version>0.1.1</version>
+    <version>0.1.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>brave-features</artifactId>
diff --git a/itests/pom.xml b/itests/pom.xml
index b538480..f100dbf 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.zipkin.brave.karaf</groupId>
     <artifactId>brave-karaf-parent</artifactId>
-    <version>0.1.1</version>
+    <version>0.1.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>brave-itests</artifactId>
diff --git a/pom.xml b/pom.xml
index 77d65d8..f176186 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
   <groupId>io.zipkin.brave.karaf</groupId>
   <artifactId>brave-karaf-parent</artifactId>
-  <version>0.1.1</version>
+  <version>0.1.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <modules>
@@ -71,7 +71,7 @@
     <url>https://github.com/openzipkin/brave-karaf</url>
     <connection>scm:git:https://github.com/openzipkin/brave-karaf.git</connection>
     <developerConnection>scm:git:https://github.com/openzipkin/brave-karaf.git</developerConnection>
-    <tag>0.1.1</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <!-- Developer section is needed for Maven Central, but doesn't need to include each person -->