diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2022-06-28 01:08:41 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2022-06-28 01:08:41 +0300 |
commit | 35a8cf25d08cad18489897b0c5c576bb206db6e3 (patch) | |
tree | 0cb8ef2522410a21cc8cca8318fd88b176546a44 /maven-archetypes | |
parent | fad044b5187bab627cdc51898c6fa147f7686bd4 (diff) | |
download | pf4j-35a8cf25d08cad18489897b0c5c576bb206db6e3.tar.gz pf4j-35a8cf25d08cad18489897b0c5c576bb206db6e3.zip |
[maven-release-plugin] prepare release release-3.7.0release-3.7.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 a58b0fa..abf024d 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.7.0-SNAPSHOT</version> + <version>3.7.0</version> <relativePath>../../pom.xml</relativePath> </parent> |