diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2024-06-25 18:07:52 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2024-06-25 18:07:52 +0300 |
commit | 0e0c52e2a61e5c66bd47062268e8097f36ba8722 (patch) | |
tree | 17a19699f46f406bf63c0c05b524097b77833bdc /pom.xml | |
parent | aeb27a0d6cf4dffd073675e150f93a9f71f0a44c (diff) | |
download | pf4j-0e0c52e2a61e5c66bd47062268e8097f36ba8722.tar.gz pf4j-0e0c52e2a61e5c66bd47062268e8097f36ba8722.zip |
[maven-release-plugin] prepare release release-3.12.0release-3.12.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.12.0-SNAPSHOT</version> + <version>3.12.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.12.0</tag> </scm> <distributionManagement> |