diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2024-06-25 18:07:52 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2024-06-25 18:07:52 +0300 |
commit | 0e0c52e2a61e5c66bd47062268e8097f36ba8722 (patch) | |
tree | 17a19699f46f406bf63c0c05b524097b77833bdc /maven-archetypes/quickstart | |
parent | aeb27a0d6cf4dffd073675e150f93a9f71f0a44c (diff) | |
download | pf4j-0e0c52e2a61e5c66bd47062268e8097f36ba8722.tar.gz pf4j-0e0c52e2a61e5c66bd47062268e8097f36ba8722.zip |
[maven-release-plugin] prepare release release-3.12.0release-3.12.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 337f7a5..5886666 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.12.0-SNAPSHOT</version> + <version>3.12.0</version> <relativePath>../../pom.xml</relativePath> </parent> |