diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2019-09-08 22:03:51 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2019-09-08 22:03:51 +0300 |
commit | 907fc87dabbc0830c368a8b253cb30918c5a1df5 (patch) | |
tree | f2818452942084c485673b51d85898677984e385 /maven-archetypes | |
parent | 2ba65fdfa3ccc90080495f0a3af36fceac3036de (diff) | |
download | pf4j-907fc87dabbc0830c368a8b253cb30918c5a1df5.tar.gz pf4j-907fc87dabbc0830c368a8b253cb30918c5a1df5.zip |
[maven-release-plugin] prepare release release-3.1.0release-3.1.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 c0f16a0..be9c77f 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.1.0-SNAPSHOT</version> + <version>3.1.0</version> <relativePath>../../pom.xml</relativePath> </parent> |