Bläddra i källkod

Updates version for get snapshot API with verbose option to 5.5

Ali Beyad 8 år sedan
förälder
incheckning
63a408a128
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      core/src/main/java/org/elasticsearch/snapshots/SnapshotInfo.java

+ 1 - 1
core/src/main/java/org/elasticsearch/snapshots/SnapshotInfo.java

@@ -70,7 +70,7 @@ public final class SnapshotInfo implements Comparable<SnapshotInfo>, ToXContent,
     private static final String SUCCESSFUL_SHARDS = "successful_shards";
 
     private static final Version VERSION_INCOMPATIBLE_INTRODUCED = Version.V_5_2_0_UNRELEASED;
-    public static final Version VERBOSE_INTRODUCED = Version.V_6_0_0_alpha1_UNRELEASED;
+    public static final Version VERBOSE_INTRODUCED = Version.V_5_5_0_UNRELEASED;
 
     private static final Comparator<SnapshotInfo> COMPARATOR =
         Comparator.comparing(SnapshotInfo::startTime).thenComparing(SnapshotInfo::snapshotId);