You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2010/05/22 15:48:26 UTC

svn commit: r947295 - /continuum/trunk/continuum-webapp-test/pom.xml

Author: brett
Date: Sat May 22 13:48:25 2010
New Revision: 947295

URL: http://svn.apache.org/viewvc?rev=947295&view=rev
Log:
fix version

Modified:
    continuum/trunk/continuum-webapp-test/pom.xml

Modified: continuum/trunk/continuum-webapp-test/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp-test/pom.xml?rev=947295&r1=947294&r2=947295&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp-test/pom.xml (original)
+++ continuum/trunk/continuum-webapp-test/pom.xml Sat May 22 13:48:25 2010
@@ -22,7 +22,7 @@ under the License.
   <parent>
     <groupId>org.apache.continuum</groupId>
     <artifactId>continuum</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
   </parent>
   <artifactId>continuum-webapp-test</artifactId>
   <name>Continuum :: Webapp Tests</name>