From 01f75157030636072792a125db1eb81b9fbc139b Mon Sep 17 00:00:00 2001 From: Jakub Skoczen Date: Wed, 14 Mar 2012 09:43:41 +0100 Subject: [PATCH] Make the relase plugin work locally --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 1c06b86..7129982 100644 --- a/pom.xml +++ b/pom.xml @@ -31,12 +31,13 @@ org.apache.maven.plugins maven-release-plugin - 2.2.1 + 2.2.2 - clean install - https://svn.apache.org/repos/asf/maven/components/releases + clean verify production - true + v@{project.version} + false + true -- 1.7.10.4