[maven-release-plugin] prepare for next development iteration

This commit is contained in:
Guillaume Nodet 2022-10-14 22:30:55 +02:00
parent 0d973fb624
commit 66851463f6
30 changed files with 49 additions and 49 deletions

View File

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

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<artifactId>maven-api-core</artifactId>
@ -33,22 +33,22 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-meta</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-model</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-settings</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-toolchain</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</dependency>
</dependencies>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<artifactId>maven-api-meta</artifactId>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<artifactId>maven-api-model</artifactId>
@ -37,7 +37,7 @@ under the License.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-xml</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</dependency>
</dependencies>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<artifactId>maven-api-settings</artifactId>
@ -37,7 +37,7 @@ under the License.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-xml</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</dependency>
</dependencies>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<artifactId>maven-api</artifactId>
<groupId>org.apache.maven</groupId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -36,7 +36,7 @@ under the License.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-xml</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</dependency>
</dependencies>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<artifactId>maven-api-xml</artifactId>
@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-meta</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</dependency>
</dependencies>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<artifactId>modello-plugin-velocity</artifactId>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<artifactId>maven-api</artifactId>

View File

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

View File

@ -29,7 +29,7 @@ under the License.
</parent>
<artifactId>maven-bom</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Maven Dependencies BOM</name>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</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>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</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>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</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>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</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>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<artifactId>maven-model-builder</artifactId>
@ -37,7 +37,7 @@ under the License.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-xml-impl</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>

View File

@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<artifactId>maven-model-transform</artifactId>
<name>Maven Model XML Transform</name>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<artifactId>maven-model</artifactId>
@ -37,12 +37,12 @@ under the License.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-model</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-xml-impl</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</dependency>
</dependencies>

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</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>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</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>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</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>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</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>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<artifactId>maven-settings</artifactId>
@ -37,12 +37,12 @@ under the License.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-settings</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-xml-impl</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>

View File

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

View File

@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<artifactId>maven-slf4j-wrapper</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -36,12 +36,12 @@ under the License.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-toolchain</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-xml-impl</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>

View File

@ -23,7 +23,7 @@ under the License.
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -35,7 +35,7 @@ under the License.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-xml</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.sisu</groupId>

View File

@ -23,13 +23,13 @@ under the License.
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
<dependencies>
<dependency>

View File

@ -30,7 +30,7 @@ under the License.
</parent>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-1</version>
<version>4.0.0-alpha-2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Maven</name>
@ -55,7 +55,7 @@ under the License.
<mockitoVersion>3.2.0</mockitoVersion>
<plexusVersion>2.1.0</plexusVersion>
<plexusInterpolationVersion>1.26</plexusInterpolationVersion>
<plexusUtilsVersion>4.0.0-alpha-1</plexusUtilsVersion>
<plexusUtilsVersion>4.0.0-alpha-2-SNAPSHOT</plexusUtilsVersion>
<plexusUtilsVersionEmbedded>3.4.2</plexusUtilsVersionEmbedded>
<guiceVersion>5.1.0</guiceVersion>
<guavaVersion>30.1-jre</guavaVersion>
@ -73,7 +73,7 @@ under the License.
<distributionShortName>Maven</distributionShortName>
<distributionName>Apache Maven</distributionName>
<maven.site.path>ref/4-LATEST</maven.site.path>
<project.build.outputTimestamp>2022-10-14T20:34:50Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-10-14T20:30:55Z</project.build.outputTimestamp>
</properties>
<modules>