diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2022-10-27 22:45:41 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2022-10-27 22:45:41 +0300 |
commit | b95a68233e80bd049cbac6f4fc18a9adfc2e3df7 (patch) | |
tree | f596a1eafa1135391395fb0c22b329fc7d12ea03 /pf4j | |
parent | efaed93c10dd9d114335e2a344e8bca04fd00c63 (diff) | |
download | pf4j-b95a68233e80bd049cbac6f4fc18a9adfc2e3df7.tar.gz pf4j-b95a68233e80bd049cbac6f4fc18a9adfc2e3df7.zip |
[maven-release-plugin] prepare for next development iteration
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 9a20511..476cbec 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>org.pf4j</groupId> <artifactId>pf4j-parent</artifactId> - <version>3.8.0</version> + <version>3.9.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j</artifactId> - <version>3.8.0</version> + <version>3.9.0-SNAPSHOT</version> <packaging>jar</packaging> <name>PF4J</name> <description>Plugin Framework for Java</description> |