Author: simonetripodi
Date: Sat Apr 23 15:15:58 2011
New Revision: 1096160
URL: http://svn.apache.org/viewvc?rev=1096160&view=rev
Log:
restored version 2.0 (which implies Java5 compatibility)
Modified:
commons/proper/pool/trunk/pom.xml
Modified: commons/proper/pool/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1096160&r1=1096159&r2=1096160&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Sat Apr 23 15:15:58 2011
@@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
- <version>1.5.7-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<name>Commons Pool</name>
<inceptionYear>2001</inceptionYear>
@@ -131,10 +131,10 @@
<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>pool</commons.componentid>
- <commons.release.version>1.5.6</commons.release.version>
+ <commons.release.version>2.0</commons.release.version>
<commons.jira.id>POOL</commons.jira.id>
<commons.jira.pid>12310488</commons.jira.pid>
</properties>