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.5-SNAPSHOT </version >
9+ <version >0.19.5</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 @@ -74,7 +74,7 @@ public class Version implements Serializable {
7474 public static final int V_0_19_4_ID = /*00*/ 190499 ;
7575 public static final Version V_0_19_4 = new Version (V_0_19_4_ID , false );
7676 public static final int V_0_19_5_ID = /*00*/ 190599 ;
77- public static final Version V_0_19_5 = new Version (V_0_19_5_ID , true );
77+ public static final Version V_0_19_5 = new Version (V_0_19_5_ID , false );
7878
7979 public static final Version CURRENT = V_0_19_5 ;
8080
You can’t perform that action at this time.
0 commit comments