diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2022-06-28 01:08:44 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2022-06-28 01:08:44 +0300 |
commit | d4f0de4a9654123e431dd57be7798971381cab55 (patch) | |
tree | dfbd177b855d9f8535933df5cbd132e10c1b18d4 /maven-archetypes | |
parent | 35a8cf25d08cad18489897b0c5c576bb206db6e3 (diff) | |
download | pf4j-d4f0de4a9654123e431dd57be7798971381cab55.tar.gz pf4j-d4f0de4a9654123e431dd57be7798971381cab55.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 abf024d..6e62a8a 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.7.0</version> + <version>3.8.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> |