Author: slotia
Date: 2011-12-06 23:35:22 -0800 (Tue, 06 Dec 2011)
New Revision: 27730
Modified:
core3/impl/trunk/pom.xml
Log:
Fixed collisions in pom.xml
Modified: core3/impl/trunk/pom.xml
===================================================================
--- core3/impl/trunk/pom.xml 2011-12-07 07:22:43 UTC (rev 27729)
+++ core3/impl/trunk/pom.xml 2011-12-07 07:35:22 UTC (rev 27730)
@@ -38,7 +38,7 @@
<module>model-impl</module>
<module>network-analyzer-impl</module>
<module>network-merge-impl</module>
- <module>plugin-impl</module>
+ <module>app-impl</module>
<module>presentation-impl</module>
<module>property-impl</module>
<module>psi-mi-impl</module>
@@ -119,7 +119,7 @@
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
- <artifactId>plugin-api</artifactId>
+ <artifactId>app-api</artifactId>
<version>${cytoscape.api.version}</version>
</dependency>
<dependency>
@@ -208,7 +208,7 @@
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
- <artifactId>plugin-api</artifactId>
+ <artifactId>app-api</artifactId>
<version>${cytoscape.api.version}</version>
<type>test-jar</type>
</dependency>
@@ -314,4 +314,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
--
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.