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-project-info-reports-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 1694db8 [maven-release-plugin] prepare for next development iteration
1694db8 is described below
commit 1694db8445e6316fd6e8284c8f1e56824fdb2dab
Author: Michael Osipov <[email protected]>
AuthorDate: Fri Oct 18 11:42:43 2024 +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 4c0df30..bdd318a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>3.8.0</version>
+ <version>3.8.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven Project Info Reports Plugin</name>
@@ -95,7 +95,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git</developerConnection>
- <tag>maven-project-info-reports-plugin-3.8.0</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/maven-project-info-reports-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -123,7 +123,7 @@ under the License.
<sitePluginVersion>3.20.0</sitePluginVersion>
<fluidoSkinVersion>2.0.0-M11</fluidoSkinVersion>
<checkstyle.violation.ignore>ParameterNumber,MethodLength</checkstyle.violation.ignore>
-
<project.build.outputTimestamp>2024-10-18T09:42:02Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-10-18T09:42:43Z</project.build.outputTimestamp>
</properties>
<dependencies>