summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index ef23700..0afc5a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<name>Inflexion</name>
<description>Java based implementation of Damian Conway's Lingua::EN::Inflexion module for perl</description>
<properties>
- <main.class>bjc.dicelang.DiceLangConsole</main.class>
+ <main.class>bjc.inflexion.examples.InflexionTester</main.class>
</properties>
<licenses>
<license>
@@ -19,7 +19,7 @@
<scm>
<connection>scm:git:https://github.com/bculkin2442/Inflexion.git</connection>
- <url>https://github.com/atteo/Inflexion</url>
+ <url>https://github.com/bculkin2442/Inflexion</url>
</scm>
<build>