diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2023-01-30 21:06:51 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2023-01-30 21:06:51 +0200 |
commit | 361fb8b9b31bd64c696105ef0b56ee253aa4ca0c (patch) | |
tree | ffc0631f68e836406ef41616f6ba95c20fec2212 /pf4j | |
parent | e598ffb88577683339e90381616923f41b7ebb61 (diff) | |
download | pf4j-361fb8b9b31bd64c696105ef0b56ee253aa4ca0c.tar.gz pf4j-361fb8b9b31bd64c696105ef0b56ee253aa4ca0c.zip |
[maven-release-plugin] prepare release release-3.9.0release-3.9.0
Diffstat (limited to 'pf4j')
-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 476cbec..2dd169f 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>org.pf4j</groupId> <artifactId>pf4j-parent</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.0</version> <packaging>jar</packaging> <name>PF4J</name> <description>Plugin Framework for Java</description> |