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.20.6-SNAPSHOT </version >
9+ <version >0.20.6</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 @@ -108,7 +108,7 @@ public class Version implements Serializable {
108108 public static final int V_0_20_5_ID = /*00*/ 200599 ;
109109 public static final Version V_0_20_5 = new Version (V_0_20_5_ID , false );
110110 public static final int V_0_20_6_ID = /*00*/ 200699 ;
111- public static final Version V_0_20_6 = new Version (V_0_20_6_ID , true );
111+ public static final Version V_0_20_6 = new Version (V_0_20_6_ID , false );
112112
113113 public static final Version CURRENT = V_0_20_6 ;
114114
You can’t perform that action at this time.
0 commit comments