diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2020-04-21 21:28:14 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2020-04-21 21:28:14 +0300 |
commit | 205daadc01841af178dd299b20512c894a7b571b (patch) | |
tree | 0f3066955ecf28d4cebdaca4dd7608e1b8064f7e /maven-archetypes | |
parent | 39ccb7b784802c1685ac23d7005fd3d3c215e7b6 (diff) | |
download | pf4j-205daadc01841af178dd299b20512c894a7b571b.tar.gz pf4j-205daadc01841af178dd299b20512c894a7b571b.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 40ff84b..ac2bfb1 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.3.1</version> + <version>3.4.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> |