Author: britter
Date: Tue Jan 13 20:28:08 2015
New Revision: 1651474
URL: http://svn.apache.org/r1651474
Log:
VALIDATOR-355: Update to Java 6
Modified:
commons/proper/validator/trunk/pom.xml
commons/proper/validator/trunk/src/changes/changes.xml
Modified: commons/proper/validator/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1651474&r1=1651473&r2=1651474&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Tue Jan 13 20:28:08 2015
@@ -152,8 +152,8 @@
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-validator</commons.scmPubUrl>
- <maven.compiler.source>1.4</maven.compiler.source>
- <maven.compiler.target>1.4</maven.compiler.target>
+ <maven.compiler.source>1.6</maven.compiler.source>
+ <maven.compiler.target>1.6</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
@@ -227,7 +227,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
- <version>1.8.3</version>
+ <version>1.9.2</version>
</dependency>
<dependency>
@@ -262,7 +262,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.2</version>
+ <version>4.12</version>
<scope>test</scope>
</dependency>
Modified: commons/proper/validator/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/changes/changes.xml?rev=1651474&r1=1651473&r2=1651474&view=diff
==============================================================================
--- commons/proper/validator/trunk/src/changes/changes.xml (original)
+++ commons/proper/validator/trunk/src/changes/changes.xml Tue Jan 13 20:28:08
2015
@@ -42,7 +42,10 @@ The <action> type attribute can be add,u
<body>
- <release version="1.5" date="tba" description="tba">
+ <release version="1.5.0" date="tba" description="tba">
+ <action issue="VALIDATOR-355" dev="britter" type="update" >
+ Update to Java 6
+ </action>
</release>
<release version="1.4.1" date="2014-01-13" description="1.4 Maintenance
release">