Author: apico
Date: 2012-01-04 11:47:18 -0800 (Wed, 04 Jan 2012)
New Revision: 27916
Modified:
core3/app-developer/trunk/pom.xml
Log:
updated to reference 'app' and alpha8-SNAPSHOT resources
Modified: core3/app-developer/trunk/pom.xml
===================================================================
--- core3/app-developer/trunk/pom.xml 2012-01-04 18:13:16 UTC (rev 27915)
+++ core3/app-developer/trunk/pom.xml 2012-01-04 19:47:18 UTC (rev 27916)
@@ -9,12 +9,12 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.cytoscape.plugin-developer</groupId>
+ <groupId>org.cytoscape.app-developer</groupId>
<artifactId>cytoscape</artifactId>
- <version>3.0.0-M3</version>
+ <version>3.0.0-M4-SNAPSHOT</version>
<properties>
- <cytoscape.api.version>3.0.0-alpha7</cytoscape.api.version>
+ <cytoscape.api.version>3.0.0-alpha8-SNAPSHOT</cytoscape.api.version>
</properties>
<name>Distribution</name>
@@ -85,7 +85,7 @@
<artifactItems>
<artifactItem>
<groupId>org.cytoscape</groupId>
- <artifactId>plugin-api</artifactId>
+ <artifactId>app-api</artifactId>
<version>${cytoscape.api.version}</version>
<classifier>javadoc</classifier>
<overWrite>true</overWrite>
@@ -105,11 +105,11 @@
<artifactItems>
<artifactItem>
<groupId>org.cytoscape</groupId>
- <artifactId>plugin-api</artifactId>
+ <artifactId>app-api</artifactId>
<version>${cytoscape.api.version}</version>
<classifier>jar-with-dependencies</classifier>
<overWrite>true</overWrite>
-
<destFileName>cytoscape-plugin-api-${cytoscape.api.version}.jar</destFileName>
+
<destFileName>cytoscape-app-api-${cytoscape.api.version}.jar</destFileName>
</artifactItem>
</artifactItems>
</configuration>
@@ -181,7 +181,7 @@
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
- <artifactId>plugin-api</artifactId>
+ <artifactId>app-api</artifactId>
<version>${cytoscape.api.version}</version>
<classifier>jar-with-dependencies</classifier>
</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.