diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2023-01-30 21:06:51 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2023-01-30 21:06:51 +0200 |
commit | 361fb8b9b31bd64c696105ef0b56ee253aa4ca0c (patch) | |
tree | ffc0631f68e836406ef41616f6ba95c20fec2212 /maven-archetypes/quickstart | |
parent | e598ffb88577683339e90381616923f41b7ebb61 (diff) | |
download | pf4j-361fb8b9b31bd64c696105ef0b56ee253aa4ca0c.tar.gz pf4j-361fb8b9b31bd64c696105ef0b56ee253aa4ca0c.zip |
[maven-release-plugin] prepare release release-3.9.0release-3.9.0
Diffstat (limited to 'maven-archetypes/quickstart')
-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 7f79ad4..6081b3b 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.9.0-SNAPSHOT</version> + <version>3.9.0</version> <relativePath>../../pom.xml</relativePath> </parent> |