summaryrefslogtreecommitdiffstats
path: root/pf4j
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2012-11-07 13:51:32 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2012-11-07 13:51:32 +0200
commit9449a55f7d7c6c58ce0b7fe3232175506a5e875b (patch)
treed89a81f6b1d2e4bd888e41870cf74117913bb79a /pf4j
parent07550657ef0412eae460e57439a8fc543b75233f (diff)
downloadpf4j-9449a55f7d7c6c58ce0b7fe3232175506a5e875b.tar.gz
pf4j-9449a55f7d7c6c58ce0b7fe3232175506a5e875b.zip
[maven-release-plugin] prepare release release-0.2release-0.2
Diffstat (limited to 'pf4j')
-rw-r--r--pf4j/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml
index 997c108..847d209 100644
--- a/pf4j/pom.xml
+++ b/pf4j/pom.xml
@@ -4,12 +4,12 @@
<parent>
<groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pom</artifactId>
- <version>0.2-SNAPSHOT</version>
+ <version>0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pf4j</artifactId>
- <version>0.2-SNAPSHOT</version>
+ <version>0.2</version>
<packaging>jar</packaging>
<name>PF4J Library</name>
<description>Plugin Framework for Java</description>
@@ -26,7 +26,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>
<dependencies>