Skip to content

Commit 57eb163

Browse files
committed
update LAT_LON_FIELD_VERSION
Update to 5.0.0-beta1
1 parent 4758b2a commit 57eb163

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/main/java/org/elasticsearch/index/mapper/LatLonPointFieldMapper.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
*/
4545
public class LatLonPointFieldMapper extends BaseGeoPointFieldMapper {
4646
public static final String CONTENT_TYPE = "geo_point";
47-
public static final Version LAT_LON_FIELD_VERSION = Version.V_5_0_0_alpha6;
47+
// TODO replace this once 5.0.0-beta1 is released
48+
public static final Version LAT_LON_FIELD_VERSION = Version.fromString("5.0.0-beta1");
4849

4950
public static class Defaults extends BaseGeoPointFieldMapper.Defaults {
5051
public static final LatLonPointFieldType FIELD_TYPE = new LatLonPointFieldType();

0 commit comments

Comments
 (0)