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/07/31 18:59:21 UTC

[maven-site-plugin] branch maven-site-plugin-3.x updated: [maven-release-plugin] prepare for next development iteration

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

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


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

commit 6f9a0f627871e18bbd203a0c397e4e8589e2aba6
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jul 31 20:59:15 2022 +0200

    [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 79860d3c..9c1c4eb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-site-plugin</artifactId>
-  <version>3.12.1</version>
+  <version>3.12.2-SNAPSHOT</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>maven-site-plugin-3.12.1</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -212,7 +212,7 @@ under the License.
     <projectInfoReportsPluginVersion>3.2.2</projectInfoReportsPluginVersion>
     <surefirePluginVersion>2.22.2</surefirePluginVersion>
     <surefire.version>2.22.2</surefire.version>
-    <project.build.outputTimestamp>2022-07-31T18:58:29Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-07-31T18:59:15Z</project.build.outputTimestamp>
 
   </properties>