This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 8c7433c [maven-release-plugin] prepare for next development iteration 8c7433c is described below commit 8c7433cca3e40db4f0e04934bab3f7d3b7df13ef Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sun Feb 23 18:09:58 2025 +0100 [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5b5b87c..577ad8d 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-deploy-plugin</artifactId> - <version>4.0.0-beta-2</version> + <version>4.0.0-beta-3-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Maven Deploy Plugin</name> @@ -49,7 +49,7 @@ under the License. <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git</developerConnection> - <tag>maven-deploy-plugin-4.0.0-beta-2</tag> + <tag>HEAD</tag> <url>https://github.com/apache/maven-deploy-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -96,7 +96,7 @@ under the License. <!-- 4.x publish --> <maven.site.path>${maven4x.site.path}</maven.site.path> - <project.build.outputTimestamp>2025-02-23T17:09:45Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-02-23T17:09:58Z</project.build.outputTimestamp> </properties> <dependencyManagement>