diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2022-10-27 22:45:37 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2022-10-27 22:45:37 +0300 |
commit | efaed93c10dd9d114335e2a344e8bca04fd00c63 (patch) | |
tree | 3db53cc076a68010c9a2ae3d8efc7104f8ad6c79 /maven-archetypes | |
parent | 48919cc3b16aa1fb6ab99f60fe33d98724e4e93d (diff) | |
download | pf4j-efaed93c10dd9d114335e2a344e8bca04fd00c63.tar.gz pf4j-efaed93c10dd9d114335e2a344e8bca04fd00c63.zip |
[maven-release-plugin] prepare release release-3.8.0release-3.8.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 6e62a8a..2044ea2 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.8.0-SNAPSHOT</version> + <version>3.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> |