summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2021-03-25 13:57:52 +0100
committerSimon Rettberg2021-03-25 13:57:52 +0100
commitd1becff4d73b42bb349b43d4d4dd63a2eb7d786e (patch)
treefb73d018039a3eb23e3f0396a30a3afdd29e27ff /pom.xml
parentPac: Force caching of at least one hour, ignore scripts > 20kb (diff)
downloadproxy-vole-d1becff4d73b42bb349b43d4d4dd63a2eb7d786e.tar.gz
proxy-vole-d1becff4d73b42bb349b43d4d4dd63a2eb7d786e.tar.xz
proxy-vole-d1becff4d73b42bb349b43d4d4dd63a2eb7d786e.zip
Update pom.xml: remove mltk-services, Java 1.8
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 2 insertions, 15 deletions
diff --git a/pom.xml b/pom.xml
index 3f39806..172c9e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,19 +12,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
- <distributionManagement>
- <repository>
- <id>mltk-repo</id>
- <name>mltk-services repo</name>
- <url>http://mltk-services.ruf.uni-freiburg.de:8081/nexus/content/repositories/releases/</url>
- </repository>
- <snapshotRepository>
- <id>mltk-repo</id>
- <name>mltk-services repo</name>
- <url>http://mltk-services.ruf.uni-freiburg.de:8081/nexus/content/repositories/snapshots/</url>
- </snapshotRepository>
- </distributionManagement>
-
<build>
<plugins>
<plugin>
@@ -32,8 +19,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
</configuration>
</plugin>
</plugins>