diff --git a/module-core/pom.xml b/module-core/pom.xml index 031d0b4..52cd0cf 100644 --- a/module-core/pom.xml +++ b/module-core/pom.xml @@ -10,7 +10,7 @@ io.goobi.vocabulary vocabulary-server-core - 1.1.1 + 1.1.2 Vocabulary-Server-Core Spring Boot based RESTful web service for vocabulary management jar @@ -26,7 +26,7 @@ io.goobi.vocabulary vocabulary-server-exchange - 1.1.1 + 1.1.2 compile @@ -162,6 +162,21 @@ + + + maven-compiler-plugin + 3.11.0 + + ${maven.compiler.release} + + -Xlint:deprecation + -Xlint:unchecked + -Xlint:removal + + + + + org.jacoco @@ -226,6 +241,9 @@ + + ${maven.version} + This is not a release version! @@ -259,6 +277,9 @@ + + ${maven.version} + This is not a snapshot version! false diff --git a/module-exchange/pom.xml b/module-exchange/pom.xml index 948e097..5fcdac0 100644 --- a/module-exchange/pom.xml +++ b/module-exchange/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.goobi.vocabulary vocabulary-server-exchange - 1.1.1 + 1.1.2 Vocabulary Exchange Vocabulary data exchange classes jar @@ -41,6 +41,21 @@ ${project.artifactId} + + + maven-compiler-plugin + 3.11.0 + + ${maven.compiler.release} + + -Xlint:deprecation + -Xlint:unchecked + -Xlint:removal + + + + + org.jacoco @@ -105,6 +120,9 @@ + + ${maven.version} + This is not a release version! @@ -138,6 +156,9 @@ + + ${maven.version} + This is not a snapshot version! false diff --git a/pom.xml b/pom.xml index 30c735a..56fcd91 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.goobi.vocabulary vocabulary-server - 1.1.1 + 1.1.2 Vocabulary-Server pom RESTful webservice for vocabulary management