Author: jm
Date: 2012-05-30 12:02:01 -0700 (Wed, 30 May 2012)
New Revision: 29394
Modified:
core3/samples/trunk/pom.xml
Log:
Fixed parent relative path in pom (caused failures when doing a clean build)
Modified: core3/samples/trunk/pom.xml
===================================================================
--- core3/samples/trunk/pom.xml 2012-05-30 16:42:52 UTC (rev 29393)
+++ core3/samples/trunk/pom.xml 2012-05-30 19:02:01 UTC (rev 29394)
@@ -5,6 +5,7 @@
<groupId>org.cytoscape</groupId>
<artifactId>parent</artifactId>
<version>3.0.0-beta2-SNAPSHOT</version>
+ <relativePath>../parent</relativePath>
</parent>
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.