You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/02/28 23:43:30 UTC

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

Author: olamy
Date: Thu Feb 28 14:43:28 2008
New Revision: 632147

URL: http://svn.apache.org/viewvc?rev=632147&view=rev
Log:
remove commit test file

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

Modified: continuum/trunk/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/pom.xml?rev=632147&r1=632146&r2=632147&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/pom.xml (original)
+++ continuum/trunk/continuum-webapp/pom.xml Thu Feb 28 14:43:28 2008
@@ -90,7 +90,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
-        <version>2.0.1</version>
+        <!--version>2.0.1</version-->
         <configuration>
           <!-- Some versions of maven-war-plugin (snapshots) have this incorrectly defaulted to true.
                Specifically setting this to false to avoid accidental jar file creation. -->