You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2015/08/26 00:00:28 UTC

[06/12] isis git commit: ISIS-1052: updating to latest version of maven-release-plugin

ISIS-1052: updating to latest version of maven-release-plugin


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

Branch: refs/heads/release-1.9.0
Commit: 166927cfc9e876d2204425a9e368f00a74bf1d5f
Parents: dfca75d
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Tue Aug 25 21:04:35 2015 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Aug 25 21:05:20 2015 +0100

----------------------------------------------------------------------
 core/pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/166927cf/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 3d7267a..595cc96 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -872,15 +872,14 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.4.2</version>
+                    <version>2.5.2</version>
                     <configuration>
                         <!-- overriddes the default ('clean verify') as workaround -->
                         <preparationGoals>clean install</preparationGoals>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
-                        <tagBase>https://svn.apache.org/repos/asf/incubator/isis/tags/</tagBase>
                         <localCheckout>true</localCheckout>
                         <pushChanges>false</pushChanges>
-                        <waitBeforeTagging>2</waitBeforeTagging>
+                        <waitBeforeTagging>1</waitBeforeTagging>
                     </configuration>
                     <!-- goal:clean (for aggregator modules) has no bindings; 
                         cleans up release.properties and any backup POM files -->