diff options
author | Martin Stockhammer <martin_s@apache.org> | 2017-05-05 13:20:15 +0200 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2017-05-05 13:20:15 +0200 |
commit | 889ac84686c407070e69da0a131da343e633ce3b (patch) | |
tree | f0f86422d4c6ea1c88b55e598f7f6803002d3c71 | |
parent | 2bf5154f1366fc21c4ecb02ef4ef71ca6fdc5a45 (diff) | |
download | archiva-889ac84686c407070e69da0a131da343e633ce3b.tar.gz archiva-889ac84686c407070e69da0a131da343e633ce3b.zip |
Fixing jdk version
-rw-r--r-- | archiva-modules/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/pom.xml b/archiva-modules/pom.xml index ecf5809a2..96d395fbd 100644 --- a/archiva-modules/pom.xml +++ b/archiva-modules/pom.xml @@ -98,7 +98,7 @@ <inherited>false</inherited> <configuration> <notimestamp>true</notimestamp> - <source>1.5</source> + <source>1.7</source> <links> <link>http://java.sun.com/j2se/1.5.0/docs/api</link> <link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link> |