You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by if...@apache.org on 2014/02/08 05:33:55 UTC

git commit: removed stale release plugin configuration

Updated Branches:
  refs/heads/master 603b53d80 -> 25fe4e688


removed stale release plugin configuration

Signed-off-by: Igor Fedorenko <if...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/commit/25fe4e68
Tree: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/tree/25fe4e68
Diff: http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/diff/25fe4e68

Branch: refs/heads/master
Commit: 25fe4e688dc5580951e6acb3338e0e9e3e10ebf2
Parents: 603b53d
Author: Igor Fedorenko <if...@apache.org>
Authored: Fri Feb 7 23:33:40 2014 -0500
Committer: Igor Fedorenko <if...@apache.org>
Committed: Fri Feb 7 23:33:40 2014 -0500

----------------------------------------------------------------------
 pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-plugin-testing/blob/25fe4e68/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3779c3a..daafe9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,7 +259,6 @@ under the License.
         <plugin>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
-            <tagBase>https://svn.apache.org/repos/asf/maven/plugin-testing/tags</tagBase>
             <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
         </plugin>