Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Fix missing pom for resources #102
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Feb 22, 2020
1 parent d2d7ba3 commit 17594db
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions resources/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?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">
<parent>
<artifactId>dukecon-server</artifactId>
<groupId>org.dukecon</groupId>
<version>1.6-static-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>dukecon-server-resources</artifactId>

<name>DukeCon Server Resources</name>

</project>

0 comments on commit 17594db

Please sign in to comment.