Author: mes Date: 2011-01-28 16:22:57 -0800 (Fri, 28 Jan 2011) New Revision: 23882
Added: core3/integration-test-support/tags/integration-test-support-3.0.0-alpha3/ core3/integration-test-support/tags/integration-test-support-3.0.0-alpha3/pom.xml Removed: core3/integration-test-support/tags/integration-test-support-3.0.0-alpha3/pom.xml Log: [maven-release-plugin] copy for tag integration-test-support-3.0.0-alpha3 Copied: core3/integration-test-support/tags/integration-test-support-3.0.0-alpha3 (from rev 23879, core3/integration-test-support/trunk) Deleted: core3/integration-test-support/tags/integration-test-support-3.0.0-alpha3/pom.xml =================================================================== --- core3/integration-test-support/trunk/pom.xml 2011-01-29 00:20:16 UTC (rev 23879) +++ core3/integration-test-support/tags/integration-test-support-3.0.0-alpha3/pom.xml 2011-01-29 00:22:57 UTC (rev 23882) @@ -1,75 +0,0 @@ -<?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"> - - <parent> - <artifactId>parent</artifactId> - <groupId>org.cytoscape</groupId> - <version>3.0.0-alpha4-SNAPSHOT</version> - </parent> - - <properties> - <bundle.symbolicName>org.cytoscape.integration-test-support</bundle.symbolicName> - <bundle.namespace>org.cytoscape.integration</bundle.namespace> - </properties> - - <modelVersion>4.0.0</modelVersion> - <groupId>org.cytoscape</groupId> - <artifactId>integration-test-support</artifactId> - <version>3.0.0-alpha3-SNAPSHOT</version> - - <name>${bundle.symbolicName}</name> - - <packaging>bundle</packaging> - - <scm> - <connection>scm:svn:http://chianti.ucsd.edu/svn/core3/integration-test-support/trunk</connection> - <developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/integration-test-support/trunk</developerConnection> - <url>http://chianti.ucsd.edu/svn/core3/integration-test-support/trunk</url> - </scm> - - <build> - <plugins> - <plugin> - <groupId>org.ops4j</groupId> - <artifactId>maven-pax-plugin</artifactId> - <version>1.4</version> - <extensions>true</extensions> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <version>1.4.3</version> - <configuration> - <instructions> - <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName> - <Bundle-Version>${pom.version}</Bundle-Version> - <_include>-osgi.bnd</_include> - </instructions> - </configuration> - </plugin> - </plugins> - </build> - - <dependencies> - <dependency> - <groupId>org.ops4j.pax.exam</groupId> - <artifactId>pax-exam</artifactId> - <version>1.2.0</version> - </dependency> - <dependency> - <groupId>org.ops4j.pax.exam</groupId> - <artifactId>pax-exam-junit</artifactId> - <version>1.2.0</version> - </dependency> - <dependency> - <groupId>org.ops4j.pax.exam</groupId> - <artifactId>pax-exam-container-default</artifactId> - <version>1.2.0</version> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - </dependency> - </dependencies> -</project> Copied: core3/integration-test-support/tags/integration-test-support-3.0.0-alpha3/pom.xml (from rev 23881, core3/integration-test-support/trunk/pom.xml) =================================================================== --- core3/integration-test-support/tags/integration-test-support-3.0.0-alpha3/pom.xml (rev 0) +++ core3/integration-test-support/tags/integration-test-support-3.0.0-alpha3/pom.xml 2011-01-29 00:22:57 UTC (rev 23882) @@ -0,0 +1,75 @@ +<?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"> + + <parent> + <artifactId>parent</artifactId> + <groupId>org.cytoscape</groupId> + <version>3.0.0-alpha4</version> + </parent> + + <properties> + <bundle.symbolicName>org.cytoscape.integration-test-support</bundle.symbolicName> + <bundle.namespace>org.cytoscape.integration</bundle.namespace> + </properties> + + <modelVersion>4.0.0</modelVersion> + <groupId>org.cytoscape</groupId> + <artifactId>integration-test-support</artifactId> + <version>3.0.0-alpha3</version> + + <name>${bundle.symbolicName}</name> + + <packaging>bundle</packaging> + + <scm> + <connection>scm:svn:http://chianti.ucsd.edu/svn/core3/integration-test-support/tags/integration-test-support-3.0.0-alpha3</connection> + <developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/integration-test-support/tags/integration-test-support-3.0.0-alpha3</developerConnection> + <url>http://chianti.ucsd.edu/svn/core3/integration-test-support/tags/integration-test-support-3.0.0-alpha3</url> + </scm> + + <build> + <plugins> + <plugin> + <groupId>org.ops4j</groupId> + <artifactId>maven-pax-plugin</artifactId> + <version>1.4</version> + <extensions>true</extensions> + </plugin> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <version>1.4.3</version> + <configuration> + <instructions> + <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName> + <Bundle-Version>${pom.version}</Bundle-Version> + <_include>-osgi.bnd</_include> + </instructions> + </configuration> + </plugin> + </plugins> + </build> + + <dependencies> + <dependency> + <groupId>org.ops4j.pax.exam</groupId> + <artifactId>pax-exam</artifactId> + <version>1.2.0</version> + </dependency> + <dependency> + <groupId>org.ops4j.pax.exam</groupId> + <artifactId>pax-exam-junit</artifactId> + <version>1.2.0</version> + </dependency> + <dependency> + <groupId>org.ops4j.pax.exam</groupId> + <artifactId>pax-exam-container-default</artifactId> + <version>1.2.0</version> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>${junit.version}</version> + </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.
