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 66 <modelVersion >4.0.0</modelVersion >
77 <groupId >org.elasticsearch</groupId >
88 <artifactId >elasticsearch</artifactId >
9- <version >1.7.3-SNAPSHOT </version >
9+ <version >1.7.3</version >
1010 <packaging >jar</packaging >
1111 <description >Elasticsearch - Open Source, Distributed, RESTful Search Engine</description >
1212 <inceptionYear >2009</inceptionYear >
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ public class Version {
249249 public static final int V_1_7_2_ID = 1070299 ;
250250 public static final Version V_1_7_2 = new Version (V_1_7_2_ID , false , org .apache .lucene .util .Version .LUCENE_4_10_4 );
251251 public static final int V_1_7_3_ID = 1070399 ;
252- public static final Version V_1_7_3 = new Version (V_1_7_3_ID , true , org .apache .lucene .util .Version .LUCENE_4_10_4 );
252+ public static final Version V_1_7_3 = new Version (V_1_7_3_ID , false , org .apache .lucene .util .Version .LUCENE_4_10_4 );
253253
254254 public static final Version CURRENT = V_1_7_3 ;
255255
You can’t perform that action at this time.
0 commit comments