diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2024-05-19 22:29:54 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2024-05-19 22:29:54 +0300 |
commit | c4fa3f1893a6be6b8215dac2ef0d94e6f07f10ff (patch) | |
tree | a81019ff9fc84e1ee0a1d74c3d36423b0526a325 /pf4j | |
parent | 6139654df735bb6d7502454cd6cd7a6de65326b3 (diff) | |
download | pf4j-c4fa3f1893a6be6b8215dac2ef0d94e6f07f10ff.tar.gz pf4j-c4fa3f1893a6be6b8215dac2ef0d94e6f07f10ff.zip |
[maven-release-plugin] prepare release release-3.11.1release-3.11.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 c5d1917..debbafe 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.11.1</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j</artifactId> - <version>3.12.0-SNAPSHOT</version> + <version>3.11.1</version> <packaging>jar</packaging> <name>PF4J</name> <description>Plugin Framework for Java</description> |