Mercurial > dive4elements > river
changeset 4112:23677476fd09
FLYS-AFT/DIPS: Java 1.5 -> 1.6
flys-aft/trunk@5435 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 11 Sep 2012 15:36:21 +0000 |
parents | b7059aca60a8 |
children | f72c253663fc |
files | flys-aft/ChangeLog flys-aft/README.txt flys-aft/pom.xml |
diffstat | 3 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-aft/ChangeLog Thu Feb 16 15:03:30 2012 +0000 +++ b/flys-aft/ChangeLog Tue Sep 11 15:36:21 2012 +0000 @@ -1,3 +1,8 @@ +2012-09-111 Sascha L. Teichmann <sascha.teichmann@inteavtion.de> + + * pom.xml: Java 1.5 -> 1.6 + * README.txt: Removed new line. + 2012-02-16 Sascha L. Teichmann <sascha.teichmann@inteavtion.de> * README.txt: Describe configuration and function. TODO:
--- a/flys-aft/README.txt Thu Feb 16 15:03:30 2012 +0000 +++ b/flys-aft/README.txt Tue Sep 11 15:36:21 2012 +0000 @@ -5,7 +5,6 @@ eines DIPS-XML-Exports und einer AFT-Datenbank in bezug auf Pegel und Abflusstafeln. - Vorbedingungen: ---------------
--- a/flys-aft/pom.xml Thu Feb 16 15:03:30 2012 +0000 +++ b/flys-aft/pom.xml Tue Sep 11 15:36:21 2012 +0000 @@ -17,8 +17,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> <plugin>