mirror of
https://github.com/apache/maven.git
synced 2025-02-09 03:25:23 +00:00
fixing the deprecated property syntax
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@641122 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
80bc3d4872
commit
2d19186791
@ -12,7 +12,7 @@
|
|||||||
<version>2.1-SNAPSHOT</version>
|
<version>2.1-SNAPSHOT</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<outputDirectory>${basedir}/target/</outputDirectory>
|
<outputDirectory>${basedir}/target/</outputDirectory>
|
||||||
<pluginFile>child-touch-${version}.txt</pluginFile>
|
<pluginFile>child-touch-${project.version}.txt</pluginFile>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<groupId>org.apache.maven.its.plugins</groupId>
|
<groupId>org.apache.maven.its.plugins</groupId>
|
||||||
<version>2.1-SNAPSHOT</version>
|
<version>2.1-SNAPSHOT</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<pluginFile>touch-${version}.txt</pluginFile>
|
<pluginFile>touch-${project.version}.txt</pluginFile>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>test-component-a</artifactId>
|
<artifactId>test-component-a</artifactId>
|
||||||
<version>0.1</version>
|
<version>0.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<packaging>ear</packaging>
|
<packaging>ear</packaging>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${groupId}</groupId>
|
<groupId>${project.groupId}</groupId>
|
||||||
<artifactId>test-component-b</artifactId>
|
<artifactId>test-component-b</artifactId>
|
||||||
<version>0.1</version>
|
<version>0.1</version>
|
||||||
<type>war</type>
|
<type>war</type>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user