You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2013/08/11 00:04:44 UTC

[2/3] git commit: Do not use deprecated properties.

Do not use deprecated properties.


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/2b7608f0
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/2b7608f0
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/2b7608f0

Branch: refs/heads/maven-2.2.x
Commit: 2b7608f0d9e0e028d7a03d8d549df1ad2afb233f
Parents: 4bd6d37
Author: Dennis Lundberg <de...@apache.org>
Authored: Sat Aug 10 13:14:08 2013 +0200
Committer: Dennis Lundberg <de...@apache.org>
Committed: Sat Aug 10 13:14:08 2013 +0200

----------------------------------------------------------------------
 maven-core-it-runner/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/2b7608f0/maven-core-it-runner/pom.xml
----------------------------------------------------------------------
diff --git a/maven-core-it-runner/pom.xml b/maven-core-it-runner/pom.xml
index 70494dc..418cf4c 100644
--- a/maven-core-it-runner/pom.xml
+++ b/maven-core-it-runner/pom.xml
@@ -94,7 +94,7 @@ under the License.
           <execution>
             <configuration>
               <tasks>
-                <chmod file="${basedir}/target/maven-installation/apache-maven-${pom.version}/bin/mvn" perm="755"/>
+                <chmod file="${basedir}/target/maven-installation/apache-maven-${project.version}/bin/mvn" perm="755"/>
               </tasks>
             </configuration>
             <phase>process-sources</phase>