From f0dd3e4f40469fd60ac2b8f0463ef26016f28ca7 Mon Sep 17 00:00:00 2001 From: arenard Date: Wed, 23 Jul 2014 22:19:59 +0200 Subject: [PATCH] Move elasticsearch-js to use webjars-parent-maven Bump elasticsearch-js version to 2.3.0 --- pom.xml | 55 ++++++++++++++++++++----------------------------------- 1 file changed, 20 insertions(+), 35 deletions(-) diff --git a/pom.xml b/pom.xml index f1b13df..f31f6e9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,25 +1,25 @@ - + 4.0.0 - org.sonatype.oss - oss-parent - 7 + org.webjars + webjars-parent-maven + 1 jar - org.webjars elasticsearch-js - 2.2.1-SNAPSHOT + 2.3.0-SNAPSHOT elasticsearch-js WebJar for Elasticsearch.js http://webjars.org - UTF-8 - 2.2.0 - https://download.elasticsearch.org/elasticsearch/elasticsearch-js + 2.3.0 + https://download.elasticsearch.org/elasticsearch/elasticsearch-js + ${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${elasticsearch.version} @@ -51,11 +51,12 @@ org.codehaus.mojo wagon-maven-plugin - 1.0-beta-4 process-resources - download-single + + download-single + ${elasticsearch.sourceUrl} elasticsearch-js-${elasticsearch.version}.zip @@ -67,42 +68,26 @@ maven-antrun-plugin - 1.7 process-resources - run + + run + - - - + + + - + - - - org.apache.maven.plugins - maven-release-plugin - 2.5 - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.5.1 - true - - sonatype-nexus-staging - https://oss.sonatype.org/ - true - -