Author: mes Date: 2011-01-28 11:10:28 -0800 (Fri, 28 Jan 2011) New Revision: 23802
Modified: core3/table-import-impl/trunk/pom.xml Log: [maven-release-plugin] prepare release table-import-impl-3.0.0-alpha1 Modified: core3/table-import-impl/trunk/pom.xml =================================================================== --- core3/table-import-impl/trunk/pom.xml 2011-01-28 19:09:33 UTC (rev 23801) +++ core3/table-import-impl/trunk/pom.xml 2011-01-28 19:10:28 UTC (rev 23802) @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<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> <groupId>org.cytoscape</groupId> @@ -11,7 +9,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>table-import-impl</artifactId> - <version>1.0-SNAPSHOT</version> + <version>3.0.0-alpha1</version> <properties> <bundle.symbolicName>org.cytoscape.table-import-impl</bundle.symbolicName> @@ -23,9 +21,9 @@ <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> + <connection>scm:svn:http://chianti.ucsd.edu/svn/core3/table-import-impl/tags/table-import-impl-3.0.0-alpha1</connection> + <developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/table-import-impl/tags/table-import-impl-3.0.0-alpha1</developerConnection> + <url>http://chianti.ucsd.edu/svn/core3/table-import-impl/tags/table-import-impl-3.0.0-alpha1</url> </scm> <build> -- 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.
