File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/elasticsearch Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >org.elasticsearch</groupId >
8
8
<artifactId >elasticsearch</artifactId >
9
- <version >0.90.10-SNAPSHOT </version >
9
+ <version >0.90.10</version >
10
10
<packaging >jar</packaging >
11
11
<description >ElasticSearch - Open Source, Distributed, RESTful Search Engine</description >
12
12
<inceptionYear >2009</inceptionYear >
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ public class Version implements Serializable {
141
141
public static final int V_0_90_9_ID = /*00*/ 900999 ;
142
142
public static final Version V_0_90_9 = new Version (V_0_90_9_ID , false , org .apache .lucene .util .Version .LUCENE_46 );
143
143
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 );
145
145
public static final Version CURRENT = V_0_90_10 ;
146
146
147
147
static {
You can’t perform that action at this time.
0 commit comments