Author: kono Date: 2012-10-01 11:50:20 -0700 (Mon, 01 Oct 2012) New Revision: 30516
Modified: core3/api/trunk/app-api/pom.xml core3/api/trunk/pom.xml Log: [maven-release-plugin] prepare branch user-beta1 Modified: core3/api/trunk/app-api/pom.xml =================================================================== --- core3/api/trunk/app-api/pom.xml 2012-10-01 18:43:37 UTC (rev 30515) +++ core3/api/trunk/app-api/pom.xml 2012-10-01 18:50:20 UTC (rev 30516) @@ -1,6 +1,5 @@ <?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"> +<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>api-parent</artifactId> Modified: core3/api/trunk/pom.xml =================================================================== --- core3/api/trunk/pom.xml 2012-10-01 18:43:37 UTC (rev 30515) +++ core3/api/trunk/pom.xml 2012-10-01 18:50:20 UTC (rev 30516) @@ -11,6 +11,7 @@ </parent> <artifactId>api-parent</artifactId> + <version>3.0.0-beta3-SNAPSHOT</version> <packaging>pom</packaging> <name>Cytoscape API Parent Project POM</name> @@ -68,9 +69,9 @@ </dependencies> <scm> - <connection>scm:svn:http://chianti.ucsd.edu/svn/core3/api/trunk</connection> - <developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/api/trunk</developerConnection> - <url>http://chianti.ucsd.edu/svn/core3/api/trunk</url> + <connection>scm:svn:http://chianti.ucsd.edu/svn/core3/api/branches/user-beta1</connection> + <developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/api/branches/user-beta1</developerConnection> + <url>http://chianti.ucsd.edu/svn/core3/api/branches/user-beta1</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.
