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

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


The following commit(s) were added to refs/heads/master by this push:
     new f80596e  [maven-release-plugin] prepare release 
maven-source-plugin-3.3.1
f80596e is described below

commit f80596e4eb587cf99452b67b43ee9729fdadbf3a
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sat Mar 30 02:48:55 2024 +0100

    [maven-release-plugin] prepare release maven-source-plugin-3.3.1
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 01e9fae..05bbc26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
   </parent>
 
   <artifactId>maven-source-plugin</artifactId>
-  <version>3.3.1-SNAPSHOT</version>
+  <version>3.3.1</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Source Plugin</name>
@@ -58,7 +58,7 @@ under the License.
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-source-plugin.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-source-plugin.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>maven-source-plugin-3.3.1</tag>
     
<url>https://github.com/apache/maven-source-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -79,7 +79,7 @@ under the License.
   <properties>
     <javaVersion>8</javaVersion>
     <mavenVersion>3.2.5</mavenVersion>
-    
<project.build.outputTimestamp>2023-05-17T21:31:27Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2024-03-30T01:48:50Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>

Reply via email to