summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/scaclient-api-osgi
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-02-05 13:42:26 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-02-05 13:42:26 +0000
commit161c5c34e4a3c6999578c833add2f60e2494dbb3 (patch)
treecb4aa65ce8c8ec56129f22cd8e4c3fc642072619 /sca-java-2.x/trunk/testing/itest/scaclient-api-osgi
parent5b1513570240501b58a1a43a28c46cba5ab2dac9 (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/testing/itest/scaclient-api-osgi')
-rw-r--r--sca-java-2.x/trunk/testing/itest/scaclient-api-osgi/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/scaclient-api-osgi/pom.xml b/sca-java-2.x/trunk/testing/itest/scaclient-api-osgi/pom.xml
index b75879bcad..0c29c06c97 100644
--- a/sca-java-2.x/trunk/testing/itest/scaclient-api-osgi/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/scaclient-api-osgi/pom.xml
@@ -52,7 +52,7 @@
</dependencies>
<build>
- <finalName>${artifactId}</finalName>
+ <finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
@@ -90,7 +90,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-launcher-equinox</artifactId>
- <version>${pom.version}</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
<executions>