ARTEMIS-3340 Fix example artifact name
This commit is contained in:
parent
d804a07148
commit
dfca54cedd
|
@ -27,7 +27,7 @@ under the License.
|
||||||
<version>2.18.0-SNAPSHOT</version>
|
<version>2.18.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>zookeeper-single-pair-ordered-failback</artifactId>
|
<artifactId>zookeeper-single-pair-failback</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>ActiveMQ Artemis Zookeeper Single Pair Ordered Failback Example</name>
|
<name>ActiveMQ Artemis Zookeeper Single Pair Ordered Failback Example</name>
|
||||||
|
|
||||||
|
@ -96,8 +96,8 @@ under the License.
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.activemq.examples.failover</groupId>
|
<groupId>org.apache.activemq.examples.failover</groupId>
|
||||||
<artifactId>zookeeper-single-pair-ordered-failback</artifactId>
|
<artifactId>zookeeper-single-pair-failback</artifactId>
|
||||||
<version>2.18.0-SNAPSHOT</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue