summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5.1/itest/contribution-jee-samples/scazip-war-appcomp
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.5.1/itest/contribution-jee-samples/scazip-war-appcomp')
-rw-r--r--branches/sca-java-1.5.1/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml1
-rw-r--r--branches/sca-java-1.5.1/itest/contribution-jee-samples/scazip-war-appcomp/src/main/resources/helloworld.composite2
2 files changed, 2 insertions, 1 deletions
diff --git a/branches/sca-java-1.5.1/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml b/branches/sca-java-1.5.1/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml
index 119415855c..021ea52440 100644
--- a/branches/sca-java-1.5.1/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml
+++ b/branches/sca-java-1.5.1/itest/contribution-jee-samples/scazip-war-appcomp/pom.xml
@@ -96,6 +96,7 @@
<outputDirectory>${project.build.directory}/classes</outputDirectory>
</artifactItem>
</artifactItems>
+ <stripVersion>true</stripVersion>
</configuration>
</execution>
</executions>
diff --git a/branches/sca-java-1.5.1/itest/contribution-jee-samples/scazip-war-appcomp/src/main/resources/helloworld.composite b/branches/sca-java-1.5.1/itest/contribution-jee-samples/scazip-war-appcomp/src/main/resources/helloworld.composite
index 4285cdf8b2..eaa567595e 100644
--- a/branches/sca-java-1.5.1/itest/contribution-jee-samples/scazip-war-appcomp/src/main/resources/helloworld.composite
+++ b/branches/sca-java-1.5.1/itest/contribution-jee-samples/scazip-war-appcomp/src/main/resources/helloworld.composite
@@ -23,7 +23,7 @@
name="Calculator">
<component name="HelloworldServiceComponent">
- <implementation.jee archive="itest-contribution-jee-samples-6-war-appcomp-contrib-implicit-1.6-SNAPSHOT.jar"/>
+ <implementation.jee archive="itest-contribution-jee-samples-6-war-appcomp-contrib-implicit.jar"/>
</component>
</composite>