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-javadoc-plugin.git
The following commit(s) were added to refs/heads/master by this push: new f5661904 [maven-release-plugin] prepare for next development iteration f5661904 is described below commit f56619040fa1765abd80693a544e8267cb28c7d4 Author: Michael Osipov <micha...@apache.org> AuthorDate: Fri Nov 3 21:32:23 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 1ec66e8e..e0cfdb86 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.6.2</version> + <version>3.6.3-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Maven Javadoc Plugin</name> @@ -91,7 +91,7 @@ under the License. <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git</developerConnection> - <tag>maven-javadoc-plugin-3.6.2</tag> + <tag>HEAD</tag> <url>https://github.com/apache/maven-javadoc-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -122,7 +122,7 @@ under the License. <!-- for ITs --> <sitePluginVersion>3.12.1</sitePluginVersion> <projectInfoReportsPluginVersion>3.4.2</projectInfoReportsPluginVersion> - <project.build.outputTimestamp>2023-11-03T20:30:08Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-11-03T20:32:23Z</project.build.outputTimestamp> <slf4jVersion>1.7.36</slf4jVersion> </properties>