You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/08/27 02:43:39 UTC

svn commit: r989988 - in /myfaces/current12: pom.xml test-webapp/pom.xml

Author: lu4242
Date: Fri Aug 27 00:43:39 2010
New Revision: 989988

URL: http://svn.apache.org/viewvc?rev=989988&view=rev
Log:
remove test-webapp from normal build and update versions

Modified:
    myfaces/current12/pom.xml
    myfaces/current12/test-webapp/pom.xml

Modified: myfaces/current12/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/current12/pom.xml?rev=989988&r1=989987&r2=989988&view=diff
==============================================================================
--- myfaces/current12/pom.xml (original)
+++ myfaces/current12/pom.xml Fri Aug 27 00:43:39 2010
@@ -5,7 +5,7 @@
   <groupId>org.apache.myfaces</groupId>
   <artifactId>myfaces-base</artifactId>
   <packaging>pom</packaging>
-  <version>1.2.3-SNAPSHOT</version>
+  <version>1.2.10-SNAPSHOT</version>
   <name>Build Project</name>
   <url>http://myfaces.apache.org</url>
 
@@ -18,7 +18,9 @@
   <modules>
     <module>shared</module>
     <module>core</module>
+    <!--
     <module>test-webapp</module>
+    -->
   </modules>
 
   <build>

Modified: myfaces/current12/test-webapp/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/current12/test-webapp/pom.xml?rev=989988&r1=989987&r2=989988&view=diff
==============================================================================
--- myfaces/current12/test-webapp/pom.xml (original)
+++ myfaces/current12/test-webapp/pom.xml Fri Aug 27 00:43:39 2010
@@ -5,14 +5,14 @@
     <parent>
         <artifactId>myfaces-base</artifactId>
         <groupId>org.apache.myfaces</groupId>
-        <version>1.2.3-SNAPSHOT</version>
+        <version>1.2.10-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.myfaces</groupId>
     <artifactId>test-webapp</artifactId>
     <packaging>war</packaging>
     <name>Example test webapp to test myfaces 1.2</name>
-    <version>1.2.3-SNAPSHOT</version>
+    <version>1.2.10-SNAPSHOT</version>
     <url>http://www.myorganization.org</url>
     <build>
         <finalName>test-webapp</finalName>