diff --git a/pom.xml b/pom.xml
index 68735f4018..48e94c11de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -434,7 +434,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.0.1
+ 3.1.1
org.apache.maven.plugins
@@ -625,6 +625,7 @@
${project.build.sourceEncoding}
${project.build.sourceEncoding}
true
+ ${project.build.javaLevel}
true
true
true
@@ -664,11 +665,11 @@
org.apache.maven.plugins
maven-release-plugin
- 2.3.2
+ 2.5.3
false
true
- release,APIviz,doc,nativepkg
+ release,doc,nativepkg
@{project.version}
true
@@ -798,32 +799,6 @@
-
- APIviz
-
-
- sonia.apiviz
- true
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 3.0.0
-
- false
-
-
-
-
-
-
-
-
@@ -885,8 +860,8 @@
1.16.0
- 1.8
- 1.8
+ 8
+ 8
UTF-8
SCM-BSD
diff --git a/scm-annotations/src/main/java/sonia/scm/i18n/I18n.java b/scm-annotations/src/main/java/sonia/scm/i18n/I18n.java
index 63d761fb17..5f3f6cd18f 100644
--- a/scm-annotations/src/main/java/sonia/scm/i18n/I18n.java
+++ b/scm-annotations/src/main/java/sonia/scm/i18n/I18n.java
@@ -40,7 +40,7 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
- * The I18n annotation is used by the {@link I18nMessages} class to define the
+ * The I18n annotation is used by the I18nMessages class to define the
* resource bundle key.
*
* @author Sebastian Sdorra
@@ -53,7 +53,7 @@ public @interface I18n
{
/**
* Returns the key for the resource bundle.
- *
+ *
* @return resource bundle key
*/
String value();
diff --git a/scm-core/pom.xml b/scm-core/pom.xml
index 36e0cb023e..563ac0f40f 100644
--- a/scm-core/pom.xml
+++ b/scm-core/pom.xml
@@ -1,6 +1,6 @@
-
+
4.0.0
@@ -15,7 +15,7 @@
scm-core
-
+
@@ -55,13 +55,13 @@
-
+
org.apache.shiro
shiro-core
${shiro.version}
-
+
@@ -230,12 +230,12 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.0.0
true
${project.build.sourceEncoding}
${project.build.sourceEncoding}
${project.build.sourceEncoding}
+ ${project.build.javaLevel}
true
true
true
@@ -253,20 +253,6 @@
http://www.slf4j.org/api/
http://shiro.apache.org/static/${shiro.version}/apidocs/
- org.jboss.apiviz.APIviz
-
- org.jboss.apiviz
- apiviz
- 1.3.2.GA
-
-
-
- -sourceclasspath ${project.build.outputDirectory}
-
-
- -nopackagediagram
-
-