Mercurial > dive4elements > river
diff artifacts/pom-oracle.xml @ 8763:8179cca1796a
Upgrade to DBCP 2.1.1
DBCP 2 needs at least Java 7. We are no longer compatible with Java 6.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 14 Aug 2015 18:24:04 +0200 |
parents | dc02c7f96ad8 |
children | 8f3a1ff48f72 |
line wrap: on
line diff
--- a/artifacts/pom-oracle.xml Thu Aug 13 18:37:13 2015 +0200 +++ b/artifacts/pom-oracle.xml Fri Aug 14 18:24:04 2015 +0200 @@ -21,8 +21,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> </configuration> </plugin> <plugin>