diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2024-11-29 01:16:42 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2024-11-29 01:16:42 +0200 |
commit | b468153735561c62a630c18b6873df62339018b0 (patch) | |
tree | a53b25e54a67569086be4216359bc915f78bfd50 /maven-archetypes/quickstart | |
parent | ca7d9f6b5ca36a2068efbcd51f785d0804573c38 (diff) | |
download | pf4j-b468153735561c62a630c18b6873df62339018b0.tar.gz pf4j-b468153735561c62a630c18b6873df62339018b0.zip |
[maven-release-plugin] prepare release release-3.13.0release-3.13.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 6254efb..779c028 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.13.0-SNAPSHOT</version> + <version>3.13.0</version> <relativePath>../../pom.xml</relativePath> </parent> |