From 3352f77f20b79338538dc9af4aaf5202d75d81bb Mon Sep 17 00:00:00 2001 From: Areek Zillur Date: Mon, 26 Jan 2015 20:27:45 -0500 Subject: [PATCH] moving version to 1.0.0 Original commit: elastic/x-pack-elasticsearch@9dfc56d75fadaf4c33ff58f3ba40ed905fd887cc --- core-shaded/pom.xml | 2 +- core/pom.xml | 4 ++-- licensor/pom.xml | 4 ++-- plugin/pom.xml | 6 +++--- .../org/elasticsearch/license/plugin/LicenseVersion.java | 2 +- pom.xml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/core-shaded/pom.xml b/core-shaded/pom.xml index 6be3c61bda4..e5f5d7e0a40 100644 --- a/core-shaded/pom.xml +++ b/core-shaded/pom.xml @@ -5,7 +5,7 @@ elasticsearch-license org.elasticsearch - 1.0.0-SNAPSHOT + 1.0.0 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index ff0f2322a61..8adb7918665 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ elasticsearch-license org.elasticsearch - 1.0.0-SNAPSHOT + 1.0.0 4.0.0 @@ -17,7 +17,7 @@ org.elasticsearch elasticsearch-license-core-shaded - 1.0.0-SNAPSHOT + 1.0.0 diff --git a/licensor/pom.xml b/licensor/pom.xml index b2a4e328367..21513b9fa10 100644 --- a/licensor/pom.xml +++ b/licensor/pom.xml @@ -5,7 +5,7 @@ elasticsearch-license org.elasticsearch - 1.0.0-SNAPSHOT + 1.0.0 4.0.0 @@ -19,7 +19,7 @@ org.elasticsearch elasticsearch-license-core - 1.0.0-SNAPSHOT + 1.0.0 diff --git a/plugin/pom.xml b/plugin/pom.xml index 1e59dbef26d..184e993e83a 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -5,7 +5,7 @@ elasticsearch-license org.elasticsearch - 1.0.0-SNAPSHOT + 1.0.0 4.0.0 @@ -21,13 +21,13 @@ org.elasticsearch elasticsearch-license-licensor - 1.0.0-SNAPSHOT + 1.0.0 test org.elasticsearch elasticsearch-license-core - 1.0.0-SNAPSHOT + 1.0.0 compile diff --git a/plugin/src/main/java/org/elasticsearch/license/plugin/LicenseVersion.java b/plugin/src/main/java/org/elasticsearch/license/plugin/LicenseVersion.java index c96b8f0b0bf..0aaa984ece3 100644 --- a/plugin/src/main/java/org/elasticsearch/license/plugin/LicenseVersion.java +++ b/plugin/src/main/java/org/elasticsearch/license/plugin/LicenseVersion.java @@ -23,7 +23,7 @@ public class LicenseVersion implements Serializable { // the (internal) format of the id is there so we can easily do after/before checks on the id public static final int V_1_0_0_ID = /*00*/1000099; - public static final LicenseVersion V_1_0_0 = new LicenseVersion(V_1_0_0_ID, true, License.VERSION_START, Version.V_1_4_0_Beta1); + public static final LicenseVersion V_1_0_0 = new LicenseVersion(V_1_0_0_ID, false, License.VERSION_START, Version.V_1_4_0_Beta1); public static final LicenseVersion CURRENT = V_1_0_0; diff --git a/pom.xml b/pom.xml index fa7140abe37..6d89302a812 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.elasticsearch elasticsearch-license pom - 1.0.0-SNAPSHOT + 1.0.0 core-shaded core