diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2022-10-27 22:45:37 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2022-10-27 22:45:37 +0300 |
commit | efaed93c10dd9d114335e2a344e8bca04fd00c63 (patch) | |
tree | 3db53cc076a68010c9a2ae3d8efc7104f8ad6c79 /demo/api/pom.xml | |
parent | 48919cc3b16aa1fb6ab99f60fe33d98724e4e93d (diff) | |
download | pf4j-release-3.8.0.tar.gz pf4j-release-3.8.0.zip |
[maven-release-plugin] prepare release release-3.8.0release-3.8.0
Diffstat (limited to 'demo/api/pom.xml')
-rw-r--r-- | demo/api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/api/pom.xml b/demo/api/pom.xml index deaaa9d..7a3fdf4 100644 --- a/demo/api/pom.xml +++ b/demo/api/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>org.pf4j.demo</groupId> <artifactId>pf4j-demo-parent</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pf4j-demo-api</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <packaging>jar</packaging> <name>Demo Api</name> |