Author: mrdon
Date: Tue Nov 13 21:06:19 2007
New Revision: 594767

URL: http://svn.apache.org/viewvc?rev=594767&view=rev
Log:
Moving rest app over the apps area
WW-2312

Added:
    struts/struts2/trunk/apps/rest-showcase/
      - copied from r594766, struts/struts2/trunk/plugins/rest/showcase/
Removed:
    struts/struts2/trunk/plugins/rest/showcase/
Modified:
    struts/struts2/trunk/apps/pom.xml
    struts/struts2/trunk/apps/rest-showcase/pom.xml

Modified: struts/struts2/trunk/apps/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/pom.xml?rev=594767&r1=594766&r2=594767&view=diff
==============================================================================
--- struts/struts2/trunk/apps/pom.xml (original)
+++ struts/struts2/trunk/apps/pom.xml Tue Nov 13 21:06:19 2007
@@ -39,6 +39,7 @@
         <module>mailreader</module>
         <module>portlet</module>
         <module>showcase</module>
+        <module>rest-showcase</module>
     </modules>
 
     <scm>

Modified: struts/struts2/trunk/apps/rest-showcase/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/rest-showcase/pom.xml?rev=594767&r1=594766&r2=594767&view=diff
==============================================================================
--- struts/struts2/trunk/apps/rest-showcase/pom.xml (original)
+++ struts/struts2/trunk/apps/rest-showcase/pom.xml Tue Nov 13 21:06:19 2007
@@ -19,7 +19,7 @@
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-rest-plugin</artifactId>
-            <version>2.1.1-SNAPSHOT</version>
+            <version>${pom.version}</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>


Reply via email to