You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2007/02/02 02:00:40 UTC

svn commit: r502427 - /maven/pom/trunk/maven/pom.xml

Author: jvanzyl
Date: Thu Feb  1 17:00:39 2007
New Revision: 502427

URL: http://svn.apache.org/viewvc?view=rev&rev=502427
Log:
o use deploy and site-deploy for the default goals

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?view=diff&rev=502427&r1=502426&r2=502427
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Thu Feb  1 17:00:39 2007
@@ -29,7 +29,7 @@
   </parent>
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-parent</artifactId>
-  <version>6-SNAPSHOT</version>
+  <version>5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Maven</name>
   <description>
@@ -452,7 +452,7 @@
             <version>2.0-beta-4</version>
             <configuration>
               <useReleaseProfile>false</useReleaseProfile>
-              <goals>site site-deploy</goals>
+              <goals>deploy site-deploy</goals>
               <arguments>-Prelease</arguments>
             </configuration>
           </plugin>