You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2021/05/18 17:44:12 UTC

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

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

rfscholte 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 aa3e12c  [maven-release-plugin] prepare release maven-javadoc-plugin-3.3.0
aa3e12c is described below

commit aa3e12c52f0845f0561f3b4db719c0e8ede1aada
Author: rfscholte <rf...@apache.org>
AuthorDate: Tue May 18 19:43:51 2021 +0200

    [maven-release-plugin] prepare release maven-javadoc-plugin-3.3.0
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6aec98e..7e9ab31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-javadoc-plugin</artifactId>
-  <version>3.3.0-SNAPSHOT</version>
+  <version>3.3.0</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.0</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -76,7 +76,7 @@ under the License.
     <!-- for ITs -->
     <sitePluginVersion>3.3</sitePluginVersion>
     <projectInfoReportsPluginVersion>2.7</projectInfoReportsPluginVersion>
-    <project.build.outputTimestamp>2020-03-12T06:39:23Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2021-05-18T17:41:28Z</project.build.outputTimestamp>
   </properties>
 
   <contributors>
@@ -482,7 +482,7 @@ under the License.
                 <pomExclude>MJAVADOC-181/pom.xml</pomExclude> <!-- seems to be wrong, see comment in Jira issue  -->
                 <pomExclude>output-encoding/pom.xml</pomExclude>
               </pomExcludes>
-              <properties combine.self="override"/>
+              <properties combine.self="override" />
               <filterProperties>
                 <maven.compiler.source>${maven.compiler.source}</maven.compiler.source>
                 <maven.compiler.target>${maven.compiler.target}</maven.compiler.target>