You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2016/11/24 10:53:28 UTC

[24/50] [abbrv] aries-jax-rs-whiteboard git commit: rename example

rename example


Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/fc1456a6
Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/fc1456a6
Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/fc1456a6

Branch: refs/heads/master
Commit: fc1456a63c1195e35c76a1f8b473abc74b0ea57e
Parents: b9f4201
Author: Raymond Auge <ra...@liferay.com>
Authored: Tue Oct 25 15:58:00 2016 +0200
Committer: Raymond Auge <ra...@liferay.com>
Committed: Tue Oct 25 23:42:22 2016 +0200

----------------------------------------------------------------------
 org.apache.aries.jax-rs.example/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/fc1456a6/org.apache.aries.jax-rs.example/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.example/pom.xml b/org.apache.aries.jax-rs.example/pom.xml
index 252a6ba..2a36d9b 100644
--- a/org.apache.aries.jax-rs.example/pom.xml
+++ b/org.apache.aries.jax-rs.example/pom.xml
@@ -9,9 +9,9 @@
         <artifactId>org.apache.aries.jax-rs</artifactId>
         <version>1.0.0-SNAPSHOT</version>
     </parent>
-    <artifactId>com.liferay.portal.rest.example</artifactId>
+    <artifactId>org.apache.aries.jax-rs.example</artifactId>
     <packaging>jar</packaging>
-    <description>REST Example</description>
+    <description>JAX-RS Example</description>
     <dependencies>
         <dependency>
             <groupId>javax.ws.rs</groupId>