diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2023-09-06 18:17:34 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2023-09-06 18:17:34 +0300 |
commit | c7774e336a5ada679f92af7ab3d6fe3377410ff0 (patch) | |
tree | 69c28b45fdee1b194aed783361de1afb243d4b63 /maven-archetypes | |
parent | 4daa650d18996bea0107f6a8afe74273222528cb (diff) | |
download | pf4j-release-3.10.0.tar.gz pf4j-release-3.10.0.zip |
[maven-release-plugin] prepare release release-3.10.0release-3.10.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 3fa79f5..cd24aab 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.10.0-SNAPSHOT</version> + <version>3.10.0</version> <relativePath>../../pom.xml</relativePath> </parent> |