diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2019-06-12 22:38:39 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2019-06-12 22:38:39 +0300 |
commit | 9afdc1ad19d712eb1b6be5340ea4f3ef5c3b7b31 (patch) | |
tree | 8816c30d4972bd39d41492efacb09792d8de19ed /maven-archetypes | |
parent | 31b9d60cc4a5d0fb653d20ca4a8dee7eae2eb095 (diff) | |
download | pf4j-9afdc1ad19d712eb1b6be5340ea4f3ef5c3b7b31.tar.gz pf4j-9afdc1ad19d712eb1b6be5340ea4f3ef5c3b7b31.zip |
[maven-release-plugin] prepare release release-3.0.0release-3.0.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 783bed1..c321f00 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.0.0-SNAPSHOT</version> + <version>3.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> |