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 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >org.elasticsearch</groupId >
8
8
<artifactId >elasticsearch</artifactId >
9
- <version >0.19.6-SNAPSHOT </version >
9
+ <version >0.19.6</version >
10
10
<packaging >jar</packaging >
11
11
<description >ElasticSearch - Open Source, Distributed, RESTful Search Engine</description >
12
12
<inceptionYear >2009</inceptionYear >
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public class Version implements Serializable {
76
76
public static final int V_0_19_5_ID = /*00*/ 190599 ;
77
77
public static final Version V_0_19_5 = new Version (V_0_19_5_ID , false );
78
78
public static final int V_0_19_6_ID = /*00*/ 190699 ;
79
- public static final Version V_0_19_6 = new Version (V_0_19_6_ID , true );
79
+ public static final Version V_0_19_6 = new Version (V_0_19_6_ID , false );
80
80
81
81
public static final Version CURRENT = V_0_19_6 ;
82
82
You can’t perform that action at this time.
0 commit comments