[maven-release-plugin] prepare release maven-3.8.3

This commit is contained in:
Michael Osipov 2021-09-27 20:28:25 +02:00
parent 0a6bbb8301
commit ff8e977a15
15 changed files with 17 additions and 17 deletions

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>
<artifactId>apache-maven</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>
<artifactId>maven-artifact</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>
<artifactId>maven-builder-support</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>
<artifactId>maven-compat</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>
<artifactId>maven-core</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>
<artifactId>maven-embedder</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>
<artifactId>maven-model-builder</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>
<artifactId>maven-model</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>
<artifactId>maven-plugin-api</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>
<artifactId>maven-repository-metadata</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>
<artifactId>maven-resolver-provider</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>
<artifactId>maven-settings-builder</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>
<artifactId>maven-settings</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
</parent>
<artifactId>maven-slf4j-provider</artifactId>

View File

@ -30,7 +30,7 @@ under the License.
</parent>
<artifactId>maven</artifactId>
<version>3.8.3-SNAPSHOT</version>
<version>3.8.3</version>
<packaging>pom</packaging>
<name>Apache Maven</name>
@ -77,7 +77,7 @@ under the License.
<maven.site.path>ref/3-LATEST</maven.site.path>
<checkstyle.violation.ignore>None</checkstyle.violation.ignore>
<checkstyle.excludes>**/package-info.java</checkstyle.excludes>
<project.build.outputTimestamp>2021-08-04T19:03:41Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2021-09-27T18:25:22Z</project.build.outputTimestamp>
</properties>
<modules>
@ -101,7 +101,7 @@ under the License.
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</developerConnection>
<url>https://github.com/apache/maven/tree/${project.scm.tag}</url>
<tag>maven-3.8.2</tag>
<tag>maven-3.8.3</tag>
</scm>
<issueManagement>
<system>jira</system>