r24362 - in core3: archetypes/trunk cmdline-application/trunk cmdline-parser-impl/trunk core-task-api/trunk core-task-impl/trunk cy-commons-cli/trunk default-mappingcalculators/trunk ding-customgraphics-manager-impl/trunk ding-presentation-impl/trunk dnd-api/trunk editor-impl/trunk equations-api/trunk equations-functions-impl/trunk equations-impl/trunk event-impl/trunk filter-impl/trunk graph-render/trunk gui-distribution/trunk integration-test-support/trunk io-api/trunk io-impl/trunk launch-framework/trunk layout-api/trunk layout-cytoscape-impl/trunk layout-jgraph-impl/trunk layout-prefuse-impl/trunk linkout-impl/trunk log-swing-impl/trunk manual-layout-impl/trunk math-xform/trunk model-impl/trunk network-analyzer-impl/trunk network-merge-impl/trunk plugin-api/trunk plugin-impl/trunk presentation-api/trunk profiler-mojo/trunk property-api/trunk property-impl/trunk psi-mi-impl/trunk sbml-impl/trunk search-impl/trunk service-util/trunk session-api/trunk session-impl/t runk spacial/trunk splash-updater-impl/trunk swing-application-api/trunk swing-application-impl/trunk swing-util/trunk table-browser-impl/trunk table-import-impl/trunk task-testing-impl/trunk test-support/trunk util-intr/trunk viewmodel-api/trunk viewmodel-impl/trunk vizmap-api/trunk vizmap-gui-api/trunk vizmap-gui-impl/trunk vizmap-impl/trunk webservice-api/trunk webservice-biomart-client-impl/trunk webservice-impl/trunk webservice-ncbi-client-impl/trunk work-api/trunk work-headless-impl/trunk work-spring-hack/trunk work-swing-api/trunk work-swing-impl/trunk work-tunable-props-impl/trunk

Thu, 10 Mar 2011 09:09:44 -0800

Author: ruschein
Date: 2011-03-10 08:33:49 -0800 (Thu, 10 Mar 2011)
New Revision: 24362

Modified:
   core3/archetypes/trunk/pom.xml
   core3/cmdline-application/trunk/pom.xml
   core3/cmdline-parser-impl/trunk/pom.xml
   core3/core-task-api/trunk/pom.xml
   core3/core-task-impl/trunk/pom.xml
   core3/cy-commons-cli/trunk/pom.xml
   core3/default-mappingcalculators/trunk/pom.xml
   core3/ding-customgraphics-manager-impl/trunk/pom.xml
   core3/ding-presentation-impl/trunk/pom.xml
   core3/dnd-api/trunk/pom.xml
   core3/editor-impl/trunk/pom.xml
   core3/equations-api/trunk/pom.xml
   core3/equations-functions-impl/trunk/pom.xml
   core3/equations-impl/trunk/pom.xml
   core3/event-impl/trunk/pom.xml
   core3/filter-impl/trunk/pom.xml
   core3/graph-render/trunk/pom.xml
   core3/gui-distribution/trunk/pom.xml
   core3/integration-test-support/trunk/pom.xml
   core3/io-api/trunk/pom.xml
   core3/io-impl/trunk/pom.xml
   core3/launch-framework/trunk/pom.xml
   core3/layout-api/trunk/pom.xml
   core3/layout-cytoscape-impl/trunk/pom.xml
   core3/layout-jgraph-impl/trunk/pom.xml
   core3/layout-prefuse-impl/trunk/pom.xml
   core3/linkout-impl/trunk/pom.xml
   core3/log-swing-impl/trunk/pom.xml
   core3/manual-layout-impl/trunk/pom.xml
   core3/math-xform/trunk/pom.xml
   core3/model-impl/trunk/pom.xml
   core3/network-analyzer-impl/trunk/pom.xml
   core3/network-merge-impl/trunk/pom.xml
   core3/plugin-api/trunk/pom.xml
   core3/plugin-impl/trunk/pom.xml
   core3/presentation-api/trunk/pom.xml
   core3/profiler-mojo/trunk/pom.xml
   core3/property-api/trunk/pom.xml
   core3/property-impl/trunk/pom.xml
   core3/psi-mi-impl/trunk/pom.xml
   core3/sbml-impl/trunk/pom.xml
   core3/search-impl/trunk/pom.xml
   core3/service-util/trunk/pom.xml
   core3/session-api/trunk/pom.xml
   core3/session-impl/trunk/pom.xml
   core3/spacial/trunk/pom.xml
   core3/splash-updater-impl/trunk/pom.xml
   core3/swing-application-api/trunk/pom.xml
   core3/swing-application-impl/trunk/pom.xml
   core3/swing-util/trunk/pom.xml
   core3/table-browser-impl/trunk/pom.xml
   core3/table-import-impl/trunk/pom.xml
   core3/task-testing-impl/trunk/pom.xml
   core3/test-support/trunk/pom.xml
   core3/util-intr/trunk/pom.xml
   core3/viewmodel-api/trunk/pom.xml
   core3/viewmodel-impl/trunk/pom.xml
   core3/vizmap-api/trunk/pom.xml
   core3/vizmap-gui-api/trunk/pom.xml
   core3/vizmap-gui-impl/trunk/pom.xml
   core3/vizmap-impl/trunk/pom.xml
   core3/webservice-api/trunk/pom.xml
   core3/webservice-biomart-client-impl/trunk/pom.xml
   core3/webservice-impl/trunk/pom.xml
   core3/webservice-ncbi-client-impl/trunk/pom.xml
   core3/work-api/trunk/pom.xml
   core3/work-headless-impl/trunk/pom.xml
   core3/work-spring-hack/trunk/pom.xml
   core3/work-swing-api/trunk/pom.xml
   core3/work-swing-impl/trunk/pom.xml
   core3/work-tunable-props-impl/trunk/pom.xml
