diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2019-11-29 22:08:29 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2019-11-29 22:08:29 +0200 |
commit | 45c90d235889d610874c46c9c206a1133f633291 (patch) | |
tree | 4ea7e6b9de61f27fb62cff51c283feecba849335 /maven-archetypes/quickstart/pom.xml | |
parent | 9b03dfa50cd8a9ce56f72d0e9754b5688c332010 (diff) | |
download | pf4j-45c90d235889d610874c46c9c206a1133f633291.tar.gz pf4j-45c90d235889d610874c46c9c206a1133f633291.zip |
[maven-release-plugin] prepare release release-3.2.0release-3.2.0
Diffstat (limited to 'maven-archetypes/quickstart/pom.xml')
-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 18a2c70..ac36060 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.2.0-SNAPSHOT</version> + <version>3.2.0</version> <relativePath>../../pom.xml</relativePath> </parent> |