diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2024-11-29 01:16:46 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2024-11-29 01:16:46 +0200 |
commit | eef1d1ff5abc5b37f8efc67ff43dea4234fa8adf (patch) | |
tree | 025f712215a71c21092644bd144ebb6216de6bee /pom.xml | |
parent | b468153735561c62a630c18b6873df62339018b0 (diff) | |
download | pf4j-eef1d1ff5abc5b37f8efc67ff43dea4234fa8adf.tar.gz pf4j-eef1d1ff5abc5b37f8efc67ff43dea4234fa8adf.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.13.0</version> + <version>3.14.0-SNAPSHOT</version> <packaging>pom</packaging> <name>PF4J Parent</name> <description>Plugin Framework for Java</description> @@ -28,7 +28,7 @@ <connection>scm:git:https://github.com/pf4j/pf4j.git</connection> <developerConnection>scm:git:git@github.com:pf4j/pf4j.git</developerConnection> <url>git@github.com/pf4j/pf4j.git</url> - <tag>release-3.13.0</tag> + <tag>HEAD</tag> </scm> <distributionManagement> |