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 /maven-archetypes | |
parent | b468153735561c62a630c18b6873df62339018b0 (diff) | |
download | pf4j-eef1d1ff5abc5b37f8efc67ff43dea4234fa8adf.tar.gz pf4j-eef1d1ff5abc5b37f8efc67ff43dea4234fa8adf.zip |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'maven-archetypes')
-rwxr-xr-x | maven-archetypes/quickstart/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maven-archetypes/quickstart/pom.xml b/maven-archetypes/quickstart/pom.xml index 779c028..3e0be2a 100755 --- a/maven-archetypes/quickstart/pom.xml +++ b/maven-archetypes/quickstart/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.pf4j</groupId> <artifactId>pf4j-parent</artifactId> - <version>3.13.0</version> + <version>3.14.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> |