Author: mes Date: 2011-08-05 15:56:52 -0700 (Fri, 05 Aug 2011) New Revision: 26483
Modified: core3/api/trunk/core-task-api/pom.xml core3/api/trunk/dnd-api/pom.xml core3/api/trunk/equations-api/pom.xml core3/api/trunk/event-api/pom.xml core3/api/trunk/io-api/pom.xml core3/api/trunk/layout-api/pom.xml core3/api/trunk/model-api/pom.xml core3/api/trunk/plugin-api/pom.xml core3/api/trunk/presentation-api/pom.xml core3/api/trunk/property-api/pom.xml core3/api/trunk/service-api/pom.xml core3/api/trunk/session-api/pom.xml core3/api/trunk/swing-application-api/pom.xml core3/api/trunk/swing-util-api/pom.xml core3/api/trunk/viewmodel-api/pom.xml core3/api/trunk/vizmap-api/pom.xml core3/api/trunk/vizmap-gui-api/pom.xml core3/api/trunk/webservice-api/pom.xml core3/api/trunk/work-api/pom.xml core3/api/trunk/work-spring-api/pom.xml core3/api/trunk/work-swing-api/pom.xml Log: updated api poms Modified: core3/api/trunk/core-task-api/pom.xml =================================================================== --- core3/api/trunk/core-task-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/core-task-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -2,10 +2,9 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <artifactId>parent</artifactId> + <artifactId>api-parent</artifactId> <groupId>org.cytoscape</groupId> - <version>3.0.0-alpha7</version> - <relativePath>../parent</relativePath> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -16,7 +15,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>core-task-api</artifactId> - <version>3.0.0-alpha4-SNAPSHOT</version> <name>${bundle.symbolicName}</name> Modified: core3/api/trunk/dnd-api/pom.xml =================================================================== --- core3/api/trunk/dnd-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/dnd-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -2,10 +2,9 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <artifactId>parent</artifactId> + <artifactId>api-parent</artifactId> <groupId>org.cytoscape</groupId> - <version>3.0.0-alpha7</version> - <relativePath>../parent</relativePath> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -16,7 +15,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>dnd-api</artifactId> - <version>3.0.0-alpha3-SNAPSHOT</version> <name>${bundle.symbolicName} [${bundle.namespace}]</name> Modified: core3/api/trunk/equations-api/pom.xml =================================================================== --- core3/api/trunk/equations-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/equations-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -2,10 +2,9 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <artifactId>parent</artifactId> + <artifactId>api-parent</artifactId> <groupId>org.cytoscape</groupId> - <version>3.0.0-alpha7</version> - <relativePath>../parent</relativePath> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -16,7 +15,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>equations-api</artifactId> - <version>3.0.0-alpha3-SNAPSHOT</version> <name>${bundle.symbolicName}</name> Modified: core3/api/trunk/event-api/pom.xml =================================================================== --- core3/api/trunk/event-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/event-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -2,10 +2,9 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <artifactId>parent</artifactId> + <artifactId>api-parent</artifactId> <groupId>org.cytoscape</groupId> - <version>3.0.0-alpha7</version> - <relativePath>../parent</relativePath> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -16,7 +15,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>event-api</artifactId> - <version>3.0.0-alpha6-SNAPSHOT</version> <name>${bundle.symbolicName} [${bundle.namespace}]</name> Modified: core3/api/trunk/io-api/pom.xml =================================================================== --- core3/api/trunk/io-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/io-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -2,10 +2,9 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <artifactId>parent</artifactId> + <artifactId>api-parent</artifactId> <groupId>org.cytoscape</groupId> - <version>3.0.0-alpha8-SNAPSHOT</version> - <relativePath>../parent</relativePath> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -16,7 +15,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>io-api</artifactId> - <version>3.0.0-alpha5-SNAPSHOT</version> <name>${bundle.symbolicName} [${bundle.namespace}]</name> Modified: core3/api/trunk/layout-api/pom.xml =================================================================== --- core3/api/trunk/layout-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/layout-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -3,9 +3,8 @@ <parent> <groupId>org.cytoscape</groupId> - <artifactId>parent</artifactId> - <version>3.0.0-alpha7</version> - <relativePath>../parent</relativePath> + <artifactId>api-parent</artifactId> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -16,7 +15,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>layout-api</artifactId> - <version>3.0.0-alpha3-SNAPSHOT</version> <name>${bundle.symbolicName}</name> Modified: core3/api/trunk/model-api/pom.xml =================================================================== --- core3/api/trunk/model-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/model-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -3,10 +3,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <artifactId>parent</artifactId> + <artifactId>api-parent</artifactId> <groupId>org.cytoscape</groupId> - <version>3.0.0-alpha7</version> - <relativePath>../parent</relativePath> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -17,7 +16,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>model-api</artifactId> - <version>3.0.0-alpha5-SNAPSHOT</version> <name>${bundle.symbolicName} [${bundle.namespace}]</name> Modified: core3/api/trunk/plugin-api/pom.xml =================================================================== --- core3/api/trunk/plugin-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/plugin-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -2,10 +2,9 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <artifactId>parent</artifactId> + <artifactId>api-parent</artifactId> <groupId>org.cytoscape</groupId> - <version>3.0.0-alpha7</version> - <relativePath>../parent</relativePath> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -16,7 +15,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>plugin-api</artifactId> - <version>3.0.0-alpha4-SNAPSHOT</version> <name>${bundle.symbolicName}</name> Modified: core3/api/trunk/presentation-api/pom.xml =================================================================== --- core3/api/trunk/presentation-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/presentation-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -2,10 +2,9 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <artifactId>parent</artifactId> + <artifactId>api-parent</artifactId> <groupId>org.cytoscape</groupId> - <version>3.0.0-alpha8-SNAPSHOT</version> - <relativePath>../parent</relativePath> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -16,7 +15,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>presentation-api</artifactId> - <version>3.0.0-alpha4-SNAPSHOT</version> <name>${bundle.symbolicName} [${bundle.namespace}]</name> Modified: core3/api/trunk/property-api/pom.xml =================================================================== --- core3/api/trunk/property-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/property-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -3,9 +3,8 @@ <parent> <groupId>org.cytoscape</groupId> - <artifactId>parent</artifactId> - <version>3.0.0-alpha7</version> - <relativePath>../parent</relativePath> + <artifactId>api-parent</artifactId> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -16,7 +15,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>property-api</artifactId> - <version>3.0.0-alpha5-SNAPSHOT</version> <name>${bundle.symbolicName}</name> Modified: core3/api/trunk/service-api/pom.xml =================================================================== --- core3/api/trunk/service-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/service-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -2,10 +2,9 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <artifactId>parent</artifactId> + <artifactId>api-parent</artifactId> <groupId>org.cytoscape</groupId> - <version>3.0.0-alpha8-SNAPSHOT</version> - <relativePath>../parent</relativePath> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -16,7 +15,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>service-api</artifactId> - <version>3.0.0-alpha3-SNAPSHOT</version> <name>${bundle.symbolicName}</name> Modified: core3/api/trunk/session-api/pom.xml =================================================================== --- core3/api/trunk/session-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/session-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -2,10 +2,9 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <artifactId>parent</artifactId> + <artifactId>api-parent</artifactId> <groupId>org.cytoscape</groupId> - <version>3.0.0-alpha8-SNAPSHOT</version> - <relativePath>../parent</relativePath> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -16,7 +15,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>session-api</artifactId> - <version>3.0.0-alpha6-SNAPSHOT</version> <name>${bundle.symbolicName}</name> Modified: core3/api/trunk/swing-application-api/pom.xml =================================================================== --- core3/api/trunk/swing-application-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/swing-application-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -2,9 +2,8 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.cytoscape</groupId> - <artifactId>parent</artifactId> - <version>3.0.0-alpha8-SNAPSHOT</version> - <relativePath>../parent</relativePath> + <artifactId>api-parent</artifactId> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -15,7 +14,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>swing-application-api</artifactId> - <version>3.0.0-alpha3-SNAPSHOT</version> <name>Cytoscape Swing Application API</name> <packaging>bundle</packaging> Modified: core3/api/trunk/swing-util-api/pom.xml =================================================================== --- core3/api/trunk/swing-util-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/swing-util-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -3,9 +3,8 @@ <parent> <groupId>org.cytoscape</groupId> - <artifactId>parent</artifactId> - <version>3.0.0-alpha7</version> - <relativePath>../parent</relativePath> + <artifactId>api-parent</artifactId> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -16,7 +15,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>swing-util-api</artifactId> - <version>3.0.0-alpha3-SNAPSHOT</version> <name>${bundle.symbolicName}</name> Modified: core3/api/trunk/viewmodel-api/pom.xml =================================================================== --- core3/api/trunk/viewmodel-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/viewmodel-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -2,10 +2,9 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <artifactId>parent</artifactId> + <artifactId>api-parent</artifactId> <groupId>org.cytoscape</groupId> - <version>3.0.0-alpha7</version> - <relativePath>../parent</relativePath> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -16,7 +15,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>viewmodel-api</artifactId> - <version>3.0.0-alpha5-SNAPSHOT</version> <name>${bundle.symbolicName} (View Model API Bundle)</name> Modified: core3/api/trunk/vizmap-api/pom.xml =================================================================== --- core3/api/trunk/vizmap-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/vizmap-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -3,10 +3,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <artifactId>parent</artifactId> + <artifactId>api-parent</artifactId> <groupId>org.cytoscape</groupId> - <version>3.0.0-alpha8-SNAPSHOT</version> - <relativePath>../parent</relativePath> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -17,7 +16,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>vizmap-api</artifactId> - <version>3.0.0-alpha6-SNAPSHOT</version> <name>${bundle.symbolicName} (VizMap API Bundle)</name> Modified: core3/api/trunk/vizmap-gui-api/pom.xml =================================================================== --- core3/api/trunk/vizmap-gui-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/vizmap-gui-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -2,10 +2,9 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <artifactId>parent</artifactId> + <artifactId>api-parent</artifactId> <groupId>org.cytoscape</groupId> - <version>3.0.0-alpha7</version> - <relativePath>../parent</relativePath> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -16,7 +15,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>vizmap-gui-api</artifactId> - <version>3.0.0-alpha3-SNAPSHOT</version> <name>${bundle.symbolicName}</name> Modified: core3/api/trunk/webservice-api/pom.xml =================================================================== --- core3/api/trunk/webservice-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/webservice-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -2,10 +2,9 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <artifactId>parent</artifactId> + <artifactId>api-parent</artifactId> <groupId>org.cytoscape</groupId> - <version>3.0.0-alpha7</version> - <relativePath>../parent</relativePath> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -16,7 +15,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>webservice-api</artifactId> - <version>3.0.0-alpha3-SNAPSHOT</version> <name>${bundle.symbolicName} [${bundle.namespace}]</name> Modified: core3/api/trunk/work-api/pom.xml =================================================================== --- core3/api/trunk/work-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/work-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -2,10 +2,9 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <artifactId>parent</artifactId> + <artifactId>api-parent</artifactId> <groupId>org.cytoscape</groupId> - <version>3.0.0-alpha7</version> - <relativePath>../parent</relativePath> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -16,7 +15,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>work-api</artifactId> - <version>3.0.0-alpha4-SNAPSHOT</version> <name>${bundle.symbolicName}</name> Modified: core3/api/trunk/work-spring-api/pom.xml =================================================================== --- core3/api/trunk/work-spring-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/work-spring-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -2,10 +2,9 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <artifactId>parent</artifactId> + <artifactId>api-parent</artifactId> <groupId>org.cytoscape</groupId> - <version>3.0.0-alpha8-SNAPSHOT</version> - <relativePath>../parent</relativePath> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -16,7 +15,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>work-spring-api</artifactId> - <version>3.0.0-alpha3-SNAPSHOT</version> <name>${bundle.symbolicName}</name> Modified: core3/api/trunk/work-swing-api/pom.xml =================================================================== --- core3/api/trunk/work-swing-api/pom.xml 2011-08-05 22:48:29 UTC (rev 26482) +++ core3/api/trunk/work-swing-api/pom.xml 2011-08-05 22:56:52 UTC (rev 26483) @@ -2,10 +2,9 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <artifactId>parent</artifactId> + <artifactId>api-parent</artifactId> <groupId>org.cytoscape</groupId> - <version>3.0.0-alpha7</version> - <relativePath>../parent</relativePath> + <version>3.0.0-alpha6-SNAPSHOT</version> </parent> <properties> @@ -16,7 +15,6 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>work-swing-api</artifactId> - <version>3.0.0-alpha3-SNAPSHOT</version> <name>${bundle.symbolicName}</name> -- 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.
