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.1-SNAPSHOT </version >
9
+ <version >0.19.1</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 @@ -67,7 +67,7 @@ public class Version implements Serializable {
67
67
public static final Version V_0_19_0 = new Version (V_0_19_0_ID , false );
68
68
69
69
public static final int V_0_19_1_ID = /*00*/ 190199 ;
70
- public static final Version V_0_19_1 = new Version (V_0_19_1_ID , true );
70
+ public static final Version V_0_19_1 = new Version (V_0_19_1_ID , false );
71
71
72
72
public static final Version CURRENT = V_0_19_1 ;
73
73
You can’t perform that action at this time.
0 commit comments