From 161c5c34e4a3c6999578c833add2f60e2494dbb3 Mon Sep 17 00:00:00 2001 From: antelder Date: Sat, 5 Feb 2011 13:42:26 +0000 Subject: 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 --- .../samples/applications/eightball-demo/eightball-process/pom.xml | 4 ++-- .../samples/applications/eightball-demo/eightball-webapp/pom.xml | 8 ++++---- .../trunk/samples/applications/eightball-demo/eightball/pom.xml | 4 ++-- .../trunk/samples/applications/eightball-demo/translator/pom.xml | 4 ++-- .../samples/applications/logging-scribe/helloworld-scribe/pom.xml | 2 +- sca-java-2.x/trunk/samples/applications/store-webapp/pom.xml | 4 ++-- sca-java-2.x/trunk/samples/applications/store/pom.xml | 2 +- .../trunk/samples/extending-tuscany/implementation-sample/pom.xml | 2 +- .../trunk/samples/getting-started/helloworld-contribution/pom.xml | 2 +- .../trunk/samples/getting-started/helloworld-webapp/pom.xml | 2 +- .../samples/getting-started/scdl-include-contribution/pom.xml | 4 ++-- .../samples/learning-more/async/calculator-contribution/pom.xml | 2 +- .../learning-more/binding-jsonrpc/calculator-contribution/pom.xml | 2 +- .../learning-more/binding-jsonrpc/calculator-webapp/pom.xml | 6 +++--- .../binding-rmi/calculator-reference-contribution/pom.xml | 2 +- .../binding-rmi/calculator-service-contribution/pom.xml | 2 +- .../learning-more/binding-sca/calculator-contribution/pom.xml | 2 +- .../learning-more/binding-ws/calculator-contribution/pom.xml | 2 +- .../binding-ws/helloworld-ws-sdo-contribution/pom.xml | 2 +- .../samples/learning-more/binding-ws/holder-ws-service/pom.xml | 2 +- .../distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml | 4 ++-- .../distributed-osgi/dosgi-dynamic-calculator/pom.xml | 4 ++-- .../implementation-bpel/helloworld-bpel-contribution/pom.xml | 2 +- .../implementation-composite/helloworld-recursive-ws/pom.xml | 2 +- .../implementation-composite/helloworld-recursive/pom.xml | 2 +- .../implementation-java/calculator-contribution/pom.xml | 2 +- .../implementation-osgi/dosgi-calculator-operations/pom.xml | 4 ++-- .../learning-more/implementation-osgi/dosgi-calculator/pom.xml | 4 ++-- .../implementation-script/calculator-contribution/pom.xml | 2 +- .../implementation-spring/helloworld-spring-contribution/pom.xml | 2 +- .../samples/learning-more/sca-client/calculator-scaclient/pom.xml | 2 +- .../samples/learning-more/sca-client/helloworld-scaclient/pom.xml | 2 +- sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/pom.xml | 2 +- .../trunk/samples/running-tuscany/embedded-osgi-base/pom.xml | 2 +- sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/pom.xml | 2 +- .../running-tuscany/maven-junit/calculator-contribution/pom.xml | 2 +- .../running-tuscany/maven-osgi-junit/calculator-osgi/pom.xml | 4 ++-- .../running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml | 4 ++-- 38 files changed, 54 insertions(+), 54 deletions(-) (limited to 'sca-java-2.x/trunk/samples') diff --git a/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-process/pom.xml b/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-process/pom.xml index 38b52e183d..4f37c91d55 100644 --- a/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-process/pom.xml +++ b/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-process/pom.xml @@ -49,7 +49,7 @@ install - ${artifactId} + ${project.artifactId} false @@ -106,4 +106,4 @@ 2.0-SNAPSHOT - \ No newline at end of file + diff --git a/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/pom.xml b/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/pom.xml index eeabfc5fa4..054d13c52f 100644 --- a/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/pom.xml @@ -133,19 +133,19 @@ demo eightball - ${pom.version} + ${project.version} src/main/webapp/WEB-INF/sca-contributions demo eightball-process - ${pom.version} + ${project.version} src/main/webapp/WEB-INF/sca-contributions demo translator - ${pom.version} + ${project.version} src/main/webapp/WEB-INF/sca-contributions @@ -159,4 +159,4 @@ 2.0-SNAPSHOT 6.1.18 - \ No newline at end of file + diff --git a/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball/pom.xml b/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball/pom.xml index 5bd58d3dae..86a0407b24 100644 --- a/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball/pom.xml +++ b/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball/pom.xml @@ -49,7 +49,7 @@ install - ${artifactId} + ${project.artifactId} false @@ -106,4 +106,4 @@ 2.0-SNAPSHOT - \ No newline at end of file + diff --git a/sca-java-2.x/trunk/samples/applications/eightball-demo/translator/pom.xml b/sca-java-2.x/trunk/samples/applications/eightball-demo/translator/pom.xml index 858fa1b4eb..0f04558eff 100644 --- a/sca-java-2.x/trunk/samples/applications/eightball-demo/translator/pom.xml +++ b/sca-java-2.x/trunk/samples/applications/eightball-demo/translator/pom.xml @@ -49,7 +49,7 @@ install - ${artifactId} + ${project.artifactId} false @@ -106,4 +106,4 @@ 2.0-SNAPSHOT - \ No newline at end of file + diff --git a/sca-java-2.x/trunk/samples/applications/logging-scribe/helloworld-scribe/pom.xml b/sca-java-2.x/trunk/samples/applications/logging-scribe/helloworld-scribe/pom.xml index 6a99a1e13e..94234147e7 100644 --- a/sca-java-2.x/trunk/samples/applications/logging-scribe/helloworld-scribe/pom.xml +++ b/sca-java-2.x/trunk/samples/applications/logging-scribe/helloworld-scribe/pom.xml @@ -84,7 +84,7 @@ - ${artifactId} + ${project.artifactId} org.apache.tuscany.maven.plugins diff --git a/sca-java-2.x/trunk/samples/applications/store-webapp/pom.xml b/sca-java-2.x/trunk/samples/applications/store-webapp/pom.xml index 1eb5160538..190ed73d98 100644 --- a/sca-java-2.x/trunk/samples/applications/store-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/applications/store-webapp/pom.xml @@ -95,7 +95,7 @@ - ${artifactId} + ${project.artifactId} org.codehaus.mojo @@ -106,7 +106,7 @@ tomcat - /${artifactId} + /${project.artifactId} diff --git a/sca-java-2.x/trunk/samples/applications/store/pom.xml b/sca-java-2.x/trunk/samples/applications/store/pom.xml index e3eadf8dc3..c9c6c2a639 100644 --- a/sca-java-2.x/trunk/samples/applications/store/pom.xml +++ b/sca-java-2.x/trunk/samples/applications/store/pom.xml @@ -107,7 +107,7 @@ - ${artifactId} + ${project.artifactId} org.codehaus.mojo diff --git a/sca-java-2.x/trunk/samples/extending-tuscany/implementation-sample/pom.xml b/sca-java-2.x/trunk/samples/extending-tuscany/implementation-sample/pom.xml index 94dbe0ddb7..9490ff8c17 100644 --- a/sca-java-2.x/trunk/samples/extending-tuscany/implementation-sample/pom.xml +++ b/sca-java-2.x/trunk/samples/extending-tuscany/implementation-sample/pom.xml @@ -65,6 +65,6 @@ - ${artifactId} + ${project.artifactId} diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/pom.xml index 4c9e17d553..cf9ca44ec8 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-contribution/pom.xml @@ -45,7 +45,7 @@ - ${artifactId} + ${project.artifactId} org.apache.tuscany.maven.plugins diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml index 058ba84bd8..f7c375a8c3 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml @@ -66,7 +66,7 @@ org.apache.tuscany.sca sample-helloworld-contribution - ${pom.version} + ${project.version} src/main/webapp/WEB-INF/sca-contributions diff --git a/sca-java-2.x/trunk/samples/getting-started/scdl-include-contribution/pom.xml b/sca-java-2.x/trunk/samples/getting-started/scdl-include-contribution/pom.xml index a4afa47cb3..9d61acbd45 100644 --- a/sca-java-2.x/trunk/samples/getting-started/scdl-include-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/scdl-include-contribution/pom.xml @@ -46,7 +46,7 @@ - ${artifactId} + ${project.artifactId} @@ -66,7 +66,7 @@ - ..\helloworld-contribution\target\helloworld-contribution.jar + ..\helloworld-contribution\target\sample-helloworld-contribution.jar diff --git a/sca-java-2.x/trunk/samples/learning-more/async/calculator-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/async/calculator-contribution/pom.xml index 01555e08df..eca47cb8e8 100644 --- a/sca-java-2.x/trunk/samples/learning-more/async/calculator-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/async/calculator-contribution/pom.xml @@ -44,7 +44,7 @@ - ${artifactId} + ${project.artifactId} org.apache.tuscany.maven.plugins diff --git a/sca-java-2.x/trunk/samples/learning-more/binding-jsonrpc/calculator-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/binding-jsonrpc/calculator-contribution/pom.xml index c511880900..f611d71402 100644 --- a/sca-java-2.x/trunk/samples/learning-more/binding-jsonrpc/calculator-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/binding-jsonrpc/calculator-contribution/pom.xml @@ -45,7 +45,7 @@ - ${artifactId} + ${project.artifactId} org.apache.tuscany.maven.plugins diff --git a/sca-java-2.x/trunk/samples/learning-more/binding-jsonrpc/calculator-webapp/pom.xml b/sca-java-2.x/trunk/samples/learning-more/binding-jsonrpc/calculator-webapp/pom.xml index bb56cd4eaf..eb3eda368a 100644 --- a/sca-java-2.x/trunk/samples/learning-more/binding-jsonrpc/calculator-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/binding-jsonrpc/calculator-webapp/pom.xml @@ -59,7 +59,7 @@ - ${artifactId} + ${project.artifactId} org.apache.tuscany.maven.plugins @@ -80,7 +80,7 @@ - + @@ -95,7 +95,7 @@ - + diff --git a/sca-java-2.x/trunk/samples/learning-more/binding-rmi/calculator-reference-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/binding-rmi/calculator-reference-contribution/pom.xml index 4fda33803a..d8257ed8ee 100644 --- a/sca-java-2.x/trunk/samples/learning-more/binding-rmi/calculator-reference-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/binding-rmi/calculator-reference-contribution/pom.xml @@ -61,7 +61,7 @@ - ${artifactId} + ${project.artifactId} org.apache.tuscany.maven.plugins diff --git a/sca-java-2.x/trunk/samples/learning-more/binding-rmi/calculator-service-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/binding-rmi/calculator-service-contribution/pom.xml index 7c862beee7..01807f6b87 100644 --- a/sca-java-2.x/trunk/samples/learning-more/binding-rmi/calculator-service-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/binding-rmi/calculator-service-contribution/pom.xml @@ -61,7 +61,7 @@ - ${artifactId} + ${project.artifactId} org.apache.tuscany.maven.plugins diff --git a/sca-java-2.x/trunk/samples/learning-more/binding-sca/calculator-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/binding-sca/calculator-contribution/pom.xml index 6f08be42ed..fb102b7c32 100644 --- a/sca-java-2.x/trunk/samples/learning-more/binding-sca/calculator-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/binding-sca/calculator-contribution/pom.xml @@ -45,7 +45,7 @@ - ${artifactId} + ${project.artifactId} org.apache.tuscany.maven.plugins diff --git a/sca-java-2.x/trunk/samples/learning-more/binding-ws/calculator-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/binding-ws/calculator-contribution/pom.xml index 76cd542889..33ab0cde19 100644 --- a/sca-java-2.x/trunk/samples/learning-more/binding-ws/calculator-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/binding-ws/calculator-contribution/pom.xml @@ -45,7 +45,7 @@ - ${artifactId} + ${project.artifactId} diff --git a/sca-java-2.x/trunk/samples/learning-more/binding-ws/helloworld-ws-sdo-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/binding-ws/helloworld-ws-sdo-contribution/pom.xml index d2472291e1..3f2f9e4177 100644 --- a/sca-java-2.x/trunk/samples/learning-more/binding-ws/helloworld-ws-sdo-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/binding-ws/helloworld-ws-sdo-contribution/pom.xml @@ -100,7 +100,7 @@ - ${artifactId} + ${project.artifactId} diff --git a/sca-java-2.x/trunk/samples/learning-more/binding-ws/holder-ws-service/pom.xml b/sca-java-2.x/trunk/samples/learning-more/binding-ws/holder-ws-service/pom.xml index 37e9fef9f7..c1b66724e9 100644 --- a/sca-java-2.x/trunk/samples/learning-more/binding-ws/holder-ws-service/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/binding-ws/holder-ws-service/pom.xml @@ -112,7 +112,7 @@ - ${artifactId} + ${project.artifactId} org.apache.tuscany.maven.plugins diff --git a/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml b/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml index 1de7aff7a5..e0b5d6962e 100644 --- a/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml @@ -94,7 +94,7 @@ - ${artifactId} + ${project.artifactId} maven-eclipse-plugin @@ -132,7 +132,7 @@ org.apache.tuscany.sca tuscany-node-launcher-equinox - ${pom.version} + ${project.version} diff --git a/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator/pom.xml b/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator/pom.xml index 9739662478..978ada93d0 100644 --- a/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator/pom.xml @@ -88,7 +88,7 @@ - ${artifactId} + ${project.artifactId} maven-eclipse-plugin @@ -126,7 +126,7 @@ org.apache.tuscany.sca tuscany-node-launcher-equinox - ${pom.version} + ${project.version} diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/pom.xml index f847ff9322..611b5a9366 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/pom.xml @@ -46,7 +46,7 @@ - ${artifactId} + ${project.artifactId} diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml index 9aea2223b3..a6c338475f 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml @@ -52,7 +52,7 @@ - ${artifactId} + ${project.artifactId} diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive/pom.xml index ab959a5f54..ef462dffba 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-composite/helloworld-recursive/pom.xml @@ -46,7 +46,7 @@ - ${artifactId} + ${project.artifactId} diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-java/calculator-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-java/calculator-contribution/pom.xml index 5b5375f6db..e43f92a862 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-java/calculator-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-java/calculator-contribution/pom.xml @@ -44,7 +44,7 @@ - ${artifactId} + ${project.artifactId} org.apache.tuscany.maven.plugins diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml index 8aee7b735d..f084b0ec3c 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml @@ -94,7 +94,7 @@ - ${artifactId} + ${project.artifactId} maven-eclipse-plugin @@ -133,7 +133,7 @@ org.apache.tuscany.sca tuscany-node-launcher-equinox - ${pom.version} + ${project.version} diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator/pom.xml index f15cab63b1..0a436fc560 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator/pom.xml @@ -88,7 +88,7 @@ - ${artifactId} + ${project.artifactId} maven-eclipse-plugin @@ -126,7 +126,7 @@ org.apache.tuscany.sca tuscany-node-launcher-equinox - ${pom.version} + ${project.version} diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-script/calculator-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-script/calculator-contribution/pom.xml index 11836ec19b..cd1be13214 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-script/calculator-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-script/calculator-contribution/pom.xml @@ -45,7 +45,7 @@ - ${artifactId} + ${project.artifactId} org.apache.tuscany.maven.plugins diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-contribution/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-contribution/pom.xml index a1e1c86706..b4cb31e1ef 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-spring/helloworld-spring-contribution/pom.xml @@ -45,7 +45,7 @@ - ${artifactId} + ${project.artifactId} diff --git a/sca-java-2.x/trunk/samples/learning-more/sca-client/calculator-scaclient/pom.xml b/sca-java-2.x/trunk/samples/learning-more/sca-client/calculator-scaclient/pom.xml index 2122876b47..a29fdc345d 100644 --- a/sca-java-2.x/trunk/samples/learning-more/sca-client/calculator-scaclient/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/sca-client/calculator-scaclient/pom.xml @@ -47,7 +47,7 @@ - ${artifactId} + ${project.artifactId} org.codehaus.mojo diff --git a/sca-java-2.x/trunk/samples/learning-more/sca-client/helloworld-scaclient/pom.xml b/sca-java-2.x/trunk/samples/learning-more/sca-client/helloworld-scaclient/pom.xml index a123478729..a9c4ef0dc0 100644 --- a/sca-java-2.x/trunk/samples/learning-more/sca-client/helloworld-scaclient/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/sca-client/helloworld-scaclient/pom.xml @@ -47,7 +47,7 @@ - ${artifactId} + ${project.artifactId} org.codehaus.mojo diff --git a/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/pom.xml b/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/pom.xml index c17594033b..e590286090 100644 --- a/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/pom.xml +++ b/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/pom.xml @@ -75,7 +75,7 @@ - ${artifactId} + ${project.artifactId} diff --git a/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi-base/pom.xml b/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi-base/pom.xml index d20dd90b35..086b80a5fc 100644 --- a/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi-base/pom.xml +++ b/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi-base/pom.xml @@ -62,7 +62,7 @@ - ${artifactId} + ${project.artifactId} diff --git a/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/pom.xml b/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/pom.xml index 06b2945c17..5f68dc649f 100644 --- a/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/pom.xml +++ b/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/pom.xml @@ -66,7 +66,7 @@ - ${artifactId} + ${project.artifactId} diff --git a/sca-java-2.x/trunk/samples/running-tuscany/maven-junit/calculator-contribution/pom.xml b/sca-java-2.x/trunk/samples/running-tuscany/maven-junit/calculator-contribution/pom.xml index 82e0845349..13e52b91c2 100644 --- a/sca-java-2.x/trunk/samples/running-tuscany/maven-junit/calculator-contribution/pom.xml +++ b/sca-java-2.x/trunk/samples/running-tuscany/maven-junit/calculator-contribution/pom.xml @@ -45,7 +45,7 @@ - ${artifactId} + ${project.artifactId} org.apache.tuscany.maven.plugins diff --git a/sca-java-2.x/trunk/samples/running-tuscany/maven-osgi-junit/calculator-osgi/pom.xml b/sca-java-2.x/trunk/samples/running-tuscany/maven-osgi-junit/calculator-osgi/pom.xml index d4e149f5a6..6df94d3e8d 100644 --- a/sca-java-2.x/trunk/samples/running-tuscany/maven-osgi-junit/calculator-osgi/pom.xml +++ b/sca-java-2.x/trunk/samples/running-tuscany/maven-osgi-junit/calculator-osgi/pom.xml @@ -52,7 +52,7 @@ - ${artifactId} + ${project.artifactId} maven-eclipse-plugin @@ -90,7 +90,7 @@ org.apache.tuscany.sca tuscany-node-launcher-equinox - ${pom.version} + ${project.version} diff --git a/sca-java-2.x/trunk/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml b/sca-java-2.x/trunk/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml index 99af50b3eb..c31324d21f 100644 --- a/sca-java-2.x/trunk/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml +++ b/sca-java-2.x/trunk/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml @@ -95,7 +95,7 @@ - ${artifactId} + ${project.artifactId} maven-eclipse-plugin @@ -144,7 +144,7 @@ org.apache.tuscany.sca tuscany-node-launcher-equinox - ${pom.version} + ${project.version} -- cgit v1.2.3