From fc879d1a5d97fae8e805fb3d194557851539873d Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Thu, 18 Feb 2016 08:23:46 +0100 Subject: [PATCH] LUCENE-7035: Also regenerate analysis/common's UnicodeWhitespaceTokenizer (it actually changes nothing, but updates version numbers) --- .../java/org/apache/lucene/analysis/util/UnicodeProps.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lucene/analysis/common/src/java/org/apache/lucene/analysis/util/UnicodeProps.java b/lucene/analysis/common/src/java/org/apache/lucene/analysis/util/UnicodeProps.java index 0e4e36741d3..e1537aee295 100644 --- a/lucene/analysis/common/src/java/org/apache/lucene/analysis/util/UnicodeProps.java +++ b/lucene/analysis/common/src/java/org/apache/lucene/analysis/util/UnicodeProps.java @@ -24,15 +24,15 @@ import org.apache.lucene.util.SparseFixedBitSet; /** * This file contains unicode properties used by various {@link CharTokenizer}s. - * The data was created using ICU4J v54.1.0.0 + * The data was created using ICU4J v56.1.0.0 *

- * Unicode version: 7.0.0.0 + * Unicode version: 8.0.0.0 */ public final class UnicodeProps { private UnicodeProps() {} /** Unicode version that was used to generate this file: {@value} */ - public static final String UNICODE_VERSION = "7.0.0.0"; + public static final String UNICODE_VERSION = "8.0.0.0"; /** Bitset with Unicode WHITESPACE code points. */ public static final Bits WHITESPACE = createBits(