You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ba...@apache.org on 2013/06/01 20:44:54 UTC

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

Author: batkinson
Date: Sat Jun  1 18:44:53 2013
New Revision: 1488557

URL: http://svn.apache.org/r1488557
Log:
Integration tests fail to build due to wrong parent 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=1488557&r1=1488556&r2=1488557&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp-test/pom.xml (original)
+++ continuum/trunk/continuum-webapp-test/pom.xml Sat Jun  1 18:44:53 2013
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.continuum</groupId>
     <artifactId>continuum</artifactId>
-    <version>1.4.1-SNAPSHOT</version>
+    <version>1.4.2-SNAPSHOT</version>
   </parent>
   <artifactId>continuum-webapp-test</artifactId>
   <name>Continuum :: Webapp Tests</name>