diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2024-03-06 21:33:52 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2024-03-06 21:33:52 +0200 |
commit | 2201ab5e2377b95cec5b48c9076e2c859cd9eb5e (patch) | |
tree | 4b1f58a0a61f92462b23da1a7cdcd43e8721f36f /maven-archetypes/quickstart | |
parent | 9362beb3ffd4fb0e4c84f3a9d1390829bb1c401a (diff) | |
download | pf4j-2201ab5e2377b95cec5b48c9076e2c859cd9eb5e.tar.gz pf4j-2201ab5e2377b95cec5b48c9076e2c859cd9eb5e.zip |
[maven-release-plugin] prepare release release-3.11.0release-3.11.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 c873060..06f1dc4 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.11.0-SNAPSHOT</version> + <version>3.11.0</version> <relativePath>../../pom.xml</relativePath> </parent> |