diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2022-10-27 22:45:41 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2022-10-27 22:45:41 +0300 |
commit | b95a68233e80bd049cbac6f4fc18a9adfc2e3df7 (patch) | |
tree | f596a1eafa1135391395fb0c22b329fc7d12ea03 /maven-archetypes/quickstart/pom.xml | |
parent | efaed93c10dd9d114335e2a344e8bca04fd00c63 (diff) | |
download | pf4j-b95a68233e80bd049cbac6f4fc18a9adfc2e3df7.tar.gz pf4j-b95a68233e80bd049cbac6f4fc18a9adfc2e3df7.zip |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'maven-archetypes/quickstart/pom.xml')
-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 2044ea2..7f79ad4 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.8.0</version> + <version>3.9.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> |