aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2017-05-05 13:20:15 +0200
committerMartin Stockhammer <martin_s@apache.org>2017-05-05 13:20:15 +0200
commit889ac84686c407070e69da0a131da343e633ce3b (patch)
treef0f86422d4c6ea1c88b55e598f7f6803002d3c71
parent2bf5154f1366fc21c4ecb02ef4ef71ca6fdc5a45 (diff)
downloadarchiva-889ac84686c407070e69da0a131da343e633ce3b.tar.gz
archiva-889ac84686c407070e69da0a131da343e633ce3b.zip
Fixing jdk version
-rw-r--r--archiva-modules/pom.xml2
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>