diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-05 13:42:26 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-05 13:42:26 +0000 |
commit | 161c5c34e4a3c6999578c833add2f60e2494dbb3 (patch) | |
tree | cb4aa65ce8c8ec56129f22cd8e4c3fc642072619 /sca-java-2.x/trunk/modules | |
parent | 5b1513570240501b58a1a43a28c46cba5ab2dac9 (diff) |
Fix lots of depricated maven variable warnings for Maven v3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067440 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules')
-rw-r--r-- | sca-java-2.x/trunk/modules/core-spi/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/core-spi/pom.xml b/sca-java-2.x/trunk/modules/core-spi/pom.xml index ec8f1a680f..ade0aa6170 100644 --- a/sca-java-2.x/trunk/modules/core-spi/pom.xml +++ b/sca-java-2.x/trunk/modules/core-spi/pom.xml @@ -86,7 +86,7 @@ <phase>process-resources</phase> <configuration> <tasks> - <filter token="version" value="${pom.version}"/> + <filter token="version" value="${project.version}"/> <filter token="svnRevision" value="${sources.version}"/> <filter token="buildtime" value="${build.timestamp}"/> <copy toDir="${basedir}/target/classes/org/apache/tuscany/sca/runtime" overwrite="true" |