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.21.0.Beta1</version >
9+ <version >0.21.0.Beta1-SNAPSHOT </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 @@ -90,7 +90,7 @@ public class Version implements Serializable {
9090 public static final Version V_0_20_0_RC1 = new Version (V_0_20_0_RC1_ID , false );
9191
9292 public static final int V_0_21_0_Beta1_ID = /*00*/ 210001 ;
93- public static final Version V_0_21_0_Beta1 = new Version (V_0_21_0_Beta1_ID , false );
93+ public static final Version V_0_21_0_Beta1 = new Version (V_0_21_0_Beta1_ID , true );
9494
9595 public static final Version CURRENT = V_0_21_0_Beta1 ;
9696
You can’t perform that action at this time.
0 commit comments