diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2020-04-21 21:28:05 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2020-04-21 21:28:05 +0300 |
commit | 39ccb7b784802c1685ac23d7005fd3d3c215e7b6 (patch) | |
tree | f627de4c612add3a90cdcaec5d7d7638721d8422 /maven-archetypes/quickstart | |
parent | 7d88af39e8a4f5e026163ecefb338ee3e7e90c42 (diff) | |
download | pf4j-39ccb7b784802c1685ac23d7005fd3d3c215e7b6.tar.gz pf4j-39ccb7b784802c1685ac23d7005fd3d3c215e7b6.zip |
[maven-release-plugin] prepare release release-3.3.1release-3.3.1
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 ac2bfb1..40ff84b 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.4.0-SNAPSHOT</version> + <version>3.3.1</version> <relativePath>../../pom.xml</relativePath> </parent> |