Log:
Updated parent POM version for Maven 3.

Modified: core3/archetypes/trunk/pom.xml
===================================================================
--- core3/archetypes/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/archetypes/trunk/pom.xml      2011-03-10 16:33:49 UTC (rev 24362)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
-    <version>3.0.0-alpha4</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <groupId>org.cytoscape</groupId>

Modified: core3/cmdline-application/trunk/pom.xml
===================================================================
--- core3/cmdline-application/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/cmdline-application/trunk/pom.xml     2011-03-10 16:33:49 UTC (rev 
24362)
@@ -4,7 +4,7 @@
        <parent>
          <artifactId>parent</artifactId>
          <groupId>org.cytoscape</groupId>
-         <version>3.0.0-alpha4</version>
+         <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>

Modified: core3/cmdline-parser-impl/trunk/pom.xml
===================================================================
--- core3/cmdline-parser-impl/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/cmdline-parser-impl/trunk/pom.xml     2011-03-10 16:33:49 UTC (rev 
24362)
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>parent</artifactId>
     <groupId>org.cytoscape</groupId>
-    <version>1.0-SNAPSHOT</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: core3/core-task-api/trunk/pom.xml
===================================================================
--- core3/core-task-api/trunk/pom.xml   2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/core-task-api/trunk/pom.xml   2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/core-task-impl/trunk/pom.xml
===================================================================
--- core3/core-task-impl/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/core-task-impl/trunk/pom.xml  2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/cy-commons-cli/trunk/pom.xml
===================================================================
--- core3/cy-commons-cli/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/cy-commons-cli/trunk/pom.xml  2011-03-10 16:33:49 UTC (rev 24362)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
        <properties>
                
<bundle.symbolicName>org.cytoscape.cy-commons-cli</bundle.symbolicName>

