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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 23943e0  [maven-release-plugin] prepare for next development iteration
23943e0 is described below

commit 23943e0dcefff4894f5586b62a207ac27cc9f34f
Author: Tamas Cservenak <[email protected]>
AuthorDate: Tue Mar 21 15:31:18 2023 +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 316cf59..1f4d7c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-install-plugin</artifactId>
-  <version>3.1.1</version>
+  <version>3.1.2-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Install Plugin</name>
@@ -52,7 +52,7 @@
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-install-plugin.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-install-plugin.git</developerConnection>
-    <tag>maven-install-plugin-3.1.1</tag>
+    <tag>HEAD</tag>
     
<url>https://github.com/apache/maven-install-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -88,7 +88,7 @@
     <mavenSourcePluginVersion>3.2.1</mavenSourcePluginVersion>
     <mavenSurefirePluginVersion>3.0.0-M7</mavenSurefirePluginVersion>
 
-    
<project.build.outputTimestamp>2023-03-21T14:30:42Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-03-21T14:31:18Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>

Reply via email to