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/06/30 14:44:03 UTC

[2/2] activemq-artemis git commit: ARTEMIS-602 update pom info for REST WAR

ARTEMIS-602 update pom info for REST WAR


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

Branch: refs/heads/master
Commit: cd2668b6e630e25b20101ed364d3a64960d8b77a
Parents: 77cc640
Author: jbertram <jb...@apache.org>
Authored: Wed Jun 29 17:12:28 2016 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Jun 30 10:43:59 2016 -0400

----------------------------------------------------------------------
 docs/user-manual/en/rest.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/cd2668b6/docs/user-manual/en/rest.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/rest.md b/docs/user-manual/en/rest.md
index 30c7a71..ca60383 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
 
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.somebody</groupId>
-       <artifactId>activemq-rest</artifactId>
+       <artifactId>artemis-rest</artifactId>
        <packaging>war</packaging>
        <name>My App</name>
        <version>1.0-SNAPSHOT</version>
@@ -102,8 +102,8 @@ Within your WEB-INF/lib directory you must have the Apache ActiveMQ Artemis-rest
        <dependencies>
           <dependency>
              <groupId>org.apache.activemq.rest</groupId>
-             <artifactId>activemq-rest</artifactId>
-             <version>1.0.0.Final</version>
+             <artifactId>artemis-rest</artifactId>
+             <version>$VERSION</version>
              <exclusions>
                 <exclusion>
                    <groupId>*</groupId>
@@ -170,7 +170,7 @@ Here's a Maven pom.xml file for creating a WAR for this environment. Make sure y
 
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.somebody</groupId>
-       <artifactId>activemq-rest</artifactId>
+       <artifactId>artemis-rest</artifactId>
        <packaging>war</packaging>
        <name>My App</name>
        <version>1.0-SNAPSHOT</version>
@@ -178,8 +178,8 @@ Here's a Maven pom.xml file for creating a WAR for this environment. Make sure y
        <dependencies>
           <dependency>
              <groupId>org.apache.activemq.rest</groupId>
-             <artifactId>activemq-rest</artifactId>
-             <version>1.0.0.Final</version>
+             <artifactId>artemis-rest</artifactId>
+             <version>$VERSION</version>
           </dependency>
        </dependencies>
     </project>