diff --git a/rest/taskana-rest-spring-base/pom.xml b/rest/taskana-rest-spring-base/pom.xml index a07b5afd4..625a9140d 100644 --- a/rest/taskana-rest-spring-base/pom.xml +++ b/rest/taskana-rest-spring-base/pom.xml @@ -1,217 +1,219 @@ - 4.0.0 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - taskana-rest-spring-base + pro.taskana + taskana-rest-spring-base + 1.1.1-SNAPSHOT - ${project.groupId}:${project.artifactId} - The taskana rest spring base configuration for a spring based web application. - http://taskana.pro + ${project.groupId}:${project.artifactId} + The taskana rest spring base configuration for a spring based web application. + http://taskana.pro - - taskana-rest-parent - pro.taskana - 1.1.1-SNAPSHOT - + + taskana-rest-parent + pro.taskana + 1.1.1-SNAPSHOT + - - - The Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + - - - Holger Hagen - holger.hagen@novatec-gmbh.de - NovaTec Consulting GmbH - https://www.novatec-gmbh.de - - + + + Holger Hagen + holger.hagen@novatec-gmbh.de + NovaTec Consulting GmbH + https://www.novatec-gmbh.de + + - - scm:git:git://github.com/taskana/taskana.git - scm:git:ssh://github.com:taskana/taskana.git - http://github.com/taskana/taskana/tree/master - + + scm:git:git://github.com/taskana/taskana.git + scm:git:ssh://github.com:taskana/taskana.git + http://github.com/taskana/taskana/tree/master + - - - snapshot - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 - true - - ossrh - https://oss.sonatype.org/ - false - - - - - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - - - release - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 - true - - ossrh - https://oss.sonatype.org/ - false - - - - - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.0 - - 1.8 - 1.8 - - - - - - UTF-8 - UTF-8 - 1.8 - 5.0.5.RELEASE - 2.0.2.RELEASE - 2.3.2.RELEASE - + + + snapshot + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + false + + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + false + + + + + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + 1.8 + 1.8 + + + + + + UTF-8 + UTF-8 + 1.8 + 5.0.5.RELEASE + 2.0.2.RELEASE + 2.3.2.RELEASE + - - - pro.taskana - taskana-rest-spring - ${project.version} - - - org.springframework.boot - spring-boot-starter-web - ${spring.boot.version} - - - org.springframework.boot - spring-boot-starter-security - ${spring.boot.version} - - - org.springframework.boot - spring-boot-starter-jdbc - ${spring.boot.version} - - - org.springframework.plugin - spring-plugin-core - 1.2.0.RELEASE - - - org.springframework.ldap - spring-ldap-core - ${spring.ldap.version} - + + + pro.taskana + taskana-rest-spring + ${project.version} + + + org.springframework.boot + spring-boot-starter-web + ${spring.boot.version} + + + org.springframework.boot + spring-boot-starter-security + ${spring.boot.version} + + + org.springframework.boot + spring-boot-starter-jdbc + ${spring.boot.version} + + + org.springframework.plugin + spring-plugin-core + 1.2.0.RELEASE + + + org.springframework.ldap + spring-ldap-core + ${spring.ldap.version} + - - pro.taskana - taskana-web - ${project.version} - - - pro.taskana - taskana-core - ${project.version} - - - - org.springframework.boot - spring-boot-starter-test - ${spring.boot.version} - test - + + pro.taskana + taskana-web + ${project.version} + + + pro.taskana + taskana-core + ${project.version} + + + + org.springframework.boot + spring-boot-starter-test + ${spring.boot.version} + test + - - org.springframework.security - spring-security-test - ${spring.version} - test - + + org.springframework.security + spring-security-test + ${spring.version} + test + - - org.springframework.ldap - spring-ldap-test - ${spring.ldap.version} - test - - - commons-logging - commons-logging - - - - - org.springframework.boot - spring-boot-starter-thymeleaf - ${spring.boot.version} - - + + org.springframework.ldap + spring-ldap-test + ${spring.ldap.version} + test + + + commons-logging + commons-logging + + + + + org.springframework.boot + spring-boot-starter-thymeleaf + ${spring.boot.version} + + \ No newline at end of file