1
0
mirror of https://github.com/apache/activemq-artemis.git synced 2025-03-07 17:59:27 +00:00

fixing wrong version on examples

This commit is contained in:
Clebert Suconic 2016-01-26 09:50:21 -05:00
parent 065bd16782
commit 0c74b5fc83
2 changed files with 2 additions and 2 deletions
examples/features/clustered
clustered-static-discovery-uri
clustered-topic-uri

@ -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>

@ -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>