From 60f3856463e0adefd0e383c00cf437fd20342e3a Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Fri, 28 Feb 2014 07:45:20 +0100 Subject: [PATCH] Add release plugin --- pom.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3df38fd..8eaabf0 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,18 @@ generated-sources + + org.apache.maven.plugins + maven-release-plugin + 2.4.2 + + clean verify + production + v@{project.version} + false + true + + @@ -55,12 +67,12 @@ - scm:git:ssh://git.indexdata.com:222/home/git/pub/AnnotationProcessor + scm:git:ssh://git.indexdata.com:222/home/git/pub/annotation-processors http://gitid.indexdata.com/?p=AnnotationProcessor.git HEAD -- 1.7.10.4