diff --git a/.gitignore b/.gitignore
index d863735..81eaa04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,6 @@ logging_server.txt
target/
.idea/
*.iml
+.classpath
+.project
+.settings/
diff --git a/pom.xml b/pom.xml
index fc79008..b1afe65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
de.javawi.jstun
- 0.7.5-SNAPSHOT
+ 0.7.6-SNAPSHOT
jstun
jar
JSTUN
@@ -69,13 +69,18 @@
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+ 3.3.0
+
org.apache.maven.plugins
maven-compiler-plugin
3.3
- 1.6
- 1.6
+ 1.7
+ 1.7
@@ -88,6 +93,9 @@
true
de.javawi.jstun.test.demo.StunServer
+
+ de.javawi.jstun
+
@@ -107,7 +115,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 2.9.1
+ 3.11.2
attach-javadocs