commit | 1a09044c67a23cc1a13e164a1bfe1c532a6ed37d | [log] [tgz] |
---|---|---|
author | Ian <imaxon@uci.edu> | Mon Jun 23 19:03:38 2014 -0700 |
committer | Ian <imaxon@uci.edu> | Mon Jun 23 19:03:38 2014 -0700 |
tree | 054d02c5d38c7192f8136c6da006efd04e69f00b | |
parent | 1cf5f934074055ff5d46f620f4d41915d42a5b85 [diff] |
added release plugin
diff --git a/pom.xml b/pom.xml index e9aa471..ac667e2 100644 --- a/pom.xml +++ b/pom.xml
@@ -7,6 +7,15 @@ <version>1.0-SNAPSHOT</version> <name>ceej-gerrit-test</name> <url>http://maven.apache.org</url> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.5</version> + </plugin> + </plugins> + </build> <dependencies> <dependency> <groupId>junit</groupId>