diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2023-09-06 18:17:34 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2023-09-06 18:17:34 +0300 |
commit | c7774e336a5ada679f92af7ab3d6fe3377410ff0 (patch) | |
tree | 69c28b45fdee1b194aed783361de1afb243d4b63 /pf4j/pom.xml | |
parent | 4daa650d18996bea0107f6a8afe74273222528cb (diff) | |
download | pf4j-c7774e336a5ada679f92af7ab3d6fe3377410ff0.tar.gz pf4j-c7774e336a5ada679f92af7ab3d6fe3377410ff0.zip |
[maven-release-plugin] prepare release release-3.10.0release-3.10.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 24d171f..ba4c20f 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>org.pf4j</groupId> <artifactId>pf4j-parent</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.10.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j</artifactId> - <version>3.10.0-SNAPSHOT</version> + <version>3.10.0</version> <packaging>jar</packaging> <name>PF4J</name> <description>Plugin Framework for Java</description> |