diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2024-10-12 19:01:45 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2024-10-12 19:01:45 +0300 |
commit | b31e9cc388fb11f44215fe2dfc039a9aa9532d1d (patch) | |
tree | a67fb48cd24f6d6842f86d6dacf37e7c31f46318 /maven-archetypes | |
parent | c55f56c9bec21f2f2c9d2d0def8c17398f039f88 (diff) | |
download | pf4j-b31e9cc388fb11f44215fe2dfc039a9aa9532d1d.tar.gz pf4j-b31e9cc388fb11f44215fe2dfc039a9aa9532d1d.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 32215fe..6254efb 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.12.1</version> + <version>3.13.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> |