diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2012-11-07 13:51:32 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2012-11-07 13:51:32 +0200 |
commit | 9449a55f7d7c6c58ce0b7fe3232175506a5e875b (patch) | |
tree | d89a81f6b1d2e4bd888e41870cf74117913bb79a /pom.xml | |
parent | 07550657ef0412eae460e57439a8fc543b75233f (diff) | |
download | pf4j-9449a55f7d7c6c58ce0b7fe3232175506a5e875b.tar.gz pf4j-9449a55f7d7c6c58ce0b7fe3232175506a5e875b.zip |
[maven-release-plugin] prepare release release-0.2release-0.2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>ro.fortsoft.pf4j</groupId> <artifactId>pom</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> <packaging>pom</packaging> <name>PF4J</name> <description>Plugin Framework for Java</description> @@ -27,7 +27,7 @@ <connection>scm:git:https://github.com/decebals/pf4j.git</connection> <developerConnection>scm:git:https://github.com/decebals/pf4j.git</developerConnection> <url>git@github.com/decebals/pf4j.git</url> - <tag>HEAD</tag> + <tag>release-0.2</tag> </scm> <properties> |