Skip to content

Commit 0531b06

Browse files
committed
release 0.90.2
1 parent b37f605 commit 0531b06

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.2-SNAPSHOT</version>
9+
<version>0.90.2</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
@@ -123,7 +123,7 @@ public class Version implements Serializable {
123123
public static final int V_0_90_1_ID = /*00*/900199;
124124
public static final Version V_0_90_1 = new Version(V_0_90_1_ID, false, org.apache.lucene.util.Version.LUCENE_43);
125125
public static final int V_0_90_2_ID = /*00*/900299;
126-
public static final Version V_0_90_2 = new Version(V_0_90_2_ID, true, org.apache.lucene.util.Version.LUCENE_43);
126+
public static final Version V_0_90_2 = new Version(V_0_90_2_ID, false, org.apache.lucene.util.Version.LUCENE_43);
127127

128128
public static final Version CURRENT = V_0_90_2;
129129

0 commit comments

Comments
 (0)