diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2019-09-08 22:04:16 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2019-09-08 22:04:16 +0300 |
commit | 3fc84a1b718988353cf3a14b13700663829f822e (patch) | |
tree | a6143432a132594b9bf643c3f5265c68aac6187d /maven-archetypes | |
parent | 907fc87dabbc0830c368a8b253cb30918c5a1df5 (diff) | |
download | pf4j-3fc84a1b718988353cf3a14b13700663829f822e.tar.gz pf4j-3fc84a1b718988353cf3a14b13700663829f822e.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 be9c77f..18a2c70 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.1.0</version> + <version>3.2.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> |