Updated Branches: refs/heads/master cc2aef0a8 -> d1be676eb
svn tag base configuration not needed anymore Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/850982a9 Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/850982a9 Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/850982a9 Branch: refs/heads/master Commit: 850982a9abaa21fe340cb68c0750190ce3558bc7 Parents: cc2aef0 Author: Olivier Lamy <[email protected]> Authored: Mon Dec 2 10:27:38 2013 +1100 Committer: Olivier Lamy <[email protected]> Committed: Mon Dec 2 10:27:38 2013 +1100 ---------------------------------------------------------------------- pom.xml | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-scm/blob/850982a9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 999bf62..77b16d9 100644 --- a/pom.xml +++ b/pom.xml @@ -321,13 +321,6 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase>https://svn.apache.org/repos/asf/maven/scm/tags</tagBase> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-publish-plugin</artifactId> <version>1.0-beta-2</version> <configuration>
