Author: rahul Date: Mon Dec 22 22:59:17 2008 New Revision: 728888 URL: http://svn.apache.org/viewvc?rev=728888&view=rev Log: Move version to 2.0-SNAPSHOT. Move compile source and target to 1.5 (trunk now requires JDK 1.5, which will be the minimum for v2.0)
Modified: commons/proper/digester/trunk/pom.xml Modified: commons/proper/digester/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=728888&r1=728887&r2=728888&view=diff ============================================================================== --- commons/proper/digester/trunk/pom.xml (original) +++ commons/proper/digester/trunk/pom.xml Mon Dec 22 22:59:17 2008 @@ -35,7 +35,7 @@ <groupId>commons-digester</groupId> <artifactId>commons-digester</artifactId> <name>Commons Digester</name> - <version>1.8.1-SNAPSHOT</version> + <version>2.0-SNAPSHOT</version> <description> The Digester package lets you configure an XML->Java object mapping module @@ -174,9 +174,11 @@ </scm> <properties> + <maven.compile.source>1.5</maven.compile.source> + <maven.compile.target>1.5</maven.compile.target> <commons.componentid>digester</commons.componentid> - <commons.release.version>1.8</commons.release.version> - <commons.binary.suffix></commons.binary.suffix> + <commons.release.version>2.0</commons.release.version> + <commons.rc.version>RC1</commons.rc.version> <commons.jira.id>DIGESTER</commons.jira.id> <commons.jira.pid>12310471</commons.jira.pid> </properties>