diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2020-11-08 21:01:18 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2020-11-08 21:01:18 +0200 |
commit | cd7ddb9c524711412f3dbbf2c20c5ae1e16accbb (patch) | |
tree | fcd3d1e4ba8df57f3d7e1492c55df28a9b68b1ab /maven-archetypes | |
parent | a17f7cc65099db83319707d2cdc57bf6bc64104b (diff) | |
download | pf4j-cd7ddb9c524711412f3dbbf2c20c5ae1e16accbb.tar.gz pf4j-cd7ddb9c524711412f3dbbf2c20c5ae1e16accbb.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 1ab362c..0457977 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.5.0</version> + <version>3.6.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> |