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 02:38:52 UTC

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

fix 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/c6d3d927
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/c6d3d927
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/c6d3d927

Branch: refs/heads/archiva-1.3.x
Commit: c6d3d927fd463c410d6950aef7dca9dfb2f0b261
Parents: 1115ae2
Author: Olivier Lamy <ol...@apache.org>
Authored: Thu Apr 10 10:38:32 2014 +1000
Committer: Olivier Lamy <ol...@apache.org>
Committed: Thu Apr 10 10:38:32 2014 +1000

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


http://git-wip-us.apache.org/repos/asf/archiva/blob/c6d3d927/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a114f23..634b9de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,8 +178,9 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.4.1</version>
+          <version>2.5</version>
           <configuration>
+            <localCheckout>true</localCheckout>
             <useReleaseProfile>false</useReleaseProfile>
             <autoVersionSubmodules>true</autoVersionSubmodules>
             <goals>deploy</goals>