diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2024-10-12 19:01:41 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2024-10-12 19:01:41 +0300 |
commit | c55f56c9bec21f2f2c9d2d0def8c17398f039f88 (patch) | |
tree | cc630da15e1907c7d0f4340d4e56010b3c6b6b78 /pf4j | |
parent | d134fe82457b6eeef15be404dbbd8610df190716 (diff) | |
download | pf4j-release-3.12.1.tar.gz pf4j-release-3.12.1.zip |
[maven-release-plugin] prepare release release-3.12.1release-3.12.1
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 7061db6..f15206a 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>org.pf4j</groupId> <artifactId>pf4j-parent</artifactId> - <version>3.13.0-SNAPSHOT</version> + <version>3.12.1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j</artifactId> - <version>3.13.0-SNAPSHOT</version> + <version>3.12.1</version> <packaging>jar</packaging> <name>PF4J</name> <description>Plugin Framework for Java</description> |