Author: mes
Date: 2011-01-28 17:15:47 -0800 (Fri, 28 Jan 2011)
New Revision: 23907

Added:
   core3/test-support/tags/test-support-3.0.0-alpha1/
   core3/test-support/tags/test-support-3.0.0-alpha1/pom.xml
Removed:
   core3/test-support/tags/test-support-3.0.0-alpha1/pom.xml
Log:
[maven-release-plugin]  copy for tag test-support-3.0.0-alpha1

Copied: core3/test-support/tags/test-support-3.0.0-alpha1 (from rev 23873, 
core3/test-support/trunk)

Deleted: core3/test-support/tags/test-support-3.0.0-alpha1/pom.xml
===================================================================
--- core3/test-support/trunk/pom.xml    2011-01-29 00:09:31 UTC (rev 23873)
+++ core3/test-support/tags/test-support-3.0.0-alpha1/pom.xml   2011-01-29 
01:15:47 UTC (rev 23907)
@@ -1,115 +0,0 @@
-<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";>
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <artifactId>parent</artifactId>
-    <groupId>org.cytoscape</groupId>
-    <version>1.0-SNAPSHOT</version>
-  </parent>
-
-  <groupId>org.cytoscape</groupId>
-  <artifactId>test-support</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <name>test-support</name>
-
-    <scm>
-        
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/test-support/trunk</connection>
-        
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/test-support/trunk</developerConnection>
-        <url>http://chianti.ucsd.edu/svn/core3/test-support/trunk</url>
-    </scm>
-
-    <repositories>
-        <!-- bootstrap for cytoscape dependencies, namely the parent POM 
snapshots -->
-        <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>
-        <!-- bootstrap for cytoscape dependencies, namely the parent POM 
releases -->
-        <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>
-    </repositories>
-
-  <dependencies>
-    <!-- testing the testers!!! -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>${junit.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.cytoscape</groupId>
-      <artifactId>model-api</artifactId>
-      <version>3.0.0-alpha2-SNAPSHOT</version>
-      <type>test-jar</type>
-    </dependency>
-    <dependency>
-      <groupId>org.cytoscape</groupId>
-      <artifactId>event-api</artifactId>
-      <version>3.0.0-alpha2-SNAPSHOT</version>
-      <type>test-jar</type>
-    </dependency>
-    <!-- the APIs we're supporting - these should remain relatively static -->
-    <dependency>
-      <groupId>org.cytoscape</groupId>
-      <artifactId>event-api</artifactId>
-      <version>3.0.0-alpha2-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.cytoscape</groupId>
-      <artifactId>model-api</artifactId>
-      <version>3.0.0-alpha2-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.cytoscape</groupId>
-      <artifactId>viewmodel-api</artifactId>
-      <version>3.0.0-alpha3-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.cytoscape</groupId>
-      <artifactId>service-util</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>
-    <!-- implementations of the APIs - these can change as things evolve -->
-    <dependency>
-      <groupId>org.cytoscape</groupId>
-      <artifactId>model-impl</artifactId>
-      <version>3.0.0-alpha2-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.cytoscape</groupId>
-      <artifactId>viewmodel-impl</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.cytoscape</groupId>
-      <artifactId>equations-impl</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
-      <version>1.8.1</version>
-    </dependency>
-  </dependencies>
-</project>

Copied: core3/test-support/tags/test-support-3.0.0-alpha1/pom.xml (from rev 
23906, core3/test-support/trunk/pom.xml)
===================================================================
--- core3/test-support/tags/test-support-3.0.0-alpha1/pom.xml                   
        (rev 0)
+++ core3/test-support/tags/test-support-3.0.0-alpha1/pom.xml   2011-01-29 
01:15:47 UTC (rev 23907)
@@ -0,0 +1,114 @@
+<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";>
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <artifactId>parent</artifactId>
+    <groupId>org.cytoscape</groupId>
+    <version>3.0.0-alpha5</version>
+  </parent>
+
+  <groupId>org.cytoscape</groupId>
+  <artifactId>test-support</artifactId>
+  <packaging>jar</packaging>
+  <version>3.0.0-alpha1</version>
+  <name>test-support</name>
+
+    <scm>
+        
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/test-support/tags/test-support-3.0.0-alpha1</connection>
+        
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/test-support/tags/test-support-3.0.0-alpha1</developerConnection>
+        
<url>http://chianti.ucsd.edu/svn/core3/test-support/tags/test-support-3.0.0-alpha1</url>
+    </scm>
+
+    <repositories>
+        <!-- bootstrap for cytoscape dependencies, namely the parent POM 
snapshots -->
+        <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>
+        <!-- bootstrap for cytoscape dependencies, namely the parent POM 
releases -->
+        <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>
+    </repositories>
+
+  <dependencies>
+    <!-- testing the testers!!! -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>model-api</artifactId>
+      <version>3.0.0-alpha2</version>
+      <type>test-jar</type>
+    </dependency>
+    <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>event-api</artifactId>
+      <version>3.0.0-alpha2</version>
+      <type>test-jar</type>
+    </dependency>
+    <!-- the APIs we're supporting - these should remain relatively static -->
+    <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>event-api</artifactId>
+      <version>3.0.0-alpha2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>model-api</artifactId>
+      <version>3.0.0-alpha2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>viewmodel-api</artifactId>
+      <version>3.0.0-alpha3</version>
+    </dependency>
+    <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>service-util</artifactId>
+      <version>3.0.0-alpha1</version>
+    </dependency>
+    <!-- implementations of the APIs - these can change as things evolve -->
+    <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>model-impl</artifactId>
+      <version>3.0.0-alpha2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>viewmodel-impl</artifactId>
+      <version>3.0.0-alpha2</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>equations-impl</artifactId>
+      <version>3.0.0-alpha1</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+      <version>1.8.1</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.

Reply via email to