Mercurial > dive4elements > http-client
changeset 39:41092eeebd1f 2.9.1
Java 1.5 -> Java 1.6
http-client/trunk@5423 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 10 Sep 2012 13:21:51 +0000 |
parents | 4b657996af7f |
children | cb6e23d3c752 |
files | ChangeLog pom.xml |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Sep 07 09:21:54 2012 +0000 +++ b/ChangeLog Mon Sep 10 13:21:51 2012 +0000 @@ -1,3 +1,7 @@ +2012-09-10 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * pom.xml: Java 1.5 -> 1.6 + 2012-09-07 Ingo Weinzierl <ingo@intevation.de> Taggd RELEASE 2.9
--- a/pom.xml Fri Sep 07 09:21:54 2012 +0000 +++ b/pom.xml Mon Sep 10 13:21:51 2012 +0000 @@ -21,8 +21,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> <configuration> - <source>1.5</source> - <target>1.5</target> + <source>1.6</source> + <target>1.6</target> </configuration> </plugin> </plugins>