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.4-SNAPSHOT </version >
9+  <version >0.90.4</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 @@ -129,7 +129,7 @@ public class Version implements Serializable {
129129 public  static  final  int  V_0_90_3_ID  = /*00*/ 900399 ;
130130 public  static  final  Version  V_0_90_3  = new  Version (V_0_90_3_ID , false , org .apache .lucene .util .Version .LUCENE_44 );
131131 public  static  final  int  V_0_90_4_ID  = /*00*/ 900499 ;
132-  public  static  final  Version  V_0_90_4  = new  Version (V_0_90_4_ID , true , org .apache .lucene .util .Version .LUCENE_44 );
132+  public  static  final  Version  V_0_90_4  = new  Version (V_0_90_4_ID , false , org .apache .lucene .util .Version .LUCENE_44 );
133133
134134 public  static  final  Version  CURRENT  = V_0_90_4 ;
135135
                                 You can’t perform that action at this time. 
               
                  
0 commit comments