summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorbjculkin <bjculkin@WIT-136XG42.wvu-ad.wvu.edu>2017-04-05 10:06:24 -0400
committerbjculkin <bjculkin@WIT-136XG42.wvu-ad.wvu.edu>2017-04-05 10:06:24 -0400
commit463e4e702bcdc312f5a081c85c7b00bbc0122265 (patch)
tree817ad9c4aaf0516f712a8111169d5f6fd9f134c1 /pom.xml
parent8259732a0e1d70284adcc6e7ef492603a3d59565 (diff)
Reorganize
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>