diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2020-07-17 21:17:46 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2020-07-17 21:17:46 +0300 |
commit | 8a8d2914b093d8140dc87977b046cfc3f56afc49 (patch) | |
tree | 21a18bfa84297613e7074d3b3663454944439e1b /maven-archetypes | |
parent | 58d3c8e183c44fda43adb61ff4b0dba0ca0b3cc0 (diff) | |
download | pf4j-8a8d2914b093d8140dc87977b046cfc3f56afc49.tar.gz pf4j-8a8d2914b093d8140dc87977b046cfc3f56afc49.zip |
[maven-release-plugin] prepare release release-3.4.0release-3.4.0
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 ac2bfb1..9d6be70 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.4.0-SNAPSHOT</version> + <version>3.4.0</version> <relativePath>../../pom.xml</relativePath> </parent> |