From cd2668b6e630e25b20101ed364d3a64960d8b77a Mon Sep 17 00:00:00 2001 From: jbertram Date: Wed, 29 Jun 2016 17:12:28 -0500 Subject: [PATCH] ARTEMIS-602 update pom info for REST WAR --- docs/user-manual/en/rest.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/user-manual/en/rest.md b/docs/user-manual/en/rest.md index 30c7a71265..ca60383262 100644 --- a/docs/user-manual/en/rest.md +++ b/docs/user-manual/en/rest.md @@ -94,7 +94,7 @@ Within your WEB-INF/lib directory you must have the Apache ActiveMQ Artemis-rest 4.0.0 org.somebody - activemq-rest + artemis-rest war My App 1.0-SNAPSHOT @@ -102,8 +102,8 @@ Within your WEB-INF/lib directory you must have the Apache ActiveMQ Artemis-rest org.apache.activemq.rest - activemq-rest - 1.0.0.Final + artemis-rest + $VERSION * @@ -170,7 +170,7 @@ Here's a Maven pom.xml file for creating a WAR for this environment. Make sure y 4.0.0 org.somebody - activemq-rest + artemis-rest war My App 1.0-SNAPSHOT @@ -178,8 +178,8 @@ Here's a Maven pom.xml file for creating a WAR for this environment. Make sure y org.apache.activemq.rest - activemq-rest - 1.0.0.Final + artemis-rest + $VERSION