Author: mes Date: 2010-10-12 15:55:43 -0700 (Tue, 12 Oct 2010) New Revision: 22222
Modified: cytoscape/trunk/application/pom.xml cytoscape/trunk/archetypes/ant-sample-plugin/pom.xml cytoscape/trunk/archetypes/pom.xml cytoscape/trunk/archetypes/sample-plugin/pom.xml cytoscape/trunk/corelibs/commons-cli-1.x-cytocape-custom/pom.xml cytoscape/trunk/corelibs/ding/pom.xml cytoscape/trunk/corelibs/docs/pom.xml cytoscape/trunk/corelibs/equations/pom.xml cytoscape/trunk/corelibs/fing/pom.xml cytoscape/trunk/corelibs/geom.rtree/pom.xml cytoscape/trunk/corelibs/geom.spacial/pom.xml cytoscape/trunk/corelibs/giny/pom.xml cytoscape/trunk/corelibs/graph.dynamic/pom.xml cytoscape/trunk/corelibs/graph.fixed/pom.xml cytoscape/trunk/corelibs/nerius.math.xform/pom.xml cytoscape/trunk/corelibs/obo/pom.xml cytoscape/trunk/corelibs/phoebe.dnd/pom.xml cytoscape/trunk/corelibs/pom.xml cytoscape/trunk/corelibs/render.export/pom.xml cytoscape/trunk/corelibs/render.immed/pom.xml cytoscape/trunk/corelibs/render.stateful/pom.xml cytoscape/trunk/corelibs/task/pom.xml cytoscape/trunk/corelibs/undo.support/pom.xml cytoscape/trunk/corelibs/util.intr/pom.xml cytoscape/trunk/coreplugins/AdvancedNetworkMerge/pom.xml cytoscape/trunk/coreplugins/AutomaticLayout/pom.xml cytoscape/trunk/coreplugins/BioMartClient/pom.xml cytoscape/trunk/coreplugins/BioPAX/pom.xml cytoscape/trunk/coreplugins/CoreCommands/pom.xml cytoscape/trunk/coreplugins/CytoscapeEditor2/pom.xml cytoscape/trunk/coreplugins/EquationFunctions/pom.xml cytoscape/trunk/coreplugins/ManualLayout/pom.xml cytoscape/trunk/coreplugins/NCBIClient/pom.xml cytoscape/trunk/coreplugins/NetworkAnalyzer/pom.xml cytoscape/trunk/coreplugins/PSI-MI/pom.xml cytoscape/trunk/coreplugins/QuickFind/pom.xml cytoscape/trunk/coreplugins/RFilters/pom.xml cytoscape/trunk/coreplugins/SBMLReader/pom.xml cytoscape/trunk/coreplugins/TableImport/pom.xml cytoscape/trunk/coreplugins/browser/pom.xml cytoscape/trunk/coreplugins/cPath/pom.xml cytoscape/trunk/coreplugins/cPath2/pom.xml cytoscape/trunk/coreplugins/filters/pom.xml cytoscape/trunk/coreplugins/linkout/pom.xml cytoscape/trunk/coreplugins/pom.xml cytoscape/trunk/distribution/pom.xml cytoscape/trunk/javadoc/pom.xml cytoscape/trunk/packaging/pom.xml cytoscape/trunk/pom.xml cytoscape/trunk/webstart/pom.xml Log: [maven-release-plugin] prepare release parent-2.8.0-beta2 Modified: cytoscape/trunk/application/pom.xml =================================================================== --- cytoscape/trunk/application/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/application/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -1,12 +1,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"> +<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>cytoscape</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <groupId>cytoscape</groupId> Modified: cytoscape/trunk/archetypes/ant-sample-plugin/pom.xml =================================================================== --- cytoscape/trunk/archetypes/ant-sample-plugin/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/archetypes/ant-sample-plugin/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -1,12 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>cytoscape.archetypes</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>ant-sample-plugin</artifactId> Modified: cytoscape/trunk/archetypes/pom.xml =================================================================== --- cytoscape/trunk/archetypes/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/archetypes/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <groupId>cytoscape.archetypes</groupId> Modified: cytoscape/trunk/archetypes/sample-plugin/pom.xml =================================================================== --- cytoscape/trunk/archetypes/sample-plugin/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/archetypes/sample-plugin/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -1,16 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>cytoscape.archetypes</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>sample-plugin</artifactId> - <version>1.0-SNAPSHOT</version> + <version>2.8.0-beta2</version> <packaging>maven-archetype</packaging> <name>Sample Plugin Archetype</name> Modified: cytoscape/trunk/corelibs/commons-cli-1.x-cytocape-custom/pom.xml =================================================================== --- cytoscape/trunk/corelibs/commons-cli-1.x-cytocape-custom/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/commons-cli-1.x-cytocape-custom/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.corelibs</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>commons-cli-1-x-cytocape-custom</artifactId> Modified: cytoscape/trunk/corelibs/ding/pom.xml =================================================================== --- cytoscape/trunk/corelibs/ding/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/ding/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.corelibs</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>ding</artifactId> Modified: cytoscape/trunk/corelibs/docs/pom.xml =================================================================== --- cytoscape/trunk/corelibs/docs/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/docs/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -4,7 +4,7 @@ <parent> <groupId>cytoscape.corelibs</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>docs</artifactId> Modified: cytoscape/trunk/corelibs/equations/pom.xml =================================================================== --- cytoscape/trunk/corelibs/equations/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/equations/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.corelibs</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>equations</artifactId> Modified: cytoscape/trunk/corelibs/fing/pom.xml =================================================================== --- cytoscape/trunk/corelibs/fing/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/fing/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.corelibs</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>fing</artifactId> Modified: cytoscape/trunk/corelibs/geom.rtree/pom.xml =================================================================== --- cytoscape/trunk/corelibs/geom.rtree/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/geom.rtree/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.corelibs</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>geom-rtree</artifactId> Modified: cytoscape/trunk/corelibs/geom.spacial/pom.xml =================================================================== --- cytoscape/trunk/corelibs/geom.spacial/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/geom.spacial/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.corelibs</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>geom-spacial</artifactId> Modified: cytoscape/trunk/corelibs/giny/pom.xml =================================================================== --- cytoscape/trunk/corelibs/giny/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/giny/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.corelibs</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>giny</artifactId> Modified: cytoscape/trunk/corelibs/graph.dynamic/pom.xml =================================================================== --- cytoscape/trunk/corelibs/graph.dynamic/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/graph.dynamic/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.corelibs</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>graph-dynamic</artifactId> Modified: cytoscape/trunk/corelibs/graph.fixed/pom.xml =================================================================== --- cytoscape/trunk/corelibs/graph.fixed/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/graph.fixed/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.corelibs</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>graph-fixed</artifactId> Modified: cytoscape/trunk/corelibs/nerius.math.xform/pom.xml =================================================================== --- cytoscape/trunk/corelibs/nerius.math.xform/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/nerius.math.xform/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.corelibs</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>nerius-math-xform</artifactId> Modified: cytoscape/trunk/corelibs/obo/pom.xml =================================================================== --- cytoscape/trunk/corelibs/obo/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/obo/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.corelibs</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>obo</artifactId> Modified: cytoscape/trunk/corelibs/phoebe.dnd/pom.xml =================================================================== --- cytoscape/trunk/corelibs/phoebe.dnd/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/phoebe.dnd/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.corelibs</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>phoebe-dnd</artifactId> Modified: cytoscape/trunk/corelibs/pom.xml =================================================================== --- cytoscape/trunk/corelibs/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <groupId>cytoscape.corelibs</groupId> Modified: cytoscape/trunk/corelibs/render.export/pom.xml =================================================================== --- cytoscape/trunk/corelibs/render.export/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/render.export/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.corelibs</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>render-export</artifactId> Modified: cytoscape/trunk/corelibs/render.immed/pom.xml =================================================================== --- cytoscape/trunk/corelibs/render.immed/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/render.immed/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.corelibs</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>render-immed</artifactId> Modified: cytoscape/trunk/corelibs/render.stateful/pom.xml =================================================================== --- cytoscape/trunk/corelibs/render.stateful/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/render.stateful/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.corelibs</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>render-stateful</artifactId> Modified: cytoscape/trunk/corelibs/task/pom.xml =================================================================== --- cytoscape/trunk/corelibs/task/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/task/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.corelibs</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>task</artifactId> Modified: cytoscape/trunk/corelibs/undo.support/pom.xml =================================================================== --- cytoscape/trunk/corelibs/undo.support/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/undo.support/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.corelibs</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>undo-support</artifactId> Modified: cytoscape/trunk/corelibs/util.intr/pom.xml =================================================================== --- cytoscape/trunk/corelibs/util.intr/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/corelibs/util.intr/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.corelibs</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>util-intr</artifactId> Modified: cytoscape/trunk/coreplugins/AdvancedNetworkMerge/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/AdvancedNetworkMerge/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/AdvancedNetworkMerge/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>advanced-network-merge</artifactId> Modified: cytoscape/trunk/coreplugins/AutomaticLayout/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/AutomaticLayout/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/AutomaticLayout/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>automatic-layout</artifactId> Modified: cytoscape/trunk/coreplugins/BioMartClient/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/BioMartClient/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/BioMartClient/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>biomart-client</artifactId> Modified: cytoscape/trunk/coreplugins/BioPAX/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/BioPAX/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/BioPAX/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>biopax</artifactId> Modified: cytoscape/trunk/coreplugins/CoreCommands/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/CoreCommands/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/CoreCommands/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>core-commands</artifactId> Modified: cytoscape/trunk/coreplugins/CytoscapeEditor2/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/CytoscapeEditor2/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/CytoscapeEditor2/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>editor</artifactId> Modified: cytoscape/trunk/coreplugins/EquationFunctions/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/EquationFunctions/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/EquationFunctions/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>equation-functions</artifactId> Modified: cytoscape/trunk/coreplugins/ManualLayout/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/ManualLayout/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/ManualLayout/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>manual-layout</artifactId> Modified: cytoscape/trunk/coreplugins/NCBIClient/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/NCBIClient/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/NCBIClient/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>ncbi-client</artifactId> Modified: cytoscape/trunk/coreplugins/NetworkAnalyzer/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/NetworkAnalyzer/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/NetworkAnalyzer/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>network-analyzer</artifactId> Modified: cytoscape/trunk/coreplugins/PSI-MI/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/PSI-MI/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/PSI-MI/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>psi-mi</artifactId> Modified: cytoscape/trunk/coreplugins/QuickFind/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/QuickFind/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/QuickFind/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>quickfind</artifactId> Modified: cytoscape/trunk/coreplugins/RFilters/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/RFilters/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/RFilters/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>rfilters</artifactId> Modified: cytoscape/trunk/coreplugins/SBMLReader/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/SBMLReader/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/SBMLReader/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>sbml-reader</artifactId> Modified: cytoscape/trunk/coreplugins/TableImport/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/TableImport/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/TableImport/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>table-import</artifactId> Modified: cytoscape/trunk/coreplugins/browser/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/browser/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/browser/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>attribute-browser</artifactId> Modified: cytoscape/trunk/coreplugins/cPath/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/cPath/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/cPath/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>cpath</artifactId> Modified: cytoscape/trunk/coreplugins/cPath2/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/cPath2/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/cPath2/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>cpath2</artifactId> Modified: cytoscape/trunk/coreplugins/filters/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/filters/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/filters/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>filters</artifactId> @@ -23,7 +23,7 @@ <dependency> <groupId>cytoscape.coreplugins</groupId> <artifactId>quickfind</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> <scope>provided</scope> </dependency> </dependencies> Modified: cytoscape/trunk/coreplugins/linkout/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/linkout/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/linkout/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape.coreplugins</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <artifactId>linkout</artifactId> Modified: cytoscape/trunk/coreplugins/pom.xml =================================================================== --- cytoscape/trunk/coreplugins/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/coreplugins/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -3,7 +3,7 @@ <parent> <groupId>cytoscape</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <groupId>cytoscape.coreplugins</groupId> Modified: cytoscape/trunk/distribution/pom.xml =================================================================== --- cytoscape/trunk/distribution/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/distribution/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -1,13 +1,10 @@ -<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"> +<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>cytoscape</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <groupId>cytoscape</groupId> Modified: cytoscape/trunk/javadoc/pom.xml =================================================================== --- cytoscape/trunk/javadoc/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/javadoc/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -4,7 +4,7 @@ <parent> <groupId>cytoscape</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <groupId>cytoscape</groupId> Modified: cytoscape/trunk/packaging/pom.xml =================================================================== --- cytoscape/trunk/packaging/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/packaging/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -1,13 +1,10 @@ -<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"> +<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>cytoscape</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <groupId>cytoscape</groupId> Modified: cytoscape/trunk/pom.xml =================================================================== --- cytoscape/trunk/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -4,7 +4,7 @@ <groupId>cytoscape</groupId> <artifactId>parent</artifactId> <packaging>pom</packaging> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> <name>Cytoscape Parent POM</name> <properties> @@ -179,9 +179,9 @@ </distributionManagement> <scm> - <connection>scm:svn:http://chianti.ucsd.edu/svn/cytoscape/trunk</connection> - <developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/cytoscape/trunk</developerConnection> - <url>http://chianti.ucsd.edu/svn/cytoscape/trunk</url> + <connection>scm:svn:http://chianti.ucsd.edu/svn/cytoscape/tags/parent-2.8.0-beta2</connection> + <developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/cytoscape/tags/parent-2.8.0-beta2</developerConnection> + <url>http://chianti.ucsd.edu/svn/cytoscape/tags/parent-2.8.0-beta2</url> </scm> Modified: cytoscape/trunk/webstart/pom.xml =================================================================== --- cytoscape/trunk/webstart/pom.xml 2010-10-12 22:36:06 UTC (rev 22221) +++ cytoscape/trunk/webstart/pom.xml 2010-10-12 22:55:43 UTC (rev 22222) @@ -1,13 +1,11 @@ <!-- Test project which creates and signs a jar artifact --> -<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"> +<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>cytoscape</groupId> <artifactId>parent</artifactId> - <version>2.8.0-beta2-SNAPSHOT</version> + <version>2.8.0-beta2</version> </parent> <groupId>cytoscape</groupId> -- 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.
