Corrected <relativePath> that pointed to directory instead of pom.xml

This commit is contained in:
Paul Malmsten
2014-01-26 13:25:56 -05:00
parent bbc0a6b95d
commit 476dccdd33

View File

@@ -11,7 +11,7 @@
<groupId>edu.wpi.first.wpilib.templates.athena</groupId>
<artifactId>shared-library</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../../maven-utilities/athena/shared-library</relativePath>
<relativePath>../../maven-utilities/athena/shared-library/pom.xml</relativePath>
</parent>
<dependencies>