Skip to content

Commit 0a5781f

Browse files
committed
release [0.90.10]
1 parent ee87b4c commit 0a5781f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>org.elasticsearch</groupId>
88
<artifactId>elasticsearch</artifactId>
9-
<version>0.90.10-SNAPSHOT</version>
9+
<version>0.90.10</version>
1010
<packaging>jar</packaging>
1111
<description>ElasticSearch - Open Source, Distributed, RESTful Search Engine</description>
1212
<inceptionYear>2009</inceptionYear>

src/main/java/org/elasticsearch/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public class Version implements Serializable {
141141
public static final int V_0_90_9_ID = /*00*/900999;
142142
public static final Version V_0_90_9 = new Version(V_0_90_9_ID, false, org.apache.lucene.util.Version.LUCENE_46);
143143
public static final int V_0_90_10_ID = /*00*/901099;
144-
public static final Version V_0_90_10 = new Version(V_0_90_10_ID, true, org.apache.lucene.util.Version.LUCENE_46);
144+
public static final Version V_0_90_10 = new Version(V_0_90_10_ID, false, org.apache.lucene.util.Version.LUCENE_46);
145145
public static final Version CURRENT = V_0_90_10;
146146

147147
static {

0 commit comments

Comments
 (0)