mirror of https://github.com/apache/maven.git
Fix references to old snapshots
This commit is contained in:
parent
18eff3baeb
commit
0d70f7295d
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue