diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2018-02-11 19:01:51 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2018-02-11 19:01:51 +0200 |
commit | 86f48ea11a46d60bbee160babc3699fdb2b355c0 (patch) | |
tree | 80db38bf298649c2d97ded974d85f1965e46a56e /pom.xml | |
parent | b0ee94028656bd3f095f4ea1e3b83a5eedfaa10c (diff) | |
download | pf4j-86f48ea11a46d60bbee160babc3699fdb2b355c0.tar.gz pf4j-86f48ea11a46d60bbee160babc3699fdb2b355c0.zip |
[maven-release-plugin] prepare for next development iteration
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>org.pf4j</groupId> <artifactId>pf4j-parent</artifactId> - <version>2.2.0</version> + <version>2.3.0-SNAPSHOT</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>release-2.2.0</tag> + <tag>HEAD</tag> </scm> <distributionManagement> |