diff options
| author | Ben Culkin <scorpress@gmail.com> | 2023-11-08 19:16:08 -0500 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2023-11-08 19:16:08 -0500 |
| commit | 37da63640924937b90ea8c1a6a0c6e7318788ed5 (patch) | |
| tree | 48fdab14e7034055bd6bf77498497d7778d16df0 /winot/pom.xml | |
Initial commit
Diffstat (limited to 'winot/pom.xml')
| -rw-r--r-- | winot/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winot/pom.xml b/winot/pom.xml new file mode 100644 index 0000000..e92bc4d --- /dev/null +++ b/winot/pom.xml @@ -0,0 +1,12 @@ +<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>com.ashardalon</groupId> + <artifactId>winot</artifactId> + <version>0.0.1-SNAPSHOT</version> + <packaging>pom</packaging> + <name>winot</name> + <modules> + <module>winot-core</module> + </modules> +</project> |
