This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch maven-deploy-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git


The following commit(s) were added to refs/heads/maven-deploy-plugin-3.x by 
this push:
     new 504f926  [maven-release-plugin] prepare for next development iteration
504f926 is described below

commit 504f9263be0a7fcc105470703c4e36aae63bbbd8
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sun Feb 23 18:24:00 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 c95e8b3..88dae01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
   </parent>
 
   <artifactId>maven-deploy-plugin</artifactId>
-  <version>3.1.4</version>
+  <version>3.1.5-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-3.1.4</tag>
+    <tag>HEAD</tag>
     
<url>https://github.com/apache/maven-deploy-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -88,7 +88,7 @@ under the License.
     
<mavenSurefirePluginVersion>${version.maven-surefire}</mavenSurefirePluginVersion>
     <mavenWarPluginVersion>${version.maven-war-plugin}</mavenWarPluginVersion>
 
-    
<project.build.outputTimestamp>2025-02-23T17:23:46Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-02-23T17:24:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>

Reply via email to