From c7195a3af32dd4248465096bb446685f3dd5b162 Mon Sep 17 00:00:00 2001 From: vmassol Date: Tue, 24 Feb 2004 19:50:53 +0000 Subject: [PATCH] - use groupId/artifactId notation - fixed typo in closing tags (reported by Dave Brondsema) git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114741 13f79535-47bb-0310-9956-ffa450edef68 --- ear/xdocs/properties.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ear/xdocs/properties.xml b/ear/xdocs/properties.xml index 232c12d9..c7690563 100644 --- a/ear/xdocs/properties.xml +++ b/ear/xdocs/properties.xml @@ -63,9 +63,6 @@ ${pom.id} - - -
@@ -99,9 +96,10 @@ - id + groupId + ejbArtifactId aversion - ejb + ejb true @@ -115,9 +113,10 @@

- your_war - your_version - war + groupId + warArtifactId + aversion + war true webapp @@ -131,9 +130,10 @@

- my-java-client + groupId + jarArtifactId aversion - jar + jar true