diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2024-06-25 18:07:52 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2024-06-25 18:07:52 +0300 |
commit | 0e0c52e2a61e5c66bd47062268e8097f36ba8722 (patch) | |
tree | 17a19699f46f406bf63c0c05b524097b77833bdc /pf4j | |
parent | aeb27a0d6cf4dffd073675e150f93a9f71f0a44c (diff) | |
download | pf4j-0e0c52e2a61e5c66bd47062268e8097f36ba8722.tar.gz pf4j-0e0c52e2a61e5c66bd47062268e8097f36ba8722.zip |
[maven-release-plugin] prepare release release-3.12.0release-3.12.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 3fe78ff..f82d55f 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>org.pf4j</groupId> <artifactId>pf4j-parent</artifactId> - <version>3.12.0-SNAPSHOT</version> + <version>3.12.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j</artifactId> - <version>3.12.0-SNAPSHOT</version> + <version>3.12.0</version> <packaging>jar</packaging> <name>PF4J</name> <description>Plugin Framework for Java</description> |