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/02/07 20:54:31 UTC

[maven-javadoc-plugin] branch master updated: [maven-release-plugin] prepare release maven-javadoc-plugin-3.3.2

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 50a41f7  [maven-release-plugin] prepare release maven-javadoc-plugin-3.3.2
50a41f7 is described below

commit 50a41f78278c1d5957cb03e89223fcbc640f1b68
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Feb 7 21:54:28 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index e7414db..a8c62d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-javadoc-plugin</artifactId>
-  <version>3.3.2-SNAPSHOT</version>
+  <version>3.3.2</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Javadoc Plugin</name>
@@ -48,7 +48,7 @@ under the License.
     <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>
     <url>https://github.com/apache/maven-javadoc-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-javadoc-plugin-3.3.2</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -77,7 +77,7 @@ under the License.
     <!-- for ITs -->
     <sitePluginVersion>3.3</sitePluginVersion>
     <projectInfoReportsPluginVersion>2.7</projectInfoReportsPluginVersion>
-    <project.build.outputTimestamp>2021-09-04T08:23:53Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-02-07T20:52:42Z</project.build.outputTimestamp>
     <slf4j.version>1.7.32</slf4j.version>
   </properties>