mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
release 0.19.0.RC2
This commit is contained in:
parent
278e5d3a43
commit
f5676780ae
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.elasticsearch</groupId>
|
||||
<artifactId>elasticsearch</artifactId>
|
||||
<version>0.19.0.RC2-SNAPSHOT</version>
|
||||
<version>0.19.0.RC2</version>
|
||||
<packaging>jar</packaging>
|
||||
<description>ElasticSearch - Open Source, Distributed, RESTful Search Engine</description>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
|
@ -58,7 +58,7 @@ public class Version implements Serializable {
|
||||
public static final Version V_0_19_0_RC1 = new Version(V_0_19_0_RC1_ID, false);
|
||||
|
||||
public static final int V_0_19_0_RC2_ID = /*00*/190052;
|
||||
public static final Version V_0_19_0_RC2 = new Version(V_0_19_0_RC2_ID, true);
|
||||
public static final Version V_0_19_0_RC2 = new Version(V_0_19_0_RC2_ID, false);
|
||||
|
||||
public static final Version CURRENT = V_0_19_0_RC2;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user