# HG changeset patch # User Sascha L. Teichmann # Date 1347281376 0 # Node ID 8032aade18f70f9259aa972945d024360052041b # Parent 4213dd6ca1692ac2493935e866c7dab0eab44098 Bump source compat from 1.5 to 1.6 (@Override annotations for interfaces.) artifacts/trunk@5420 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 4213dd6ca169 -r 8032aade18f7 ChangeLog --- a/ChangeLog Fri Sep 07 13:01:43 2012 +0000 +++ b/ChangeLog Mon Sep 10 12:49:36 2012 +0000 @@ -1,3 +1,8 @@ +2012-09-10 Sascha L. Teichmann + + * artifacts/pom.xml, pom.xml: source 1.5 -> 1.6 + (@Override annotations for interface implementations is 1.6). + 2012-09-07 Björn Ricks * artifact-database/src/main/resources/sql/org-h2-driver.properties, diff -r 4213dd6ca169 -r 8032aade18f7 artifacts/pom.xml --- a/artifacts/pom.xml Fri Sep 07 13:01:43 2012 +0000 +++ b/artifacts/pom.xml Mon Sep 10 12:49:36 2012 +0000 @@ -22,8 +22,8 @@ maven-compiler-plugin 2.0.2 - 1.5 - 1.5 + 1.6 + 1.6 diff -r 4213dd6ca169 -r 8032aade18f7 pom.xml --- a/pom.xml Fri Sep 07 13:01:43 2012 +0000 +++ b/pom.xml Mon Sep 10 12:49:36 2012 +0000 @@ -27,8 +27,8 @@ maven-compiler-plugin 2.0.2 - 1.5 - 1.5 + 1.6 + 1.6