Author: niallp
Date: Tue Mar 23 17:25:24 2010
New Revision: 926674
URL: http://svn.apache.org/viewvc?rev=926674&view=rev
Log:
Replace deprecated configuration properties
Modified:
commons/proper/beanutils/trunk/pom.xml
Modified: commons/proper/beanutils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=926674&r1=926673&r2=926674&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Tue Mar 23 17:25:24 2010
@@ -183,20 +183,11 @@
<!-- Configure Logging -->
<redirectTestOutputToFile>true</redirectTestOutputToFile>
- <systemProperties>
- <property>
- <name>org.apache.commons.logging.LogFactory</name>
-
<value>org.apache.commons.logging.impl.LogFactoryImpl</value>
- </property>
- <property>
- <name>org.apache.commons.logging.Log</name>
- <value>org.apache.commons.logging.impl.SimpleLog</value>
- </property>
- <property>
-
<name>org.apache.commons.logging.simplelog.defaultlog</name>
- <value>WARN</value>
- </property>
- </systemProperties>
+ <systemPropertyVariables>
+
<org.apache.commons.logging.LogFactory>org.apache.commons.logging.impl.LogFactoryImpl</org.apache.commons.logging.LogFactory>
+
<org.apache.commons.logging.Log>org.apache.commons.logging.impl.SimpleLog</org.apache.commons.logging.Log>>
+
<org.apache.commons.logging.simplelog.defaultlog>WARN</org.apache.commons.logging.simplelog.defaultlog>
+ </systemPropertyVariables>
</configuration>
</plugin>
@@ -256,7 +247,7 @@
<configuration>
<configLocation>${basedir}/checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>
- <headerFile>${basedir}/license-header.txt</headerFile>
+
<headerLocation>${basedir}/license-header.txt</headerLocation>
</configuration>
</plugin>
<plugin>
@@ -283,9 +274,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
- <version>2.1</version>
+ <version>2.3</version>
<configuration>
- <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
+ <issueLinkTemplatePerSystem>
+ <default>%URL%/%ISSUE%</default>
+ </issueLinkTemplatePerSystem>
</configuration>
<reportSets>
<reportSet>