commit d68ee4363a7b25f747f2b58b3af6e909430e8b99
parent 75c6f4d51b18be0af0a7c4fb0e8cbf857ddaf126
Author: Dan Callaghan <djc@djc.id.au>
Date: Tue, 17 Nov 2009 00:20:45 +1000
common parent POM for everything
Diffstat:
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/pom.xml b/pom.xml
@@ -1,13 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>au.com.miskinhill.search</groupId>
<artifactId>multilingual</artifactId>
<packaging>jar</packaging>
- <version>1.0-SNAPSHOT</version>
- <name>multilingual</name>
+ <name>Multilingual Search</name>
<description>Lucene classes for working with text in multiple languages</description>
- <url>http://code.miskinhill.com.au/search/multilingual/</url>
<parent>
<groupId>au.com.miskinhill.search</groupId>
<artifactId>search</artifactId>
@@ -17,18 +14,15 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
- <version>2.4.0</version>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
- <version>2.4</version>
</dependency>
</dependencies>
</project>