Merging from -r468106:814127 - namely adding easymock dependency, upgrading to target JDK 1.5 and upgrading JUnit to 4.3.1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@814994 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9af237ecbe
commit
fd48137bb2
13
pom.xml
13
pom.xml
|
@ -339,7 +339,13 @@
|
|||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<version>4.3.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>easymock</groupId>
|
||||
<artifactId>easymock</artifactId>
|
||||
<version>2.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
@ -347,8 +353,9 @@
|
|||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<maven.compile.source>1.3</maven.compile.source>
|
||||
<maven.compile.target>1.3</maven.compile.target>
|
||||
<maven.compile.source>1.5</maven.compile.source>
|
||||
|
||||
<maven.compile.target>1.5</maven.compile.target>
|
||||
<commons.componentid>collections</commons.componentid>
|
||||
<commons.release.version>3.3</commons.release.version>
|
||||
<commons.osgi.symbolicName>org.apache.commons.collections</commons.osgi.symbolicName>
|
||||
|
|
Loading…
Reference in New Issue