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.8-SNAPSHOT </version >
9
+ <version >0.19.8</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 @@ -80,7 +80,7 @@ public class Version implements Serializable {
80
80
public static final int V_0_19_7_ID = /*00*/ 190799 ;
81
81
public static final Version V_0_19_7 = new Version (V_0_19_7_ID , false );
82
82
public static final int V_0_19_8_ID = /*00*/ 190899 ;
83
- public static final Version V_0_19_8 = new Version (V_0_19_8_ID , true );
83
+ public static final Version V_0_19_8 = new Version (V_0_19_8_ID , false );
84
84
85
85
public static final Version CURRENT = V_0_19_8 ;
86
86
You can’t perform that action at this time.
0 commit comments