summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2014-04-10 11:10:38 +1000
committerOlivier Lamy <olamy@apache.org>2014-04-10 11:10:38 +1000
commitff99d5a203756c31bcf4a8a98ec4c25cb423ad74 (patch)
tree9fa9ea8d1714dfb831bb8f4326711a96454f96d4
parent7b72126e0c1fbd3e076ad622d4abeaa323cefdc5 (diff)
downloadarchiva-ff99d5a203756c31bcf4a8a98ec4c25cb423ad74.tar.gz
archiva-ff99d5a203756c31bcf4a8a98ec4c25cb423ad74.zip
improve release plugin configuration for git
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 290b61842..92b480c08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1803,8 +1803,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
+ <version>2.5</version>
<configuration>
- <tagBase>https://svn.apache.org/repos/asf/archiva/tags</tagBase>
+ <localCheckout>true</localCheckout>
<useReleaseProfile>false</useReleaseProfile>
<autoVersionSubmodules>true</autoVersionSubmodules>
<goals>deploy</goals>