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/01/09 12:19:08 UTC

[maven-compiler-plugin] branch master updated: [maven-release-plugin] prepare release maven-compiler-plugin-3.9.0

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-compiler-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new aeb15b6  [maven-release-plugin] prepare release maven-compiler-plugin-3.9.0
aeb15b6 is described below

commit aeb15b6cf38ee44391febf23310a4f2b432ab444
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jan 9 13:19:05 2022 +0100

    [maven-release-plugin] prepare release maven-compiler-plugin-3.9.0
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index c006d8e..aa2baeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,11 +26,11 @@ under the License.
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
     <version>34</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>maven-compiler-plugin</artifactId>
-  <version>3.9.0-SNAPSHOT</version>
+  <version>3.9.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Compiler Plugin</name>
@@ -45,7 +45,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-compiler-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-compiler-plugin-3.9.0</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -77,7 +77,7 @@ under the License.
     <maven.it.failure.ignore>false</maven.it.failure.ignore>
     <surefire.version>2.22.2</surefire.version>
     <mavenPluginToolsVersion>3.6.2</mavenPluginToolsVersion>
-    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-01-09T12:18:42Z</project.build.outputTimestamp>
   </properties>
 
   <contributors>
@@ -260,7 +260,7 @@ under the License.
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>3.3.1</version>
           <configuration> <!--  remove after MPOM-269 -->
-            <tagletArtifacts combine.self="override"/>
+            <tagletArtifacts combine.self="override" />
           </configuration>
         </plugin>
       </plugins>