Modified: core3/default-mappingcalculators/trunk/pom.xml
===================================================================
--- core3/default-mappingcalculators/trunk/pom.xml      2011-03-10 16:22:16 UTC 
(rev 24361)
+++ core3/default-mappingcalculators/trunk/pom.xml      2011-03-10 16:33:49 UTC 
(rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/ding-customgraphics-manager-impl/trunk/pom.xml
===================================================================
--- core3/ding-customgraphics-manager-impl/trunk/pom.xml        2011-03-10 
16:22:16 UTC (rev 24361)
+++ core3/ding-customgraphics-manager-impl/trunk/pom.xml        2011-03-10 
16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/ding-presentation-impl/trunk/pom.xml
===================================================================
--- core3/ding-presentation-impl/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/ding-presentation-impl/trunk/pom.xml  2011-03-10 16:33:49 UTC (rev 
24362)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/dnd-api/trunk/pom.xml
===================================================================
--- core3/dnd-api/trunk/pom.xml 2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/dnd-api/trunk/pom.xml 2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/editor-impl/trunk/pom.xml
===================================================================
--- core3/editor-impl/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/editor-impl/trunk/pom.xml     2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/equations-api/trunk/pom.xml
===================================================================
--- core3/equations-api/trunk/pom.xml   2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/equations-api/trunk/pom.xml   2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>parent</artifactId>
     <groupId>org.cytoscape</groupId>
-    <version>3.0.0-alpha3</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: core3/equations-functions-impl/trunk/pom.xml
===================================================================
--- core3/equations-functions-impl/trunk/pom.xml        2011-03-10 16:22:16 UTC 
(rev 24361)
+++ core3/equations-functions-impl/trunk/pom.xml        2011-03-10 16:33:49 UTC 
(rev 24362)
@@ -6,7 +6,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha3</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/equations-impl/trunk/pom.xml
===================================================================
--- core3/equations-impl/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/equations-impl/trunk/pom.xml  2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/event-impl/trunk/pom.xml
===================================================================
--- core3/event-impl/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/event-impl/trunk/pom.xml      2011-03-10 16:33:49 UTC (rev 24362)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.0-alpha5</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <groupId>org.cytoscape</groupId>

Modified: core3/filter-impl/trunk/pom.xml
===================================================================
--- core3/filter-impl/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/filter-impl/trunk/pom.xml     2011-03-10 16:33:49 UTC (rev 24362)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.0-alpha5</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
        <properties>
                
<bundle.symbolicName>org.cytoscape.filter-impl</bundle.symbolicName>

Modified: core3/graph-render/trunk/pom.xml
===================================================================
--- core3/graph-render/trunk/pom.xml    2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/graph-render/trunk/pom.xml    2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/gui-distribution/trunk/pom.xml
===================================================================
--- core3/gui-distribution/trunk/pom.xml        2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/gui-distribution/trunk/pom.xml        2011-03-10 16:33:49 UTC (rev 
24362)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>parent</artifactId>
     <groupId>org.cytoscape</groupId>
-    <version>3.0.0-alpha5</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: core3/integration-test-support/trunk/pom.xml
===================================================================
--- core3/integration-test-support/trunk/pom.xml        2011-03-10 16:22:16 UTC 
(rev 24361)
+++ core3/integration-test-support/trunk/pom.xml        2011-03-10 16:33:49 UTC 
(rev 24362)
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>parent</artifactId>
     <groupId>org.cytoscape</groupId>
-    <version>3.0.0-alpha4</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: core3/io-api/trunk/pom.xml
===================================================================
--- core3/io-api/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/io-api/trunk/pom.xml  2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/io-impl/trunk/pom.xml
===================================================================
--- core3/io-impl/trunk/pom.xml 2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/io-impl/trunk/pom.xml 2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.0-alpha5</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/launch-framework/trunk/pom.xml
===================================================================
--- core3/launch-framework/trunk/pom.xml        2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/launch-framework/trunk/pom.xml        2011-03-10 16:33:49 UTC (rev 
24362)
@@ -3,7 +3,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha5</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>

Modified: core3/layout-api/trunk/pom.xml
===================================================================
--- core3/layout-api/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/layout-api/trunk/pom.xml      2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
-    <version>3.0.0-alpha4</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: core3/layout-cytoscape-impl/trunk/pom.xml
===================================================================
--- core3/layout-cytoscape-impl/trunk/pom.xml   2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/layout-cytoscape-impl/trunk/pom.xml   2011-03-10 16:33:49 UTC (rev 
24362)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
-    <version>3.0.0-alpha4</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: core3/layout-jgraph-impl/trunk/pom.xml
===================================================================
--- core3/layout-jgraph-impl/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/layout-jgraph-impl/trunk/pom.xml      2011-03-10 16:33:49 UTC (rev 
24362)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: core3/layout-prefuse-impl/trunk/pom.xml
===================================================================
--- core3/layout-prefuse-impl/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/layout-prefuse-impl/trunk/pom.xml     2011-03-10 16:33:49 UTC (rev 
24362)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
-    <version>3.0.0-alpha5</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: core3/linkout-impl/trunk/pom.xml
===================================================================
--- core3/linkout-impl/trunk/pom.xml    2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/linkout-impl/trunk/pom.xml    2011-03-10 16:33:49 UTC (rev 24362)
@@ -1,11 +1,9 @@
 <?xml version="1.0" encoding="UTF-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-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/log-swing-impl/trunk/pom.xml
===================================================================
--- core3/log-swing-impl/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/log-swing-impl/trunk/pom.xml  2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha5</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/manual-layout-impl/trunk/pom.xml
===================================================================
--- core3/manual-layout-impl/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/manual-layout-impl/trunk/pom.xml      2011-03-10 16:33:49 UTC (rev 
24362)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
-    <version>3.0.0-alpha4</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <artifactId>manual-layout-impl</artifactId>

Modified: core3/math-xform/trunk/pom.xml
===================================================================
--- core3/math-xform/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/math-xform/trunk/pom.xml      2011-03-10 16:33:49 UTC (rev 24362)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
-    <version>3.0.0-alpha4</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: core3/model-impl/trunk/pom.xml
===================================================================
--- core3/model-impl/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/model-impl/trunk/pom.xml      2011-03-10 16:33:49 UTC (rev 24362)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <groupId>org.cytoscape</groupId>

Modified: core3/network-analyzer-impl/trunk/pom.xml
===================================================================
--- core3/network-analyzer-impl/trunk/pom.xml   2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/network-analyzer-impl/trunk/pom.xml   2011-03-10 16:33:49 UTC (rev 
24362)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <artifactId>network-analyzer-impl</artifactId>

Modified: core3/network-merge-impl/trunk/pom.xml
===================================================================
--- core3/network-merge-impl/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/network-merge-impl/trunk/pom.xml      2011-03-10 16:33:49 UTC (rev 
24362)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
-    <version>3.0.0-alpha4-SNAPSHOT</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <artifactId>network-merge-impl</artifactId>

Modified: core3/plugin-api/trunk/pom.xml
===================================================================
--- core3/plugin-api/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/plugin-api/trunk/pom.xml      2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>parent</artifactId>
     <groupId>org.cytoscape</groupId>
-    <version>3.0.0-alpha4</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: core3/plugin-impl/trunk/pom.xml
===================================================================
--- core3/plugin-impl/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/plugin-impl/trunk/pom.xml     2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>parent</artifactId>
     <groupId>org.cytoscape</groupId>
-    <version>3.0.0-alpha5</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: core3/presentation-api/trunk/pom.xml
===================================================================
--- core3/presentation-api/trunk/pom.xml        2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/presentation-api/trunk/pom.xml        2011-03-10 16:33:49 UTC (rev 
24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/profiler-mojo/trunk/pom.xml
===================================================================
--- core3/profiler-mojo/trunk/pom.xml   2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/profiler-mojo/trunk/pom.xml   2011-03-10 16:33:49 UTC (rev 24362)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>

Modified: core3/property-api/trunk/pom.xml
===================================================================
--- core3/property-api/trunk/pom.xml    2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/property-api/trunk/pom.xml    2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/property-impl/trunk/pom.xml
===================================================================
--- core3/property-impl/trunk/pom.xml   2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/property-impl/trunk/pom.xml   2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.0-alpha3</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/psi-mi-impl/trunk/pom.xml
===================================================================
--- core3/psi-mi-impl/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/psi-mi-impl/trunk/pom.xml     2011-03-10 16:33:49 UTC (rev 24362)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
-    <version>3.0.0-alpha5</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
   <properties>
     <bundle.symbolicName>org.cytoscape.psi-mi-impl</bundle.symbolicName>

Modified: core3/sbml-impl/trunk/pom.xml
===================================================================
--- core3/sbml-impl/trunk/pom.xml       2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/sbml-impl/trunk/pom.xml       2011-03-10 16:33:49 UTC (rev 24362)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
        <properties>
                
<bundle.symbolicName>org.cytoscape.sbml-impl</bundle.symbolicName>

Modified: core3/search-impl/trunk/pom.xml
===================================================================
--- core3/search-impl/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/search-impl/trunk/pom.xml     2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>

Modified: core3/service-util/trunk/pom.xml
===================================================================
--- core3/service-util/trunk/pom.xml    2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/service-util/trunk/pom.xml    2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha3</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/session-api/trunk/pom.xml
===================================================================
--- core3/session-api/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/session-api/trunk/pom.xml     2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/session-impl/trunk/pom.xml
===================================================================
--- core3/session-impl/trunk/pom.xml    2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/session-impl/trunk/pom.xml    2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha5</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/spacial/trunk/pom.xml
===================================================================
--- core3/spacial/trunk/pom.xml 2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/spacial/trunk/pom.xml 2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>parent</artifactId>
     <groupId>org.cytoscape</groupId>
-    <version>3.0.0-alpha4</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: core3/splash-updater-impl/trunk/pom.xml
===================================================================
--- core3/splash-updater-impl/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/splash-updater-impl/trunk/pom.xml     2011-03-10 16:33:49 UTC (rev 
24362)
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>parent</artifactId>
     <groupId>org.cytoscape</groupId>
-    <version>3.0.0-alpha4</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: core3/swing-application-api/trunk/pom.xml
===================================================================
--- core3/swing-application-api/trunk/pom.xml   2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/swing-application-api/trunk/pom.xml   2011-03-10 16:33:49 UTC (rev 
24362)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/swing-application-impl/trunk/pom.xml
===================================================================
--- core3/swing-application-impl/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/swing-application-impl/trunk/pom.xml  2011-03-10 16:33:49 UTC (rev 
24362)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/swing-util/trunk/pom.xml
===================================================================
--- core3/swing-util/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/swing-util/trunk/pom.xml      2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
-    <version>3.0.0-alpha4</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: core3/table-browser-impl/trunk/pom.xml
===================================================================
--- core3/table-browser-impl/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/table-browser-impl/trunk/pom.xml      2011-03-10 16:33:49 UTC (rev 
24362)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/table-import-impl/trunk/pom.xml
===================================================================
--- core3/table-import-impl/trunk/pom.xml       2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/table-import-impl/trunk/pom.xml       2011-03-10 16:33:49 UTC (rev 
24362)
@@ -3,7 +3,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha3</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>

Modified: core3/task-testing-impl/trunk/pom.xml
===================================================================
--- core3/task-testing-impl/trunk/pom.xml       2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/task-testing-impl/trunk/pom.xml       2011-03-10 16:33:49 UTC (rev 
24362)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/test-support/trunk/pom.xml
===================================================================
--- core3/test-support/trunk/pom.xml    2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/test-support/trunk/pom.xml    2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha5</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <groupId>org.cytoscape</groupId>

Modified: core3/util-intr/trunk/pom.xml
===================================================================
--- core3/util-intr/trunk/pom.xml       2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/util-intr/trunk/pom.xml       2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
-    <version>3.0.0-alpha4</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: core3/viewmodel-api/trunk/pom.xml
===================================================================
--- core3/viewmodel-api/trunk/pom.xml   2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/viewmodel-api/trunk/pom.xml   2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/viewmodel-impl/trunk/pom.xml
===================================================================
--- core3/viewmodel-impl/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/viewmodel-impl/trunk/pom.xml  2011-03-10 16:33:49 UTC (rev 24362)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <groupId>org.cytoscape</groupId>

Modified: core3/vizmap-api/trunk/pom.xml
===================================================================
--- core3/vizmap-api/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/vizmap-api/trunk/pom.xml      2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/vizmap-gui-api/trunk/pom.xml
===================================================================
--- core3/vizmap-gui-api/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/vizmap-gui-api/trunk/pom.xml  2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/vizmap-gui-impl/trunk/pom.xml
===================================================================
--- core3/vizmap-gui-impl/trunk/pom.xml 2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/vizmap-gui-impl/trunk/pom.xml 2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/vizmap-impl/trunk/pom.xml
===================================================================
--- core3/vizmap-impl/trunk/pom.xml     2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/vizmap-impl/trunk/pom.xml     2011-03-10 16:33:49 UTC (rev 24362)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.0-alpha5</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <groupId>org.cytoscape</groupId>

Modified: core3/webservice-api/trunk/pom.xml
===================================================================
--- core3/webservice-api/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/webservice-api/trunk/pom.xml  2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/webservice-biomart-client-impl/trunk/pom.xml
===================================================================
--- core3/webservice-biomart-client-impl/trunk/pom.xml  2011-03-10 16:22:16 UTC 
(rev 24361)
+++ core3/webservice-biomart-client-impl/trunk/pom.xml  2011-03-10 16:33:49 UTC 
(rev 24362)
@@ -5,7 +5,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha5</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/webservice-impl/trunk/pom.xml
===================================================================
--- core3/webservice-impl/trunk/pom.xml 2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/webservice-impl/trunk/pom.xml 2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/webservice-ncbi-client-impl/trunk/pom.xml
===================================================================
--- core3/webservice-ncbi-client-impl/trunk/pom.xml     2011-03-10 16:22:16 UTC 
(rev 24361)
+++ core3/webservice-ncbi-client-impl/trunk/pom.xml     2011-03-10 16:33:49 UTC 
(rev 24362)
@@ -5,7 +5,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/work-api/trunk/pom.xml
===================================================================
--- core3/work-api/trunk/pom.xml        2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/work-api/trunk/pom.xml        2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/work-headless-impl/trunk/pom.xml
===================================================================
--- core3/work-headless-impl/trunk/pom.xml      2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/work-headless-impl/trunk/pom.xml      2011-03-10 16:33:49 UTC (rev 
24362)
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>parent</artifactId>
     <groupId>org.cytoscape</groupId>
-    <version>1.0-SNAPSHOT</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: core3/work-spring-hack/trunk/pom.xml
===================================================================
--- core3/work-spring-hack/trunk/pom.xml        2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/work-spring-hack/trunk/pom.xml        2011-03-10 16:33:49 UTC (rev 
24362)
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>parent</artifactId>
     <groupId>org.cytoscape</groupId>
-    <version>3.0.0-alpha3</version>
+    <version>3.0.0-alpha6-SNAPSHOT</version>
   </parent>
 
   <properties>

Modified: core3/work-swing-api/trunk/pom.xml
===================================================================
--- core3/work-swing-api/trunk/pom.xml  2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/work-swing-api/trunk/pom.xml  2011-03-10 16:33:49 UTC (rev 24362)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha4</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

Modified: core3/work-swing-impl/trunk/pom.xml
===================================================================
--- core3/work-swing-impl/trunk/pom.xml 2011-03-10 16:22:16 UTC (rev 24361)
+++ core3/work-swing-impl/trunk/pom.xml 2011-03-10 16:33:49 UTC (rev 24362)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.0-alpha5</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <groupId>org.cytoscape</groupId>

Modified: core3/work-tunable-props-impl/trunk/pom.xml
===================================================================
--- core3/work-tunable-props-impl/trunk/pom.xml 2011-03-10 16:22:16 UTC (rev 
24361)
+++ core3/work-tunable-props-impl/trunk/pom.xml 2011-03-10 16:33:49 UTC (rev 
24362)
@@ -6,7 +6,7 @@
        <parent>
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>1.0-SNAPSHOT</version>
+               <version>3.0.0-alpha6-SNAPSHOT</version>
        </parent>
 
        <properties>

-- 
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.

Reply via email to