diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2024-05-19 22:29:58 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2024-05-19 22:29:58 +0300 |
commit | 26abac11722d352576f9469c9c298983e8dacfd7 (patch) | |
tree | ba239630d5dd4955e1d41d4e12ff9bfe2ea960fd /maven-archetypes | |
parent | c4fa3f1893a6be6b8215dac2ef0d94e6f07f10ff (diff) | |
download | pf4j-26abac11722d352576f9469c9c298983e8dacfd7.tar.gz pf4j-26abac11722d352576f9469c9c298983e8dacfd7.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 69360d2..337f7a5 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.11.1</version> + <version>3.12.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> |