X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=16d769826b9f032742c249a02cc85d5a8da13226;hb=d07405024870ca8b9e2b26ef43230ac97d55764d;hp=05b02554e5bbc978ff12995807c0d32e2cdbe1b2;hpb=faf47ac489242aaaadda819f97a26821ee48bdcb;p=jFCPlib.git diff --git a/pom.xml b/pom.xml index 05b0255..16d7698 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 net.pterodactylus jFCPlib - 0.1.2 + 0.1.4-SNAPSHOT jFCPlib jar @@ -16,13 +16,18 @@ junit junit - 3.8.2 + 4.11 test - net.pterodactylus - utils - 0.1.1 + org.hamcrest + hamcrest-integration + 1.3 + + + com.google.guava + guava + 16.0.1 @@ -41,8 +46,9 @@ org.apache.maven.plugins maven-compiler-plugin - 1.5 - 1.5 + 1.6 + 1.6 + UTF-8 @@ -57,6 +63,61 @@ + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.jacoco + jacoco-maven-plugin + 0.7.1.201405082137 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + + check + + + + + + BUNDLE + + + + COMPLEXITY + COVEREDRATIO + 0.60 + + + + + + + +