summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-25 12:22:56 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-25 12:22:56 -0300
commitcb9b235a59a2e136f3b850966a8820dee2f90969 (patch)
tree8da1ee90f36ddc3f9e7ac7443b0ca087ab2bf2c2 /pom.xml
parent7bda9de511a5642efb297eae98c6ea7c42b27754 (diff)
Start splitting dice to a new module
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index a40cb24..3252e76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,13 +1,14 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>bjc</groupId>
- <artifactId>dicelang-Parent</artifactId>
+ <artifactId>dicelang-parent</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<modules>
<module>base</module>
+ <module>dice</module>
</modules>
</project>