summaryrefslogtreecommitdiff
path: root/base/pom.xml
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-25 12:30:48 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-25 12:30:48 -0300
commit6b76d2ff5a3df3931c0983d915eed33e83e892e0 (patch)
treee2d959c0d59a6cae412dafee307cbd25b99a1a9d /base/pom.xml
parent80b48c9fcba9c7c9d64501a6e2ac7c5b98fcd1d2 (diff)
Move dice to new module
Diffstat (limited to 'base/pom.xml')
-rw-r--r--base/pom.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/base/pom.xml b/base/pom.xml
index a8ef779..5f5b6be 100644
--- a/base/pom.xml
+++ b/base/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>bjc</groupId>
- <artifactId>dicelang-Parent</artifactId>
+ <artifactId>dicelang-parent</artifactId>
<version>1.0.0</version>
</parent>
@@ -20,16 +20,6 @@
<plugins>
<plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.7.0</version>
-
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- </configuration>
- </plugin>
-
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.5.0</version>