summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-12-04 13:00:44 +0100
committerAndreas Baumann <abaumann@yahoo.com>2010-12-04 13:00:44 +0100
commit776018e83f8074299778d55b3146307a9ec10503 (patch)
tree5ff90c5af0d7077ba38cb5f08a900e783023f746 /pom.xml
parent4879b20713668217154036df3812ff5d816583cb (diff)
downloadLuceneAnalyzer-776018e83f8074299778d55b3146307a9ec10503.tar.gz
LuceneAnalyzer-776018e83f8074299778d55b3146307a9ec10503.tar.bz2
heading to version 0.0.3
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 929d753..b537403 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,14 +2,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>luceneanalyzer</groupId>
<artifactId>luceneanalyzer</artifactId>
- <version>0.0.2</version>
+ <version>0.0.3</version>
<description>Lucene Index Analysis Tool</description>
<dependencies>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
- <version>2.9.1</version>
+ <version>2.9.4</version>
</dependency>
<dependency>
<groupId>jargs</groupId>
@@ -19,7 +19,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.5</version>
+ <version>4.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -29,6 +29,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>