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 2007/01/24 18:30:09 UTC

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

Author: wsmoak
Date: Wed Jan 24 09:30:00 2007
New Revision: 499492

URL: http://svn.apache.org/viewvc?view=rev&rev=499492
Log:
Configure the tag base directory for the release plugin, since struts-annotations does not have trunk/branches/tags of its own.

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?view=diff&rev=499492&r1=499491&r2=499492
==============================================================================
--- struts/maven/trunk/struts-annotations/pom.xml (original)
+++ struts/maven/trunk/struts-annotations/pom.xml Wed Jan 24 09:30:00 2007
@@ -36,6 +36,12 @@
                     <target>1.5</target>
                 </configuration>
             </plugin>
+            <plugin>
+                <artifactId>maven-release-plugin</artifactId>
+                <configuration>
+                    <tagBase>https://svn.apache.org/repos/asf/struts/maven/tags</tagBase>
+                </configuration>
+            </plugin>
         </plugins>
     </build>