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 /pom.xml | |
parent | 48919cc3b16aa1fb6ab99f60fe33d98724e4e93d (diff) | |
download | pf4j-efaed93c10dd9d114335e2a344e8bca04fd00c63.tar.gz pf4j-efaed93c10dd9d114335e2a344e8bca04fd00c63.zip |
[maven-release-plugin] prepare release release-3.8.0release-3.8.0
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.pf4j</groupId> <artifactId>pf4j-parent</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.8.0</version> <packaging>pom</packaging> <name>PF4J Parent</name> <description>Plugin Framework for Java</description> @@ -28,7 +28,7 @@ <connection>scm:git:https://github.com/pf4j/pf4j.git</connection> <developerConnection>scm:git:git@github.com:pf4j/pf4j.git</developerConnection> <url>git@github.com/pf4j/pf4j.git</url> - <tag>HEAD</tag> + <tag>release-3.8.0</tag> </scm> <distributionManagement> |