Repository: activemq-cli-tools
Updated Branches:
  refs/heads/0.1.x 9c6f8364e -> 44ca8208b


[maven-release-plugin] prepare release 0.1.0


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/44ca8208
Tree: http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/tree/44ca8208
Diff: http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/diff/44ca8208

Branch: refs/heads/0.1.x
Commit: 44ca8208b59cb5d866430d14cd1bb0d2999f83a6
Parents: 9c6f836
Author: Christopher L. Shannon (cshannon) <christopher.l.shan...@gmail.com>
Authored: Wed May 3 11:49:17 2017 -0400
Committer: Christopher L. Shannon (cshannon) <christopher.l.shan...@gmail.com>
Committed: Wed May 3 11:49:17 2017 -0400

----------------------------------------------------------------------
 activemq-kahadb-exporter/pom.xml | 5 ++---
 assembly/pom.xml                 | 5 ++---
 pom.xml                          | 7 +++----
 3 files changed, 7 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/blob/44ca8208/activemq-kahadb-exporter/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-kahadb-exporter/pom.xml b/activemq-kahadb-exporter/pom.xml
index 2b884ee..6c1b777 100644
--- a/activemq-kahadb-exporter/pom.xml
+++ b/activemq-kahadb-exporter/pom.xml
@@ -15,12 +15,11 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-cli-tools-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/blob/44ca8208/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 9a704a2..d26d804 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -9,12 +9,11 @@
   License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
   OF ANY KIND, either express or implied. See the License for the specific 
   language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <parent>
     <groupId>org.apache.activemq</groupId>
     <artifactId>activemq-cli-tools-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/blob/44ca8208/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 94a4ba9..0119af3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,8 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
   <parent>
     <groupId>org.apache</groupId>
@@ -27,7 +26,7 @@
 
   <groupId>org.apache.activemq</groupId>
   <artifactId>activemq-cli-tools-parent</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0</version>
   <packaging>pom</packaging>
 
   <name>ActiveMQ CLI Tools</name>
@@ -57,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>HEAD</tag>
+    <tag>0.1.0</tag>
   </scm>
   <issueManagement>
     <url>https://issues.apache.org/jira/browse/AMQCLI</url>

Reply via email to