diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2022-06-28 01:08:44 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2022-06-28 01:08:44 +0300 |
commit | d4f0de4a9654123e431dd57be7798971381cab55 (patch) | |
tree | dfbd177b855d9f8535933df5cbd132e10c1b18d4 /pf4j | |
parent | 35a8cf25d08cad18489897b0c5c576bb206db6e3 (diff) | |
download | pf4j-d4f0de4a9654123e431dd57be7798971381cab55.tar.gz pf4j-d4f0de4a9654123e431dd57be7798971381cab55.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 90e7039..a3b894c 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>org.pf4j</groupId> <artifactId>pf4j-parent</artifactId> - <version>3.7.0</version> + <version>3.8.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j</artifactId> - <version>3.7.0</version> + <version>3.8.0-SNAPSHOT</version> <packaging>jar</packaging> <name>PF4J</name> <description>Plugin Framework for Java</description> |