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 2d22cca [maven-release-plugin] prepare release
maven-javadoc-plugin-3.3.1
2d22cca is described below
commit 2d22ccadffc2f22f18e19c2cc6d42fd863b4535d
Author: rfscholte <[email protected]>
AuthorDate: Sat Sep 4 10:23:33 2021 +0200
[maven-release-plugin] prepare release maven-javadoc-plugin-3.3.1
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7755ea5..a4aa61f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
</parent>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3.1</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.1</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-05-18T17:44:35Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2021-09-04T08:21:47Z</project.build.outputTimestamp>
<slf4j.version>1.7.32</slf4j.version>
</properties>