You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/01/26 15:50:39 UTC

activemq-artemis git commit: fixing wrong version on examples

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 065bd1678 -> 0c74b5fc8


fixing wrong version on examples


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/0c74b5fc
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/0c74b5fc
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/0c74b5fc

Branch: refs/heads/master
Commit: 0c74b5fc837228fc46a761da889f76f6e1b2fb48
Parents: 065bd16
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Jan 26 09:50:21 2016 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Jan 26 09:50:21 2016 -0500

----------------------------------------------------------------------
 examples/features/clustered/clustered-static-discovery-uri/pom.xml | 2 +-
 examples/features/clustered/clustered-topic-uri/pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/0c74b5fc/examples/features/clustered/clustered-static-discovery-uri/pom.xml
----------------------------------------------------------------------
diff --git a/examples/features/clustered/clustered-static-discovery-uri/pom.xml b/examples/features/clustered/clustered-static-discovery-uri/pom.xml
index 949d87f..7f5097c 100644
--- a/examples/features/clustered/clustered-static-discovery-uri/pom.xml
+++ b/examples/features/clustered/clustered-static-discovery-uri/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.clustered</groupId>
       <artifactId>broker-clustered</artifactId>
-      <version>1.1.1-SNAPSHOT</version>
+      <version>1.3.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>clustered-static-discovery-uri</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/0c74b5fc/examples/features/clustered/clustered-topic-uri/pom.xml
----------------------------------------------------------------------
diff --git a/examples/features/clustered/clustered-topic-uri/pom.xml b/examples/features/clustered/clustered-topic-uri/pom.xml
index 5dd10e1..cc84056 100644
--- a/examples/features/clustered/clustered-topic-uri/pom.xml
+++ b/examples/features/clustered/clustered-topic-uri/pom.xml
@@ -24,7 +24,7 @@ under the License.
    <parent>
       <groupId>org.apache.activemq.examples.clustered</groupId>
       <artifactId>broker-clustered</artifactId>
-      <version>1.1.1-SNAPSHOT</version>
+      <version>1.3.0-SNAPSHOT</version>
    </parent>
 
    <artifactId>clustered-topic-uri</artifactId>