From 741d09bfc2323ea97fd587542fe395aa2923883f Mon Sep 17 00:00:00 2001 From: bjculkin Date: Mon, 3 Apr 2017 10:50:00 -0400 Subject: Work on utility functions --- pom.xml | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 77538c2..b1364e4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,8 +1,29 @@ - - 4.0.0 - inflexion - inflexion - 0.0.1-SNAPSHOT - Inflexion - Java based implementation of Damian Conway's pluralization algorithm. + + 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 + + + + \ No newline at end of file -- cgit v1.2.3