Mercurial > lada > lada-server
comparison 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 |
comparison
equal
deleted
inserted
replaced
320:6621f7345c06 | 321:5844d7457dde |
---|---|
207 annotation processors --> | 207 annotation processors --> |
208 <plugin> | 208 <plugin> |
209 <artifactId>maven-compiler-plugin</artifactId> | 209 <artifactId>maven-compiler-plugin</artifactId> |
210 <version>2.3.1</version> | 210 <version>2.3.1</version> |
211 <configuration> | 211 <configuration> |
212 <source>1.6</source> | 212 <source>1.7</source> |
213 <target>1.6</target> | 213 <target>1.7</target> |
214 </configuration> | 214 </configuration> |
215 </plugin> | 215 </plugin> |
216 <plugin> | 216 <plugin> |
217 <artifactId>maven-war-plugin</artifactId> | 217 <artifactId>maven-war-plugin</artifactId> |
218 <version>2.1.1</version> | 218 <version>2.1.1</version> |