diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2023-01-30 21:06:55 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2023-01-30 21:06:55 +0200 |
commit | ad2dd6e85a2def98be916a02ddc123fbfb25b884 (patch) | |
tree | 8020ad44a42ee967af777402d6712bfbe103e463 /maven-archetypes | |
parent | 361fb8b9b31bd64c696105ef0b56ee253aa4ca0c (diff) | |
download | pf4j-ad2dd6e85a2def98be916a02ddc123fbfb25b884.tar.gz pf4j-ad2dd6e85a2def98be916a02ddc123fbfb25b884.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 6081b3b..3fa79f5 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.9.0</version> + <version>3.10.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> |