You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/07/19 20:15:19 UTC

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

Author: matzew
Date: Thu Jul 19 11:15:18 2007
New Revision: 557717

URL: http://svn.apache.org/viewvc?view=rev&rev=557717
Log:
updated to myfaces 1.2.0

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

Modified: myfaces/current12/test-webapp/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/current12/test-webapp/pom.xml?view=diff&rev=557717&r1=557716&r2=557717
==============================================================================
--- myfaces/current12/test-webapp/pom.xml (original)
+++ myfaces/current12/test-webapp/pom.xml Thu Jul 19 11:15:18 2007
@@ -3,14 +3,14 @@
     <parent>
         <artifactId>myfaces-base</artifactId>
         <groupId>org.apache.myfaces</groupId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.0</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.0-SNAPSHOT</version>
+    <version>1.2.0</version>
     <url>http://www.myorganization.org</url>
     <build>
         <finalName>test-webapp</finalName>