From 1a5f72c28d93240993123a95900cdb9da6f8b7a1 Mon Sep 17 00:00:00 2001 From: Igor Motov Date: Thu, 23 Oct 2014 22:02:26 -0400 Subject: [PATCH] Packaging system cleanup Original commit: elastic/x-pack-elasticsearch@9a8b2b71588b9d3326923b66c4c8883f68f1230a --- pom.xml | 17 ++++++++++++----- src/main/resources/es-plugin.properties | 3 ++- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index d1871624a16..1151ad1fb1f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,13 +6,19 @@ org.elasticsearch elasticsearch-license - 1.0-SNAPSHOT + 1.0.0-SNAPSHOT + + + org.sonatype.oss + oss-parent + 7 + 1.4.0-SNAPSHOT 4.10.1 + ${basedir}/src/test/resources - UTF-8 @@ -137,7 +143,7 @@ ${keys.path} - true + false public.key @@ -241,7 +247,7 @@ - + @@ -288,6 +294,7 @@ public.key + es-plugin.properties org/elasticsearch/license/plugin/**/* diff --git a/src/main/resources/es-plugin.properties b/src/main/resources/es-plugin.properties index 4c64a9302c6..c3e279e70bf 100644 --- a/src/main/resources/es-plugin.properties +++ b/src/main/resources/es-plugin.properties @@ -1 +1,2 @@ -plugin=org.elasticsearch.license.plugin.LicensePlugin \ No newline at end of file +plugin=org.elasticsearch.license.plugin.LicensePlugin +version=${project.version}