You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cs...@apache.org on 2017/05/01 17:18:30 UTC

activemq-cli-tools git commit: [maven-release-plugin] prepare for next development iteration

Repository: activemq-cli-tools
Updated Branches:
  refs/heads/master 70c7f8be8 -> bc69ab9e3


[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/commit/bc69ab9e
Tree: http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/tree/bc69ab9e
Diff: http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/diff/bc69ab9e

Branch: refs/heads/master
Commit: bc69ab9e3ce73a0d3aa6a0e49055ff0b49a10821
Parents: 70c7f8b
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Authored: Mon May 1 13:18:24 2017 -0400
Committer: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Committed: Mon May 1 13:18:24 2017 -0400

----------------------------------------------------------------------
 activemq-kahadb-exporter/pom.xml | 2 +-
 assembly/pom.xml                 | 2 +-
 pom.xml                          | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/blob/bc69ab9e/activemq-kahadb-exporter/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-kahadb-exporter/pom.xml b/activemq-kahadb-exporter/pom.xml
index 6c1b777..125d5a8 100644
--- a/activemq-kahadb-exporter/pom.xml
+++ b/activemq-kahadb-exporter/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-cli-tools-parent</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/blob/bc69ab9e/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 63bb44a..760a3f8 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-cli-tools-parent</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/blob/bc69ab9e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0119af3..80ed8e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>activemq-cli-tools-parent</artifactId>
-  <version>0.1.0</version>
+  <version>0.1.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>ActiveMQ CLI Tools</name>
@@ -56,7 +56,7 @@
     <connection>scm:git:http://git-wip-us.apache.org/repos/asf/activemq-cli-tools.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/activemq-cli-tools.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=activemq-cli-tools.git</url>
-    <tag>0.1.0</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <url>https://issues.apache.org/jira/browse/AMQCLI</url>