Author: sebb
Date: Sat Oct 2 13:35:56 2010
New Revision: 1003796
URL: http://svn.apache.org/viewvc?rev=1003796&view=rev
Log:
Note that pom.xml and build.xml need to agree with each other
Modified:
commons/proper/exec/trunk/pom.xml
Modified: commons/proper/exec/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=1003796&r1=1003795&r2=1003796&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Sat Oct 2 13:35:56 2010
@@ -38,6 +38,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <!-- Must agree with the version in build.xml -->
<version>3.8.2</version>
<scope>test</scope>
</dependency>
@@ -205,7 +206,7 @@
</profiles>
<properties>
- <!-- Compiler source and target JVM (see parent pom) -->
+ <!-- Compiler source and target JVM (see parent pom). Must agree with
versions in build.xml -->
<maven.compile.source>1.3</maven.compile.source>
<maven.compile.target>1.3</maven.compile.target>
<test>*Test</test>