diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2013-10-11 12:52:57 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2013-10-11 12:52:57 +0300 |
commit | faba983abcac39d4f519eb6ae4ae3c590ade1636 (patch) | |
tree | 9f5fb555a82f1663d7831e6ca2d4ed916e2b1f96 /pom.xml | |
parent | 7cbdd748b901a40dee324b4293f8ccc1532e700c (diff) | |
download | pf4j-faba983abcac39d4f519eb6ae4ae3c590ade1636.tar.gz pf4j-faba983abcac39d4f519eb6ae4ae3c590ade1636.zip |
[maven-release-plugin] prepare release release-0.6release-0.6
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>pf4j-parent</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <packaging>pom</packaging> <name>PF4J Parent</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.6</tag> </scm> <properties> |