summaryrefslogtreecommitdiff
path: root/winot/pom.xml
blob: e92bc4dfae371ae4f836850788c5235f6c00ef77 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>