diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-28 21:44:45 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-28 21:44:45 +0000 |
commit | f059b7fe3f7dc25840ac8c2631d1c323b8a1a02a (patch) | |
tree | 1a152e146431eb79a55d566e0762a516b48093b1 /branches/sca-equinox | |
parent | 61ae77aa6dac0f2f73e2dd72dec3789f1ec31d9f (diff) |
Make junit version to be 4.5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708687 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox')
-rw-r--r-- | branches/sca-equinox/modules/implementation-script/pom.xml | 2 | ||||
-rw-r--r-- | branches/sca-equinox/samples/calculator-equinox/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-equinox/modules/implementation-script/pom.xml b/branches/sca-equinox/modules/implementation-script/pom.xml index 61658f9eb9..8e1a3ba723 100644 --- a/branches/sca-equinox/modules/implementation-script/pom.xml +++ b/branches/sca-equinox/modules/implementation-script/pom.xml @@ -40,7 +40,7 @@ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.2</version>
+ <version>4.5</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/branches/sca-equinox/samples/calculator-equinox/pom.xml b/branches/sca-equinox/samples/calculator-equinox/pom.xml index 42278d771e..3a317dd813 100644 --- a/branches/sca-equinox/samples/calculator-equinox/pom.xml +++ b/branches/sca-equinox/samples/calculator-equinox/pom.xml @@ -79,7 +79,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.2</version> + <version>4.5</version> <scope>test</scope> </dependency> |