From 7b56beefe4df24acd8437bf42262e7cd30d43970 Mon Sep 17 00:00:00 2001 From: bjculkin Date: Tue, 4 Apr 2017 18:51:52 -0400 Subject: Add a test Plus, more plural fixes --- pom.xml | 76 +++++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 48 insertions(+), 28 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index b1364e4..d577778 100644 --- a/pom.xml +++ b/pom.xml @@ -1,29 +1,49 @@ - - 4.0.0 - inflexion - inflexion - 0.0.1-SNAPSHOT - Inflexion - Java based implementation of Damian Conway's pluralization algorithm. - - - - - maven-compiler-plugin - - 1.8 - 1.8 - - - - - - data/ - - **/*.txt - - - - + + 4.0.0 + bjc + inflexion + 0.0.1-SNAPSHOT + Inflexion + Java based implementation of Damian Conway's Lingua::EN::Inflexion module for perl + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + scm:git:https://github.com/bculkin2442/Inflexion.git + https://github.com/atteo/Inflexion + + + + + + maven-compiler-plugin + + 1.8 + 1.8 + + + + + + data/ + + **/*.txt + + + + + + + org.apache.commons + commons-compress + 1.13 + + \ No newline at end of file -- cgit v1.2.3