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.5-SNAPSHOT </version >
9
+ <version >1.7.5</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 @@ -253,7 +253,7 @@ public class Version {
253
253
public static final int V_1_7_4_ID = 1070499 ;
254
254
public static final Version V_1_7_4 = new Version (V_1_7_4_ID , false , org .apache .lucene .util .Version .LUCENE_4_10_4 );
255
255
public static final int V_1_7_5_ID = 1070599 ;
256
- public static final Version V_1_7_5 = new Version (V_1_7_5_ID , true , org .apache .lucene .util .Version .LUCENE_4_10_4 );
256
+ public static final Version V_1_7_5 = new Version (V_1_7_5_ID , false , org .apache .lucene .util .Version .LUCENE_4_10_4 );
257
257
public static final Version CURRENT = V_1_7_5 ;
258
258
259
259
static {
You can’t perform that action at this time.
0 commit comments