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 >1.4.2-SNAPSHOT </version >
9
+ <version >1.4.2</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 @@ -213,7 +213,7 @@ public class Version implements Serializable {
213
213
public static final int V_1_4_1_ID = /*00*/ 1040199 ;
214
214
public static final Version V_1_4_1 = new Version (V_1_4_1_ID , false , org .apache .lucene .util .Version .LUCENE_4_10_2 );
215
215
public static final int V_1_4_2_ID = /*00*/ 1040299 ;
216
- public static final Version V_1_4_2 = new Version (V_1_4_2_ID , true , org .apache .lucene .util .Version .LUCENE_4_10_2 );
216
+ public static final Version V_1_4_2 = new Version (V_1_4_2_ID , false , org .apache .lucene .util .Version .LUCENE_4_10_2 );
217
217
218
218
219
219
public static final Version CURRENT = V_1_4_2 ;
You can’t perform that action at this time.
0 commit comments