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 05:51:55 UTC

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

Author: jvanzyl
Date: Thu Feb  1 20:51:54 2007
New Revision: 502486

URL: http://svn.apache.org/viewvc?view=rev&rev=502486
Log:
o just run the depoy, the site stuff should be done as part of release but separate as it pulls in so many things, can be so different
  and I just had it hang twice on me while doing something and I would rather have it be a separate part of the process. If the site deployment
  fails I don't want the release of the artifacts to fail.


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=502486&r1=502485&r2=502486
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Thu Feb  1 20:51:54 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>
@@ -298,7 +298,7 @@
             <!-- This element will be overriden by children -->
             <tagBase>https://svn.apache.org/repos/asf/maven/pom/tags</tagBase>
             <useReleaseProfile>false</useReleaseProfile>
-            <goals>deploy site-deploy</goals>
+            <goals>deploy</goals>
             <arguments>-Prelease</arguments>
           </configuration>
         </plugin>
@@ -458,9 +458,9 @@
   </profiles>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-5</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-5</developerConnection>
-    <url>https://svn.apache.org/repos/asf/maven/pom/tags/maven-parent-5</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/maven</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/maven</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/pom/trunk/maven</url>
   </scm>
 </project>