You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/04/27 21:14:39 UTC

[maven-site-plugin] branch master updated: [maven-release-plugin] prepare release maven-site-plugin-4.0.0-M1

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

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


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

commit a1041393cc527a26e6ae71fb82fbc07b0ac68eda
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Apr 27 23:14:34 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index ba88bc49..f8aadfcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-site-plugin</artifactId>
-  <version>4.0.0-M1-SNAPSHOT</version>
+  <version>4.0.0-M1</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Site Plugin</name>
@@ -177,7 +177,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-site-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-site-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-site-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-site-plugin-4.0.0-M1</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -213,7 +213,7 @@ under the License.
     <mavenPluginPluginVersion>3.6.4</mavenPluginPluginVersion>
     <mavenReportingImplVersion>4.0.0-M1</mavenReportingImplVersion>
     <surefire.version>2.22.2</surefire.version>
-    <project.build.outputTimestamp>2022-04-16T21:02:16Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-04-27T21:14:14Z</project.build.outputTimestamp>
 
   </properties>