You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2016/02/18 08:23:56 UTC

lucene-solr git commit: LUCENE-7035: Also regenerate analysis/common's UnicodeWhitespaceTokenizer (it actually changes nothing, but updates version numbers)

Repository: lucene-solr
Updated Branches:
  refs/heads/master b0a43aa1b -> fc879d1a5


LUCENE-7035: Also regenerate analysis/common's UnicodeWhitespaceTokenizer (it actually changes nothing, but updates version numbers)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/fc879d1a
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/fc879d1a
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/fc879d1a

Branch: refs/heads/master
Commit: fc879d1a5d97fae8e805fb3d194557851539873d
Parents: b0a43aa
Author: Uwe Schindler <us...@apache.org>
Authored: Thu Feb 18 08:23:46 2016 +0100
Committer: Uwe Schindler <us...@apache.org>
Committed: Thu Feb 18 08:23:46 2016 +0100

----------------------------------------------------------------------
 .../src/java/org/apache/lucene/analysis/util/UnicodeProps.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/fc879d1a/lucene/analysis/common/src/java/org/apache/lucene/analysis/util/UnicodeProps.java
----------------------------------------------------------------------
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 0e4e367..e1537ae 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
  * <p>
- * 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(