Mercurial > lada > lada-server
diff pom.xml @ 321:5844d7457dde
Completed importer for LAF format. Ort objects still need some attention.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 23 Aug 2013 11:35:24 +0200 |
parents | e125bbe98014 |
children | 299be497b78e |
line wrap: on
line diff
--- a/pom.xml Fri Aug 23 11:32:21 2013 +0200 +++ b/pom.xml Fri Aug 23 11:35:24 2013 +0200 @@ -209,8 +209,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.3.1</version> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> </configuration> </plugin> <plugin>