Author: niallp
Date: Fri Jan 11 04:41:55 2008
New Revision: 611159
URL: http://svn.apache.org/viewvc?rev=611159&view=rev
Log:
Pool 1.4 is JDK 1.3 compatible, also add clirr report
Modified:
commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml
Modified: commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml?rev=611159&r1=611158&r2=611159&view=diff
==============================================================================
--- commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml (original)
+++ commons/proper/pool/branches/1_4_RELEASE_BRANCH/pom.xml Fri Jan 11 04:41:55
2008
@@ -119,8 +119,8 @@
</dependencies>
<properties>
- <maven.compile.source>1.4</maven.compile.source>
- <maven.compile.target>1.4</maven.compile.target>
+ <maven.compile.source>1.3</maven.compile.source>
+ <maven.compile.target>1.3</maven.compile.target>
</properties>
<build>
@@ -224,6 +224,15 @@
<configuration>
<configLocation>checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>clirr-maven-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <comparisonVersion>1.3</comparisonVersion>
+ <minSeverity>info</minSeverity>
</configuration>
</plugin>
</plugins>