Author: mes
Date: 2011-08-05 16:50:01 -0700 (Fri, 05 Aug 2011)
New Revision: 26485
Modified:
core3/support/trunk/archetypes/pom.xml
core3/support/trunk/cy-commons-cli/pom.xml
core3/support/trunk/integration-test-support/pom.xml
core3/support/trunk/launch-framework/pom.xml
core3/support/trunk/samples/pom.xml
core3/support/trunk/samples/sample02/pom.xml
core3/support/trunk/samples/sample02a/pom.xml
core3/support/trunk/samples/sample03/pom.xml
core3/support/trunk/samples/sample03a/pom.xml
core3/support/trunk/samples/sample04/pom.xml
core3/support/trunk/samples/sample05/pom.xml
core3/support/trunk/samples/sample05a/pom.xml
core3/support/trunk/samples/sample06/pom.xml
core3/support/trunk/samples/sample07/pom.xml
core3/support/trunk/samples/sample08/pom.xml
core3/support/trunk/samples/sample09/pom.xml
core3/support/trunk/samples/sample10/pom.xml
core3/support/trunk/samples/sample11/pom.xml
core3/support/trunk/samples/sample12/pom.xml
core3/support/trunk/samples/sample13/pom.xml
core3/support/trunk/samples/sample14/pom.xml
core3/support/trunk/samples/sample18/pom.xml
core3/support/trunk/samples/sample20/pom.xml
core3/support/trunk/samples/sample21/pom.xml
core3/support/trunk/samples/sample22/pom.xml
core3/support/trunk/splash-updater-impl/pom.xml
core3/support/trunk/taglets/pom.xml
core3/support/trunk/task-testing-impl/pom.xml
core3/support/trunk/test-support/pom.xml
core3/support/trunk/wrappers/pom.xml
Log:
updated to compile
Modified: core3/support/trunk/archetypes/pom.xml
===================================================================
--- core3/support/trunk/archetypes/pom.xml 2011-08-05 23:41:25 UTC (rev
26484)
+++ core3/support/trunk/archetypes/pom.xml 2011-08-05 23:50:01 UTC (rev
26485)
@@ -4,16 +4,14 @@
<parent>
<groupId>org.cytoscape</groupId>
- <artifactId>parent</artifactId>
- <version>3.0.0-alpha7</version>
- <relativePath>../parent</relativePath>
+ <artifactId>support-parent</artifactId>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<groupId>org.cytoscape</groupId>
<artifactId>archetypes-parent</artifactId>
<packaging>pom</packaging>
- <version>3.0.0-alpha2-SNAPSHOT</version>
<name>Cytoscape 3 Plugin Archetypes Parent</name>
<modules>
Modified: core3/support/trunk/cy-commons-cli/pom.xml
===================================================================
--- core3/support/trunk/cy-commons-cli/pom.xml 2011-08-05 23:41:25 UTC (rev
26484)
+++ core3/support/trunk/cy-commons-cli/pom.xml 2011-08-05 23:50:01 UTC (rev
26485)
@@ -4,9 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<parent>
<groupId>org.cytoscape</groupId>
- <artifactId>parent</artifactId>
- <version>3.0.0-alpha7</version>
- <relativePath>../parent</relativePath>
+ <artifactId>support-parent</artifactId>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
<bundle.symbolicName>org.cytoscape.cy-commons-cli</bundle.symbolicName>
@@ -15,7 +14,6 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cytoscape</groupId>
<artifactId>cy-commons-cli</artifactId>
- <version>1.0-SNAPSHOT</version>
<name>${bundle.symbolicName}</name>
<packaging>bundle</packaging>
<repositories>
Modified: core3/support/trunk/integration-test-support/pom.xml
===================================================================
--- core3/support/trunk/integration-test-support/pom.xml 2011-08-05
23:41:25 UTC (rev 26484)
+++ core3/support/trunk/integration-test-support/pom.xml 2011-08-05
23:50:01 UTC (rev 26485)
@@ -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>support-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>integration-test-support</artifactId>
- <version>3.0.0-alpha5-SNAPSHOT</version>
<name>${bundle.symbolicName}</name>
Modified: core3/support/trunk/launch-framework/pom.xml
===================================================================
--- core3/support/trunk/launch-framework/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/launch-framework/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -1,16 +1,14 @@
<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>support-parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0-alpha7</version>
- <relativePath>../parent</relativePath>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.cytoscape</groupId>
<artifactId>launch-framework</artifactId>
- <version>3.0.0-alpha3-SNAPSHOT</version>
<name>Cytoscape Launch Framework</name>
Modified: core3/support/trunk/samples/pom.xml
===================================================================
--- core3/support/trunk/samples/pom.xml 2011-08-05 23:41:25 UTC (rev 26484)
+++ core3/support/trunk/samples/pom.xml 2011-08-05 23:50:01 UTC (rev 26485)
@@ -1,10 +1,16 @@
<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">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>support-parent</artifactId>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
+ </parent>
+
+
<groupId>org.cytoscape.sample</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
- <version>3.0.0-alpha1-SNAPSHOT</version>
<name>Cytoscape Sample Code Parent POM</name>
<properties>
Modified: core3/support/trunk/samples/sample02/pom.xml
===================================================================
--- core3/support/trunk/samples/sample02/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample02/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/samples/sample02a/pom.xml
===================================================================
--- core3/support/trunk/samples/sample02a/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample02a/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/samples/sample03/pom.xml
===================================================================
--- core3/support/trunk/samples/sample03/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample03/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/samples/sample03a/pom.xml
===================================================================
--- core3/support/trunk/samples/sample03a/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample03a/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/samples/sample04/pom.xml
===================================================================
--- core3/support/trunk/samples/sample04/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample04/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/samples/sample05/pom.xml
===================================================================
--- core3/support/trunk/samples/sample05/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample05/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/samples/sample05a/pom.xml
===================================================================
--- core3/support/trunk/samples/sample05a/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample05a/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/samples/sample06/pom.xml
===================================================================
--- core3/support/trunk/samples/sample06/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample06/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/samples/sample07/pom.xml
===================================================================
--- core3/support/trunk/samples/sample07/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample07/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/samples/sample08/pom.xml
===================================================================
--- core3/support/trunk/samples/sample08/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample08/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/samples/sample09/pom.xml
===================================================================
--- core3/support/trunk/samples/sample09/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample09/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/samples/sample10/pom.xml
===================================================================
--- core3/support/trunk/samples/sample10/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample10/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/samples/sample11/pom.xml
===================================================================
--- core3/support/trunk/samples/sample11/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample11/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/samples/sample12/pom.xml
===================================================================
--- core3/support/trunk/samples/sample12/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample12/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/samples/sample13/pom.xml
===================================================================
--- core3/support/trunk/samples/sample13/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample13/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/samples/sample14/pom.xml
===================================================================
--- core3/support/trunk/samples/sample14/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample14/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/samples/sample18/pom.xml
===================================================================
--- core3/support/trunk/samples/sample18/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample18/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/samples/sample20/pom.xml
===================================================================
--- core3/support/trunk/samples/sample20/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample20/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/samples/sample21/pom.xml
===================================================================
--- core3/support/trunk/samples/sample21/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample21/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/samples/sample22/pom.xml
===================================================================
--- core3/support/trunk/samples/sample22/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/samples/sample22/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape.sample</groupId>
- <version>3.0.0-alpha1-SNAPSHOT</version>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
Modified: core3/support/trunk/splash-updater-impl/pom.xml
===================================================================
--- core3/support/trunk/splash-updater-impl/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/splash-updater-impl/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -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>support-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>splash-updater-impl</artifactId>
- <version>3.0.0-alpha2-SNAPSHOT</version>
<name>Splash Updater</name>
Modified: core3/support/trunk/taglets/pom.xml
===================================================================
--- core3/support/trunk/taglets/pom.xml 2011-08-05 23:41:25 UTC (rev 26484)
+++ core3/support/trunk/taglets/pom.xml 2011-08-05 23:50:01 UTC (rev 26485)
@@ -1,16 +1,14 @@
<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/xsd/maven-4.0.0.xsd">
<parent>
- <artifactId>parent</artifactId>
+ <artifactId>support-parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0-alpha7</version>
- <relativePath>../parent</relativePath>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.cytoscape</groupId>
<artifactId>taglets</artifactId>
- <version>3.0.0-alpha2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Cytoscape Documentation Taglets</name>
Modified: core3/support/trunk/task-testing-impl/pom.xml
===================================================================
--- core3/support/trunk/task-testing-impl/pom.xml 2011-08-05 23:41:25 UTC
(rev 26484)
+++ core3/support/trunk/task-testing-impl/pom.xml 2011-08-05 23:50:01 UTC
(rev 26485)
@@ -4,9 +4,8 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<parent>
<groupId>org.cytoscape</groupId>
- <artifactId>parent</artifactId>
- <version>3.0.0-alpha7</version>
- <relativePath>../parent</relativePath>
+ <artifactId>support-parent</artifactId>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<properties>
@@ -17,7 +16,6 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cytoscape</groupId>
<artifactId>task-testing-impl</artifactId>
- <version>1.0-SNAPSHOT</version>
<name>Tasks for Testing</name>
<packaging>bundle</packaging>
Modified: core3/support/trunk/test-support/pom.xml
===================================================================
--- core3/support/trunk/test-support/pom.xml 2011-08-05 23:41:25 UTC (rev
26484)
+++ core3/support/trunk/test-support/pom.xml 2011-08-05 23:50:01 UTC (rev
26485)
@@ -2,16 +2,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>parent</artifactId>
+ <artifactId>support-parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0-alpha7</version>
- <relativePath>../parent</relativePath>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<groupId>org.cytoscape</groupId>
<artifactId>test-support</artifactId>
<packaging>jar</packaging>
- <version>3.0.0-alpha3-SNAPSHOT</version>
<name>test-support</name>
<scm>
Modified: core3/support/trunk/wrappers/pom.xml
===================================================================
--- core3/support/trunk/wrappers/pom.xml 2011-08-05 23:41:25 UTC (rev
26484)
+++ core3/support/trunk/wrappers/pom.xml 2011-08-05 23:50:01 UTC (rev
26485)
@@ -3,16 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>parent</artifactId>
+ <artifactId>support-parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0-alpha8-SNAPSHOT</version>
- <relativePath>../parent</relativePath>
+ <version>3.0.0-alpha6-SNAPSHOT</version>
</parent>
<groupId>org.cytoscape.wrappers</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
- <version>3.0.0-alpha1-SNAPSHOT</version>
<name>Wrappers Project POM</name>
<modules>
--
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.