summaryrefslogtreecommitdiffstats
path: root/java/sca/archetypes/contribution-jar/src
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-04-30 16:41:01 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-04-30 16:41:01 +0000
commitac4c8796ff5fc42deff8cdda446447838c4f83fc (patch)
tree5a47563280789c6cc4d4f8795e990b207f13d364 /java/sca/archetypes/contribution-jar/src
parent20532be8b8127a3f2624e4a62c7cad80a3bbc566 (diff)
Use maven-assembly-plugin to create zip contribution
Fix the parent pom and junit version git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@770316 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/archetypes/contribution-jar/src')
-rw-r--r--java/sca/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml b/java/sca/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml
index 9bbaa237dd..35b8618378 100644
--- a/java/sca/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml
+++ b/java/sca/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml
@@ -42,7 +42,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.2</version>
+ <version>4.5</version>
<scope>test</scope>
</dependency>