summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2012-10-17 16:26:46 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2012-10-17 16:26:46 +0300
commit69042665cf78e3c8c3e8505fc8966bab8e3193ee (patch)
tree0068690389dcf10afad7a78da4859b69fbbf5cd1 /pom.xml
parent5dcd40887e9b7f82aa50610fcd19d47c496e658a (diff)
downloadpf4j-69042665cf78e3c8c3e8505fc8966bab8e3193ee.tar.gz
pf4j-69042665cf78e3c8c3e8505fc8966bab8e3193ee.zip
[maven-release-plugin] prepare release release-0.1release-0.1
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6f19cd2..09d4de0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pom</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<packaging>pom</packaging>
<name>PF4J</name>
<description>Plugin Framework for Java</description>
@@ -27,7 +27,8 @@
<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>
- </scm>
+ <tag>release-0.1</tag>
+ </scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>