Skip to content

Commit aa3e12c

Browse files
committed
[maven-release-plugin] prepare release maven-javadoc-plugin-3.3.0
1 parent 55982df commit aa3e12c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ under the License.
3030
</parent>
3131

3232
<artifactId>maven-javadoc-plugin</artifactId>
33-
<version>3.3.0-SNAPSHOT</version>
33+
<version>3.3.0</version>
3434
<packaging>maven-plugin</packaging>
3535

3636
<name>Apache Maven Javadoc Plugin</name>
@@ -48,7 +48,7 @@ under the License.
4848
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git</connection>
4949
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git</developerConnection>
5050
<url>https://github.com/apache/maven-javadoc-plugin/tree/${project.scm.tag}</url>
51-
<tag>HEAD</tag>
51+
<tag>maven-javadoc-plugin-3.3.0</tag>
5252
</scm>
5353
<issueManagement>
5454
<system>jira</system>
@@ -76,7 +76,7 @@ under the License.
7676
<!-- for ITs -->
7777
<sitePluginVersion>3.3</sitePluginVersion>
7878
<projectInfoReportsPluginVersion>2.7</projectInfoReportsPluginVersion>
79-
<project.build.outputTimestamp>2020-03-12T06:39:23Z</project.build.outputTimestamp>
79+
<project.build.outputTimestamp>2021-05-18T17:41:28Z</project.build.outputTimestamp>
8080
</properties>
8181

8282
<contributors>
@@ -482,7 +482,7 @@ under the License.
482482
<pomExclude>MJAVADOC-181/pom.xml</pomExclude> <!-- seems to be wrong, see comment in Jira issue -->
483483
<pomExclude>output-encoding/pom.xml</pomExclude>
484484
</pomExcludes>
485-
<properties combine.self="override"/>
485+
<properties combine.self="override" />
486486
<filterProperties>
487487
<maven.compiler.source>${maven.compiler.source}</maven.compiler.source>
488488
<maven.compiler.target>${maven.compiler.target}</maven.compiler.target>

0 commit comments

Comments
 (0)