diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2021-01-16 15:06:42 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2021-01-16 15:06:42 +0200 |
commit | f9d6ad95a3affbba8f82a3bfcd991bf878c24206 (patch) | |
tree | 9c35043787c704ca736473ee43ea997569670cdf /maven-archetypes | |
parent | c236a97a528284a9e4c5dfe67f0fb8a0df8c9371 (diff) | |
download | pf4j-f9d6ad95a3affbba8f82a3bfcd991bf878c24206.tar.gz pf4j-f9d6ad95a3affbba8f82a3bfcd991bf878c24206.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 29962d8..a58b0fa 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.6.0</version> + <version>3.7.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> |