Author: mes Date: 2010-10-26 13:21:33 -0700 (Tue, 26 Oct 2010) New Revision: 22470
Added: core3/integration-test-support/tags/integration-test-support-3.0.0-alpha1/ core3/integration-test-support/tags/integration-test-support-3.0.0-alpha1/pom.xml Removed: core3/integration-test-support/tags/integration-test-support-3.0.0-alpha1/pom.xml Log: [maven-release-plugin] copy for tag integration-test-support-3.0.0-alpha1 Copied: core3/integration-test-support/tags/integration-test-support-3.0.0-alpha1 (from rev 22468, core3/integration-test-support/trunk) Deleted: core3/integration-test-support/tags/integration-test-support-3.0.0-alpha1/pom.xml =================================================================== --- core3/integration-test-support/trunk/pom.xml 2010-10-26 20:19:01 UTC (rev 22468) +++ core3/integration-test-support/tags/integration-test-support-3.0.0-alpha1/pom.xml 2010-10-26 20:21:33 UTC (rev 22470) @@ -1,136 +0,0 @@ -<?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"> - - <parent> - <artifactId>parent</artifactId> - <groupId>org.cytoscape</groupId> - <version>3.0.0-alpha2</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>1.0-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> - - <repositories> - <repository> - <id>cytoscape_snapshots</id> - <snapshots> - <enabled>true</enabled> - </snapshots> - <releases> - <enabled>false</enabled> - </releases> - <name>Cytoscape Snapshots</name> - <url>http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots/</url> - </repository> - <repository> - <id>cytoscape_releases</id> - <snapshots> - <enabled>false</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - <name>Cytoscape Releases</name> - <url>http://cytoscape.wodaklab.org/nexus/content/repositories/releases/</url> - </repository> - <repository> - <id>spring-osgi</id> - <snapshots> - <enabled>false</enabled> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - <name>Cytoscape Spring OSGi Release Mirror</name> - <url>http://cytoscape.wodaklab.org/nexus/content/repositories/spring-osgi/</url> - </repository> - </repositories> - - <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.springframework.osgi</groupId> - <artifactId>spring-osgi-test</artifactId> - <version>${spring.osgi.version}</version> - </dependency> - <dependency> - <groupId>org.springframework.osgi</groupId> - <artifactId>spring-osgi-annotation</artifactId> - <version>${spring.osgi.version}</version> - </dependency> - <dependency> - <groupId>org.springframework.osgi</groupId> - <artifactId>spring-osgi-extender</artifactId> - <version>${spring.osgi.version}</version> - </dependency> - <!-- Omitting because this is a snapshot and - everything seems to work without it! - <dependency> - <groupId>org.springframework.osgi</groupId> - <artifactId>log4j.osgi</artifactId> - <version>1.2.15-SNAPSHOT</version> - </dependency> - --> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>com.springsource.slf4j.api</artifactId> - <version>1.5.0</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>com.springsource.slf4j.log4j</artifactId> - <version>1.5.0</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId> - <version>1.5.0</version> - </dependency> - <dependency> - <groupId>org.sonatype.tycho</groupId> - <artifactId>org.eclipse.osgi</artifactId> - <version>3.6.0.v20100517</version> - </dependency> - </dependencies> -</project> Copied: core3/integration-test-support/tags/integration-test-support-3.0.0-alpha1/pom.xml (from rev 22469, core3/integration-test-support/trunk/pom.xml) =================================================================== --- core3/integration-test-support/tags/integration-test-support-3.0.0-alpha1/pom.xml (rev 0) +++ core3/integration-test-support/tags/integration-test-support-3.0.0-alpha1/pom.xml 2010-10-26 20:21:33 UTC (rev 22470) @@ -0,0 +1,134 @@ +<?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-alpha2</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-alpha1</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-alpha1</connection> + <developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/integration-test-support/tags/integration-test-support-3.0.0-alpha1</developerConnection> + <url>http://chianti.ucsd.edu/svn/core3/integration-test-support/tags/integration-test-support-3.0.0-alpha1</url> + </scm> + + <repositories> + <repository> + <id>cytoscape_snapshots</id> + <snapshots> + <enabled>true</enabled> + </snapshots> + <releases> + <enabled>false</enabled> + </releases> + <name>Cytoscape Snapshots</name> + <url>http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots/</url> + </repository> + <repository> + <id>cytoscape_releases</id> + <snapshots> + <enabled>false</enabled> + </snapshots> + <releases> + <enabled>true</enabled> + </releases> + <name>Cytoscape Releases</name> + <url>http://cytoscape.wodaklab.org/nexus/content/repositories/releases/</url> + </repository> + <repository> + <id>spring-osgi</id> + <snapshots> + <enabled>false</enabled> + </snapshots> + <releases> + <enabled>true</enabled> + </releases> + <name>Cytoscape Spring OSGi Release Mirror</name> + <url>http://cytoscape.wodaklab.org/nexus/content/repositories/spring-osgi/</url> + </repository> + </repositories> + + <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.springframework.osgi</groupId> + <artifactId>spring-osgi-test</artifactId> + <version>${spring.osgi.version}</version> + </dependency> + <dependency> + <groupId>org.springframework.osgi</groupId> + <artifactId>spring-osgi-annotation</artifactId> + <version>${spring.osgi.version}</version> + </dependency> + <dependency> + <groupId>org.springframework.osgi</groupId> + <artifactId>spring-osgi-extender</artifactId> + <version>${spring.osgi.version}</version> + </dependency> + <!-- Omitting because this is a snapshot and + everything seems to work without it! + <dependency> + <groupId>org.springframework.osgi</groupId> + <artifactId>log4j.osgi</artifactId> + <version>1.2.15-SNAPSHOT</version> + </dependency> + --> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>com.springsource.slf4j.api</artifactId> + <version>1.5.0</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>com.springsource.slf4j.log4j</artifactId> + <version>1.5.0</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId> + <version>1.5.0</version> + </dependency> + <dependency> + <groupId>org.sonatype.tycho</groupId> + <artifactId>org.eclipse.osgi</artifactId> + <version>3.6.0.v20100517</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.
