diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2024-03-06 21:33:52 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2024-03-06 21:33:52 +0200 |
commit | 2201ab5e2377b95cec5b48c9076e2c859cd9eb5e (patch) | |
tree | 4b1f58a0a61f92462b23da1a7cdcd43e8721f36f /pf4j/pom.xml | |
parent | 9362beb3ffd4fb0e4c84f3a9d1390829bb1c401a (diff) | |
download | pf4j-2201ab5e2377b95cec5b48c9076e2c859cd9eb5e.tar.gz pf4j-2201ab5e2377b95cec5b48c9076e2c859cd9eb5e.zip |
[maven-release-plugin] prepare release release-3.11.0release-3.11.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 f729b9a..3dd320e 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>org.pf4j</groupId> <artifactId>pf4j-parent</artifactId> - <version>3.11.0-SNAPSHOT</version> + <version>3.11.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j</artifactId> - <version>3.11.0-SNAPSHOT</version> + <version>3.11.0</version> <packaging>jar</packaging> <name>PF4J</name> <description>Plugin Framework for Java</description> |