summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-09-17 09:19:48 +0200
committerAndrew Branson <andrew.branson@cern.ch>2013-09-17 09:19:48 +0200
commitb2da5fd1df4e79f68bc58b30bb537d4ea4a610a2 (patch)
treeb89a31432b34e43eba660937041738b54c9b68f3
parent7179ca007fe95ab5230df2bd4bceaff5653e7375 (diff)
Maven release plugin
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index cd5b3f7..0e8cfa3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,13 @@
</excludes>
</resource>
</resources>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.4.1</version>
+ </plugin>
+ </plugins>
</build>
<issueManagement>
<url>http://dev.cccs.uwe.ac.uk/redmine/projects/cristal-dev/</url>