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 <[email protected]> Authored: Wed Jun 29 17:12:28 2016 -0500 Committer: Clebert Suconic <[email protected]> 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>
