WW-2421 Stage each struts-annotations release separately.

git-svn-id: https://svn.apache.org/repos/asf/struts/maven/trunk/struts-annotations@628325 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 381c4ec..41ddfa1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>