Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-4.0.0-alpha-13
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Mar 6, 2024
1 parent 2bfa3a8 commit 0a6a561
Show file tree
Hide file tree
Showing 32 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion apache-maven/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>apache-maven</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/maven-api-core/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-api-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/maven-api-di/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-api-di</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/maven-api-meta/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-api-meta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/maven-api-model/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-api-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/maven-api-plugin/pom.xml
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-api-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/maven-api-settings/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-api-settings</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/maven-api-spi/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-api-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/maven-api-toolchain/pom.xml
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-api-toolchain</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/maven-api-xml/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-api-xml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-artifact/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-artifact</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions maven-bom/pom.xml
Expand Up @@ -28,7 +28,7 @@ under the License.

<groupId>org.apache.maven</groupId>
<artifactId>maven-bom</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
<packaging>pom</packaging>

<name>Maven Dependencies BOM</name>
Expand All @@ -38,7 +38,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</developerConnection>
<tag>maven-4.0.0-alpha-10</tag>
<tag>maven-4.0.0-alpha-13</tag>
<url>https://github.com/apache/maven/tree/${project.scm.tag}/${project.artifactId}</url>
</scm>
<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion maven-builder-support/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-builder-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-compat/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-compat</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-core/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-di/pom.xml
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-di</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-embedder/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-embedder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-jline/pom.xml
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-jline</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-model-builder/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-model-builder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-model/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin-api/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-plugin-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-repository-metadata/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-repository-metadata</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-resolver-provider/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-resolver-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-settings-builder/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-settings-builder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-settings/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-settings</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-slf4j-provider/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-slf4j-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-slf4j-wrapper/pom.xml
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-slf4j-wrapper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-toolchain-builder/pom.xml
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-toolchain-builder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-toolchain-model/pom.xml
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-toolchain-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-xml-impl/pom.xml
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
</parent>

<artifactId>maven-xml-impl</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -29,7 +29,7 @@ under the License.
</parent>

<artifactId>maven</artifactId>
<version>4.0.0-alpha-13-SNAPSHOT</version>
<version>4.0.0-alpha-13</version>
<packaging>pom</packaging>

<name>Apache Maven</name>
Expand Down Expand Up @@ -127,7 +127,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</developerConnection>
<tag>maven-4.0.0-alpha-10</tag>
<tag>maven-4.0.0-alpha-13</tag>
<url>https://github.com/apache/maven/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -158,7 +158,7 @@ under the License.
<distributionShortName>Maven</distributionShortName>
<distributionName>Apache Maven</distributionName>
<maven.site.path>ref/4-LATEST</maven.site.path>
<project.build.outputTimestamp>2024-01-12T09:41:50Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-03-06T19:55:32Z</project.build.outputTimestamp>
<!-- various versions -->
<asmVersion>9.6</asmVersion>
<byteBuddyVersion>1.14.9</byteBuddyVersion>
Expand Down

0 comments on commit 0a6a561

Please sign in to comment.