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 >0.90.7-SNAPSHOT </version >
9+ <version >0.90.7</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 @@ -135,7 +135,7 @@ public class Version implements Serializable {
135135 public static final int V_0_90_6_ID = /*00*/ 900699 ;
136136 public static final Version V_0_90_6 = new Version (V_0_90_6_ID , false , org .apache .lucene .util .Version .LUCENE_45 );
137137 public static final int V_0_90_7_ID = /*00*/ 900799 ;
138- public static final Version V_0_90_7 = new Version (V_0_90_7_ID , true , org .apache .lucene .util .Version .LUCENE_45 );
138+ public static final Version V_0_90_7 = new Version (V_0_90_7_ID , false , org .apache .lucene .util .Version .LUCENE_45 );
139139
140140 public static final Version CURRENT = V_0_90_7 ;
141141
You can’t perform that action at this time.
0 commit comments