You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/04/09 06:31:37 UTC

svn commit: r392676 - /struts/pom/pom.xml

Author: wsmoak
Date: Sat Apr  8 21:31:31 2006
New Revision: 392676

URL: http://svn.apache.org/viewcvs?rev=392676&view=rev
Log:
Added distribution management section to the struts-parent pom.
Because Struts uses test builds, we will "release" to the snapshot repository, then promote the build from there.
Suggested by: Brett Porter

Modified:
    struts/pom/pom.xml

Modified: struts/pom/pom.xml
URL: http://svn.apache.org/viewcvs/struts/pom/pom.xml?rev=392676&r1=392675&r2=392676&view=diff
==============================================================================
--- struts/pom/pom.xml (original)
+++ struts/pom/pom.xml Sat Apr  8 21:31:31 2006
@@ -182,7 +182,6 @@
          <roles>
             <role>PMC Member</role>
          </roles>
-         <timezone>-7</timezone>
       </developer>
       <developer>
          <name>Gary VanMatre</name>
@@ -241,7 +240,24 @@
          </roles>
       </developer>
    </developers>
-
+   <distributionManagement>
+      <repository>
+         <id>apache-maven-test-builds</id>
+         <name>Apache Maven Repository (Test Builds)</name>
+         <url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+      </repository>
+      <snapshotRepository>
+         <uniqueVersion>false</uniqueVersion>
+         <id>apache-maven-snapshots</id>
+         <name>Apache Maven Repository (Snapshots)</name>
+         <url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+      </snapshotRepository>
+      <site>
+         <id>apache-site</id>
+         <name>Apache Struts Website</name>
+         <url>scp://people.apache.org/www/struts.apache.org</url>
+      </site>
+   </distributionManagement>
 </project>
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org