diff --git a/pom.xml b/pom.xml index f4e9f3b..f14da39 100644 --- a/pom.xml +++ b/pom.xml @@ -1,51 +1,161 @@ - 4.0.0 - - com.github.emboss - siphash-java - 1.0.0-SNAPSHOT - jar - - siphash-java - https://github.com/emboss/siphash-java - - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - - emboss - Martin Bosslet - https://github.com/emboss - Martin.Bosslet@gmail.com - - - - - scm:git:git@github.com:emboss/siphash-java.git - scm:git:git@github.com:emboss/siphash-java.git - git@github.com:emboss/siphash-java.git - - - - UTF-8 - - - - - junit - junit - 4.8 - test - - + 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 + + com.github.emboss + siphash-java + 1.0.0-SNAPSHOT + jar + + siphash-java + https://github.com/emboss/siphash-java + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + emboss + Martin Bosslet + https://github.com/emboss + Martin.Bosslet@gmail.com + + + + + scm:git:git@github.com:emboss/siphash-java.git + scm:git:git@github.com:emboss/siphash-java.git + git@github.com:emboss/siphash-java.git + + + + UTF-8 + 1.7 + 1.7 + 3.1 + 2.4 + 2.6 + 2.5.1 + 2.17 + 2.5 + 2.5 + 2.1 + 4.11 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + ${java.source.version} + ${java.target.version} + + + + org.apache.maven.plugins + maven-assembly-plugin + ${maven-assembly-plugin.version} + + + jar-with-dependencies + + + + + make-assembly + + package + + + single + + + + + + org.apache.maven.plugins + maven-release-plugin + ${maven-release-plugin.version} + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + default-test + test + + test + + + + + + org.apache.maven.plugins + maven-clean-plugin + ${maven-clean-plugin.version} + + + org.apache.maven.plugins + maven-install-plugin + ${maven-install-plugin.version} + + + org.apache.maven.plugins + maven-resources-plugin + ${maven-resources-plugin.version} + + ${project.build.sourceEncoding} + + + + org.codehaus.mojo + versions-maven-plugin + ${maven-version-plugin.version} + + + + + src/main/resources + true + + + + + src/test/resources + true + + + + + + + + org.codehaus.mojo + versions-maven-plugin + ${maven-version-plugin.version} + + + + + + + junit + junit + ${junit.version} + test + +