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