diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2020-04-21 16:06:06 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2020-04-21 16:06:06 +0300 |
commit | 05d9ebcfafbb057ed070cbc85800368fe4288952 (patch) | |
tree | d7f253ff3d793ab57a659ca6db4569f5d04e2c91 /pf4j/pom.xml | |
parent | 4ceba1c2afa62fe449fb8e1185ef42e069b0f241 (diff) | |
download | pf4j-05d9ebcfafbb057ed070cbc85800368fe4288952.tar.gz pf4j-05d9ebcfafbb057ed070cbc85800368fe4288952.zip |
[maven-release-plugin] prepare release release-3.3.0release-3.3.0
Diffstat (limited to 'pf4j/pom.xml')
-rw-r--r-- | pf4j/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml index 361d808..f626c37 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>org.pf4j</groupId> <artifactId>pf4j-parent</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.3.0</version> <packaging>jar</packaging> <name>PF4J</name> <description>Plugin Framework for Java</description> |