Author: magicaltrout
Date: Wed Dec 31 23:23:54 2014
New Revision: 1648782
URL: http://svn.apache.org/r1648782
Log:
Fix broken pom.xml
Modified:
oodt/trunk/profile/pom.xml
Modified: oodt/trunk/profile/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/profile/pom.xml?rev=1648782&r1=1648781&r2=1648782&view=diff
==============================================================================
--- oodt/trunk/profile/pom.xml (original)
+++ oodt/trunk/profile/pom.xml Wed Dec 31 23:23:54 2014
@@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.oodt</groupId>
- <artifactId>oodt-core</artifactId
+ <artifactId>oodt-core</artifactId>
<version>0.9-SNAPSHOT</version>
<relativePath>../core/pom.xml</relativePath>
</parent>