diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2019-11-29 22:09:06 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2019-11-29 22:09:06 +0200 |
commit | b5b31d760987cc1346e6603d81e0ef4bba6d304d (patch) | |
tree | 2f1c4544dd1fa3b390c2b2570f7c340a5e0022fa /maven-archetypes | |
parent | 45c90d235889d610874c46c9c206a1133f633291 (diff) | |
download | pf4j-b5b31d760987cc1346e6603d81e0ef4bba6d304d.tar.gz pf4j-b5b31d760987cc1346e6603d81e0ef4bba6d304d.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 ac36060..7258698 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.2.0</version> + <version>3.3.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> |