Author: mes Date: 2010-10-28 13:18:33 -0700 (Thu, 28 Oct 2010) New Revision: 22572
Modified: core3/presentation-api/trunk/pom.xml Log: [maven-release-plugin] prepare release presentation-api-3.0.0-alpha1 Modified: core3/presentation-api/trunk/pom.xml =================================================================== --- core3/presentation-api/trunk/pom.xml 2010-10-28 20:14:42 UTC (rev 22571) +++ core3/presentation-api/trunk/pom.xml 2010-10-28 20:18:33 UTC (rev 22572) @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - 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"> +<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> @@ -17,7 +15,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>presentation-api</artifactId> - <version>1.0-SNAPSHOT</version> + <version>3.0.0-alpha1</version> <name>${bundle.symbolicName} [${bundle.namespace}]</name> @@ -104,4 +102,10 @@ </dependency> </dependencies> + + <scm> + <connection>scm:svn:http://chianti.ucsd.edu/svn/core3/parent/tags/presentation-api-3.0.0-alpha1</connection> + <developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/parent/tags/presentation-api-3.0.0-alpha1</developerConnection> + <url>http://chianti.ucsd.edu/svn/core3/parent/tags/presentation-api-3.0.0-alpha1</url> + </scm> </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.
