From 0594bdf1c7f236d4ea35b528c3c2a74dd00108a4 Mon Sep 17 00:00:00 2001 From: catbref Date: Tue, 24 Mar 2020 11:17:43 +0000 Subject: [PATCH] Bump to v1.0.5 in pom.xml. Filter out build/test artifacts from shaded JAR. --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 037ad8350..e11b680f0 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.qortal qortal - 1.0.4 + 1.0.5 jar 0.15.4 @@ -257,6 +257,8 @@ org.webjars:swagger-ui + + junit:junit @@ -379,12 +381,14 @@ org.codehaus.mojo build-helper-maven-plugin 3.0.0 + provided com.github.bohnman package-info-maven-plugin ${package-info-maven-plugin.version} + provided