This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new 0d70f7295 Fix references to old snapshots
0d70f7295 is described below
commit 0d70f7295de75fcd00d69789a19d2866348f97bb
Author: Guillaume Nodet <[email protected]>
AuthorDate: Fri Oct 21 16:31:33 2022 +0200
Fix references to old snapshots
---
maven-model/pom.xml | 2 +-
maven-settings/pom.xml | 2 +-
maven-toolchain-model/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/maven-model/pom.xml b/maven-model/pom.xml
index a61771f42..c157b2584 100644
--- a/maven-model/pom.xml
+++ b/maven-model/pom.xml
@@ -64,7 +64,7 @@ under the License.
<artifactItem>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-model</artifactId>
- <version>4.0.0-alpha-1-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>mdo</type>
<outputDirectory>target/mdo/</outputDirectory>
<destFileName>maven.mdo</destFileName>
diff --git a/maven-settings/pom.xml b/maven-settings/pom.xml
index 0286d1fed..9e22ad5ba 100644
--- a/maven-settings/pom.xml
+++ b/maven-settings/pom.xml
@@ -68,7 +68,7 @@ under the License.
<artifactItem>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-settings</artifactId>
- <version>4.0.0-alpha-1-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>mdo</type>
<outputDirectory>target/mdo/</outputDirectory>
<destFileName>settings.mdo</destFileName>
diff --git a/maven-toolchain-model/pom.xml b/maven-toolchain-model/pom.xml
index bef586cd4..ea629967e 100644
--- a/maven-toolchain-model/pom.xml
+++ b/maven-toolchain-model/pom.xml
@@ -67,7 +67,7 @@ under the License.
<artifactItem>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-toolchain</artifactId>
- <version>4.0.0-alpha-1-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>mdo</type>
<outputDirectory>target/mdo/</outputDirectory>
<destFileName>toolchains.mdo</destFileName>