diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2012-10-17 16:26:46 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2012-10-17 16:26:46 +0300 |
commit | 69042665cf78e3c8c3e8505fc8966bab8e3193ee (patch) | |
tree | 0068690389dcf10afad7a78da4859b69fbbf5cd1 /pom.xml | |
parent | 5dcd40887e9b7f82aa50610fcd19d47c496e658a (diff) | |
download | pf4j-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.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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> |