Author: jochen
Date: Tue May 24 07:07:50 2016
New Revision: 1745304

URL: http://svn.apache.org/viewvc?rev=1745304&view=rev
Log:
Configuring release plugin to use the right location for tags.

Modified:
    commons/proper/fileupload/branches/b1_3/pom.xml

Modified: commons/proper/fileupload/branches/b1_3/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/fileupload/branches/b1_3/pom.xml?rev=1745304&r1=1745303&r2=1745304&view=diff
==============================================================================
--- commons/proper/fileupload/branches/b1_3/pom.xml (original)
+++ commons/proper/fileupload/branches/b1_3/pom.xml Tue May 24 07:07:50 2016
@@ -238,6 +238,13 @@
     </plugins>
     <pluginManagement>
        <plugins>
+           <plugin>
+             <groupId>org.apache.maven.plugins</groupId>
+             <artifactId>maven-release-plugin</artifactId>
+             <configuration>
+               
<tagBase>https://svn.apache.org/repos/asf/commons/proper/fileupload/tags</tagBase>
+             </configuration>
+           </plugin>
                <!--This plugin's configuration is used to store Eclipse m2e 
settings only. It has no influence on the Maven build itself.-->
                <plugin>
                        <groupId>org.eclipse.m2e</groupId>
@@ -320,5 +327,4 @@
       </plugin>
     </plugins>
   </reporting>
-
 </project>


Reply via email to