From 2f1dd01bacfb19fddd130eb6d790e34311a4b94b Mon Sep 17 00:00:00 2001 From: "Ealden Esto E. Escanan" Date: Sun, 18 Sep 2011 14:55:36 +0800 Subject: [PATCH] Replaced deprecated pom.artifactId with project.artifactId Signed-off-by: Ealden Esto E. Escanan --- helloworld/pom.xml | 2 +- log4j/pom.xml | 2 +- stocks/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helloworld/pom.xml b/helloworld/pom.xml index 178fa1d..39eef12 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -163,7 +163,7 @@ http://www.springframework.org/download staging - file:///${user.dir}/target/staging/org.springframework.batch.archetype/${pom.artifactId} + file:///${user.dir}/target/staging/org.springframework.batch.archetype/${project.artifactId} spring-release diff --git a/log4j/pom.xml b/log4j/pom.xml index 10d7098..2e0ec8f 100644 --- a/log4j/pom.xml +++ b/log4j/pom.xml @@ -194,7 +194,7 @@ http://www.springframework.org/download staging - file:///${user.dir}/target/staging/org.springframework.batch.archetype/${pom.artifactId} + file:///${user.dir}/target/staging/org.springframework.batch.archetype/${project.artifactId} spring-release diff --git a/stocks/pom.xml b/stocks/pom.xml index f0ece29..8e9b9ab 100644 --- a/stocks/pom.xml +++ b/stocks/pom.xml @@ -193,7 +193,7 @@ http://www.springframework.org/download staging - file:///${user.dir}/target/staging/org.springframework.batch.archetype/${pom.artifactId} + file:///${user.dir}/target/staging/org.springframework.batch.archetype/${project.artifactId} spring-release