From 33c035c8bcb17de9d3c1a80e95e8c345dbdc72b0 Mon Sep 17 00:00:00 2001 From: James Ward Date: Thu, 10 Aug 2017 07:49:21 -0600 Subject: [PATCH] bump to 1.7.0 - fixes #9 --- pom.xml | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index f0f859f..a0cdeb9 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ jar org.webjars chosen - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT Chosen WebJar for Chosen http://webjars.org @@ -41,9 +41,8 @@ UTF-8 - 1.6.1 - https://github.com/harvesthq/chosen/releases/download/v${upstreamVersion} - ${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${upstreamVersion} + https://github.com/harvesthq/chosen/releases/download/v${version.unsnapshot} + ${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${project.version} { @@ -55,6 +54,20 @@ + + com.jamesward + unsnapshot-maven-plugin + 0.2 + + + initialize + + unsnapshot + + + + + org.codehaus.mojo wagon-maven-plugin @@ -65,7 +78,7 @@ download-single ${sourceUrl} - chosen_v${upstreamVersion}.zip + chosen_v${version.unsnapshot}.zip ${project.build.directory}/${project.artifactId}.zip