You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/04/10 03:10:52 UTC

[2/2] git commit: improve release plugin configuration for git

improve release plugin configuration for git


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/ff99d5a2
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/ff99d5a2
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/ff99d5a2

Branch: refs/heads/master
Commit: ff99d5a203756c31bcf4a8a98ec4c25cb423ad74
Parents: 7b72126
Author: Olivier Lamy <ol...@apache.org>
Authored: Thu Apr 10 11:10:38 2014 +1000
Committer: Olivier Lamy <ol...@apache.org>
Committed: Thu Apr 10 11:10:38 2014 +1000

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/ff99d5a2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 290b618..92b480c 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>