diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-03 16:54:20 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-03 16:54:20 +0000 |
commit | c7fb3323d93875ac069fc97789480c256db99984 (patch) | |
tree | 2a015d341ef9b59166c349b7e70dda58c27932b8 /branches/sca-java-1.x/itest | |
parent | ff535b57b0ee3029230092809c979e8d6bc512e9 (diff) |
Correct 6/06 typo in artifact name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790966 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/itest')
-rw-r--r-- | branches/sca-java-1.x/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml b/branches/sca-java-1.x/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml index 7ddfdb5d4e..bac2be77fb 100644 --- a/branches/sca-java-1.x/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml +++ b/branches/sca-java-1.x/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml @@ -59,7 +59,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>itest-contribution-jee-samples-6-war-appcomp-contrib-implicit</artifactId> + <artifactId>itest-contribution-jee-samples-06-war-appcomp-contrib-implicit</artifactId> <version>1.6-SNAPSHOT</version> <type>war</type> </dependency> @@ -89,7 +89,7 @@ <artifactItems> <artifactItem> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>itest-contribution-jee-samples-6-war-appcomp-contrib-implicit</artifactId> + <artifactId>itest-contribution-jee-samples-06-war-appcomp-contrib-implicit</artifactId> <version>${project.version}</version> <type>war</type> <overWrite>true</overWrite> |