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.7.1-SNAPSHOT </version >
9
+ <version >1.7.1</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 @@ -243,7 +243,7 @@ public class Version {
243
243
public static final int V_1_7_0_ID = 1070099 ;
244
244
public static final Version V_1_7_0 = new Version (V_1_7_0_ID , false , org .apache .lucene .util .Version .LUCENE_4_10_4 );
245
245
public static final int V_1_7_1_ID = 1070199 ;
246
- public static final Version V_1_7_1 = new Version (V_1_7_1_ID , true , org .apache .lucene .util .Version .LUCENE_4_10_4 );
246
+ public static final Version V_1_7_1 = new Version (V_1_7_1_ID , false , org .apache .lucene .util .Version .LUCENE_4_10_4 );
247
247
public static final Version CURRENT = V_1_7_1 ;
248
248
249
249
static {
You can’t perform that action at this time.
0 commit comments