Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-javadoc-plugin-3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rfscholte committed May 18, 2021
1 parent 55982df commit aa3e12c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit aa3e12c

Please sign in to comment.