Author: mes Date: 2011-01-28 11:09:33 -0800 (Fri, 28 Jan 2011) New Revision: 23801
Modified: core3/table-import-impl/trunk/pom.xml Log: preparing for release Modified: core3/table-import-impl/trunk/pom.xml =================================================================== --- core3/table-import-impl/trunk/pom.xml 2011-01-28 19:06:55 UTC (rev 23800) +++ core3/table-import-impl/trunk/pom.xml 2011-01-28 19:09:33 UTC (rev 23801) @@ -2,26 +2,32 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - - <properties> - <bundle.symbolicName>org.cytoscape.table-import-impl</bundle.symbolicName> - <bundle.namespace>org.cytoscape.tableimport</bundle.namespace> - </properties> - <parent> <artifactId>parent</artifactId> <groupId>org.cytoscape</groupId> <version>3.0.0-alpha3</version> </parent> + <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>table-import-impl</artifactId> <version>1.0-SNAPSHOT</version> + <properties> + <bundle.symbolicName>org.cytoscape.table-import-impl</bundle.symbolicName> + <bundle.namespace>org.cytoscape.tableimport</bundle.namespace> + </properties> + <name>${bundle.symbolicName} [${bundle.namespace}]</name> <packaging>bundle</packaging> + <scm> + <connection>scm:svn:http://chianti.ucsd.edu/svn/core3/table-import-impl/trunk</connection> + <developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/table-import-impl/trunk</developerConnection> + <url>http://chianti.ucsd.edu/svn/core3/table-import-impl/trunk</url> + </scm> + <build> <!-- Cytoscape requires Java 1.6 --> <plugins> @@ -102,17 +108,17 @@ <dependency> <groupId>org.cytoscape</groupId> <artifactId>model-api</artifactId> - <version>3.0.0-alpha2-SNAPSHOT</version> + <version>3.0.0-alpha2</version> </dependency> <dependency> <groupId>org.cytoscape</groupId> <artifactId>viewmodel-api</artifactId> - <version>3.0.0-alpha3-SNAPSHOT</version> + <version>3.0.0-alpha3</version> </dependency> <dependency> <groupId>org.cytoscape</groupId> <artifactId>core-task-api</artifactId> - <version>3.0.0-alpha2-SNAPSHOT</version> + <version>3.0.0-alpha2</version> </dependency> <dependency> <groupId>org.cytoscape</groupId> @@ -122,29 +128,29 @@ <dependency> <groupId>org.cytoscape</groupId> <artifactId>layout-api</artifactId> - <version>1.0-SNAPSHOT</version> + <version>3.0.0-alpha1</version> </dependency> <dependency> <groupId>org.cytoscape</groupId> <artifactId>io-api</artifactId> - <version>3.0.0-alpha2-SNAPSHOT</version> + <version>3.0.0-alpha2</version> </dependency> <dependency> <groupId>org.cytoscape</groupId> <artifactId>swing-application-api</artifactId> - <version>1.0-SNAPSHOT</version> + <version>3.0.0-alpha1</version> </dependency> <dependency> <groupId>org.cytoscape</groupId> <artifactId>swing-util</artifactId> - <version>1.0-SNAPSHOT</version> + <version>3.0.0-alpha1</version> </dependency> <dependency> <groupId>org.cytoscape</groupId> <artifactId>work-swing-api</artifactId> - <version>1.0-SNAPSHOT</version> + <version>3.0.0-alpha1</version> </dependency> <dependency> @@ -210,12 +216,6 @@ <version>4.4</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.cytoscape</groupId> - <artifactId>test-support</artifactId> - <version>1.0-SNAPSHOT</version> - <scope>test</scope> - </dependency> </dependencies> </project> -- 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.
