This is an automated email from the ASF dual-hosted git repository. olamy 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 9328c20a [maven-release-plugin] prepare for next development iteration 9328c20a is described below commit 9328c20a08f68b524db0681ae4cf9fb42b83b19f Author: Olivier Lamy <ol...@apache.org> AuthorDate: Wed Dec 4 15:53:49 2024 +1000 [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 fe0dafa6..7ff4a259 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ under the License. </parent> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.11.2</version> + <version>3.11.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://github.com/apache/maven-javadoc-plugin.git</connection> <developerConnection>scm:git:https://github.com/apache/maven-javadoc-plugin.git</developerConnection> - <tag>maven-javadoc-plugin-3.11.2</tag> + <tag>HEAD</tag> <url>https://github.com/apache/maven-javadoc-plugin/tree/${project.scm.tag}</url> </scm> <issueManagement> @@ -127,7 +127,7 @@ under the License. <jarPluginVersion>3.3.0</jarPluginVersion> <sitePluginVersion>3.20.0</sitePluginVersion> <projectInfoReportsPluginVersion>3.7.0</projectInfoReportsPluginVersion> - <project.build.outputTimestamp>2024-12-04T05:53:30Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-12-04T05:53:49Z</project.build.outputTimestamp> <slf4jVersion>1.7.36</slf4jVersion> </properties>