summaryrefslogtreecommitdiff
path: root/base/pom.xml
diff options
context:
space:
mode:
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>