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>
 


Reply via email to