Author: mes
Date: 2011-05-14 13:46:00 -0700 (Sat, 14 May 2011)
New Revision: 25102
Modified:
core3/session-api/trunk/pom.xml
Log:
added proper dependency and bumped parent
Modified: core3/session-api/trunk/pom.xml
===================================================================
--- core3/session-api/trunk/pom.xml 2011-05-14 20:41:47 UTC (rev 25101)
+++ core3/session-api/trunk/pom.xml 2011-05-14 20:46:00 UTC (rev 25102)
@@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0-alpha6-SNAPSHOT</version>
+ <version>3.0.0-alpha7</version>
</parent>
<properties>
@@ -113,6 +113,11 @@
<dependency>
<groupId>org.cytoscape</groupId>
+ <artifactId>model-api</artifactId>
+ <version>3.0.0-alpha4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
<artifactId>vizmap-api</artifactId>
<version>3.0.0-alpha3-SNAPSHOT</version>
</dependency>
--
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.