From c3e83604e73819066450b8a14b602752c23f23f5 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 7 May 2009 08:55:19 +0200 Subject: upgraded junit to 4.5 and lucene-core to 2.4.1, tagged as 0.0.2 --- pom.xml | 6 +++--- src/main/java/org/dyndns/andreasbaumann/LuceneAnalyzer.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e15d4c2..c3875bf 100644 --- a/pom.xml +++ b/pom.xml @@ -2,14 +2,14 @@ 4.0.0 luceneanalyzer luceneanalyzer - 0.0.1 + 0.0.2 Lucene Index Analysis Tool org.apache.lucene lucene-core - 2.3.2 + 2.4.1 jargs @@ -19,7 +19,7 @@ junit junit - 3.8.1 + 4.5 test diff --git a/src/main/java/org/dyndns/andreasbaumann/LuceneAnalyzer.java b/src/main/java/org/dyndns/andreasbaumann/LuceneAnalyzer.java index af0562b..aab2862 100644 --- a/src/main/java/org/dyndns/andreasbaumann/LuceneAnalyzer.java +++ b/src/main/java/org/dyndns/andreasbaumann/LuceneAnalyzer.java @@ -55,7 +55,7 @@ import org.apache.lucene.document.Field; public class LuceneAnalyzer { - private static final String versionString = "0.0.1"; + private static final String versionString = "0.0.2"; private static void printGlobalInfo( IndexReader indexReader ) throws IOException { -- cgit v1.2.3-54-g00ecf