You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2008/02/16 16:27:07 UTC

svn commit: r628325 - /struts/maven/trunk/struts-annotations/pom.xml

Author: wsmoak
Date: Sat Feb 16 07:27:06 2008
New Revision: 628325

URL: http://svn.apache.org/viewvc?rev=628325&view=rev
Log:
WW-2421 Stage each struts-annotations release separately.

Modified:
    struts/maven/trunk/struts-annotations/pom.xml

Modified: struts/maven/trunk/struts-annotations/pom.xml
URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts-annotations/pom.xml?rev=628325&r1=628324&r2=628325&view=diff
==============================================================================
--- struts/maven/trunk/struts-annotations/pom.xml (original)
+++ struts/maven/trunk/struts-annotations/pom.xml Sat Feb 16 07:27:06 2008
@@ -111,6 +111,11 @@
     </profiles>
  
     <distributionManagement>
+        <repository>
+            <id>struts-staging</id>
+            <name>Apache Struts Staging Repository</name>
+            <url>scp://people.apache.org/www/people.apache.org/builds/struts-annotations/${pom.version}/m2-staging-repository</url>
+        </repository>
         <site>
             <id>apache-site</id>
             <url>scp://people.apache.org/www/struts.apache.org/struts-annotations/</url>
@@ -132,4 +137,4 @@
             <version>2.3.11</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>