Updated Branches: refs/heads/master ce3873a91 -> ea4cfd696
Fix release plugin mess up Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ea4cfd69 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ea4cfd69 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ea4cfd69 Branch: refs/heads/master Commit: ea4cfd6967ac901b4ede907e2600abe8a0877939 Parents: ce3873a Author: Martijn Dashorst <[email protected]> Authored: Wed May 23 17:59:10 2012 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Wed May 23 17:59:10 2012 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/ea4cfd69/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 85d89df..48d3ff0 100644 --- a/pom.xml +++ b/pom.xml @@ -558,7 +558,7 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>plugin</artifactId> + <artifactId>maven-release-plugin</artifactId> <version>2.3</version> <inherited>true</inherited> <configuration>
