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.19.2-SNAPSHOT </version >
9+ <version >0.19.2</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 @@ -68,7 +68,7 @@ public class Version implements Serializable {
6868 public static final int V_0_19_1_ID = /*00*/ 190199 ;
6969 public static final Version V_0_19_1 = new Version (V_0_19_1_ID , false );
7070 public static final int V_0_19_2_ID = /*00*/ 190299 ;
71- public static final Version V_0_19_2 = new Version (V_0_19_2_ID , true );
71+ public static final Version V_0_19_2 = new Version (V_0_19_2_ID , false );
7272
7373 public static final Version CURRENT = V_0_19_2 ;
7474
You can’t perform that action at this time.
0 commit comments