diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2017-10-17 20:37:54 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2017-10-17 20:37:54 +0300 |
commit | 16c8208f897416fc1fe424562afa08f41bfec012 (patch) | |
tree | d50af19f19168b8711e342f2887d24628f9468e4 /pom.xml | |
parent | 0f1ec19f8ad4eb65b04c56ae9d43105ed445fe49 (diff) | |
download | pf4j-16c8208f897416fc1fe424562afa08f41bfec012.tar.gz pf4j-16c8208f897416fc1fe424562afa08f41bfec012.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.0.0</version> + <version>2.1.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.0.0</tag> + <tag>HEAD</tag> </scm> <distributionManagement> |