Author: wspeirs Date: Sun Dec 11 16:40:06 2011 New Revision: 1213019 URL: http://svn.apache.org/viewvc?rev=1213019&view=rev Log: - Changed Java version to 1.6 - Removed clirr and compiler plugin (inherited from CP 22) - Noted changes in changes.xml
Modified: commons/proper/dbutils/trunk/pom.xml commons/proper/dbutils/trunk/src/changes/changes.xml Modified: commons/proper/dbutils/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=1213019&r1=1213018&r2=1213019&view=diff ============================================================================== --- commons/proper/dbutils/trunk/pom.xml [utf-8] (original) +++ commons/proper/dbutils/trunk/pom.xml [utf-8] Sun Dec 11 16:40:06 2011 @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>commons-dbutils</groupId> <artifactId>commons-dbutils</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5</version> <name>Commons DbUtils</name> <inceptionYear>2002</inceptionYear> @@ -205,11 +205,11 @@ </dependencies> <properties> - <maven.compile.source>1.5</maven.compile.source> - <maven.compile.target>1.5</maven.compile.target> + <maven.compile.source>1.6</maven.compile.source> + <maven.compile.target>1.6</maven.compile.target> <commons.componentid>dbutils</commons.componentid> - <commons.release.version>1.4</commons.release.version> - <commons.rc.version>RC3</commons.rc.version> + <commons.release.version>1.5</commons.release.version> + <commons.rc.version>RC1</commons.rc.version> <commons.jira.id>DBUTILS</commons.jira.id> <commons.jira.pid>12310470</commons.jira.pid> </properties> @@ -226,14 +226,6 @@ </configuration> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>${maven.compile.source}</source> - <target>${maven.compile.target}</target> - </configuration> - </plugin> - <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptors> @@ -296,15 +288,6 @@ <targetJdk>1.5</targetJdk> </configuration> </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>clirr-maven-plugin</artifactId> - <version>2.2.2</version> - <configuration> - <comparisonVersion>1.3</comparisonVersion> - <minSeverity>info</minSeverity> - </configuration> - </plugin> </plugins> </reporting> <profiles> Modified: commons/proper/dbutils/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/src/changes/changes.xml?rev=1213019&r1=1213018&r2=1213019&view=diff ============================================================================== --- commons/proper/dbutils/trunk/src/changes/changes.xml (original) +++ commons/proper/dbutils/trunk/src/changes/changes.xml Sun Dec 11 16:40:06 2011 @@ -38,7 +38,10 @@ The <action> type attribute can be add,u <title>Release Notes</title> </properties> <body> - <release version="1.5" date="2011-11-25" description="Bugfixes and addition of BeanMapHandler"> + <release version="1.5" date="2011-12-11" description="Bugfixes and addition of BeanMapHandler"> + <action due="wspeirs" type="update"> + Updated pom.xml: Java 1.6 now required, clirr and compiler plugin removed + </action> <action due-to="Tiago Cavaleiro" type="fix" issue="DBUTILS-84"> Added case for SQLXML </action>