I meant to say:

Updated maven-changes-plugin 2.4 to 2.6
maven-checkstyle-plugin 2.6 to 2.7.
findbugs-maven-plugin 2.3.1 to 2.3.2
cobertura-maven-plugin 2.4 to 2.5.1
clirr-maven-plugin 2.2.2 to 2.3
maven-pmd-plugin 2.3 to 2.5


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1164315 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2011-09-02 00:38:40 +00:00
parent 94464da05b
commit 6edbaf2fc5
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@
<url>http://svn.apache.org/viewvc/commons/proper/lang/trunk</url>
</scm>
<developers>
<developers>
<developer>
<name>Daniel Rall</name>
<id>dlr</id>
@ -479,7 +479,7 @@
<includes>
<include>**/*Test.java</include>
</includes>
<!-- Test [LANG-744] StringUtils throws java.security.AccessControlException on Google App Engine -->
<!-- Test [LANG-744] StringUtils throws java.security.AccessControlException on Google App Engine. -->
<!-- <argLine>-Djava.security.manager -Djava.security.policy=${basedir}/src/test/resources/java.policy</argLine> -->
</configuration>
</plugin>