diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2019-06-12 22:40:07 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2019-06-12 22:40:07 +0300 |
commit | 71192a4cd8e023929a2f48228014935b9e44ab80 (patch) | |
tree | cf875ea30a29cb5c6615ff3d9e4a008ca3765ab9 /pom.xml | |
parent | 9afdc1ad19d712eb1b6be5340ea4f3ef5c3b7b31 (diff) | |
download | pf4j-71192a4cd8e023929a2f48228014935b9e44ab80.tar.gz pf4j-71192a4cd8e023929a2f48228014935b9e44ab80.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>3.0.0</version> + <version>3.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/pf4j/pf4j.git</connection> <developerConnection>scm:git:https://github.com/pf4j/pf4j.git</developerConnection> <url>git@github.com/pf4j/pf4j.git</url> - <tag>release-3.0.0</tag> + <tag>HEAD</tag> </scm> <distributionManagement> |