Author: mes
Date: 2011-01-28 10:45:55 -0800 (Fri, 28 Jan 2011)
New Revision: 23783

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

Copied: core3/dnd-api/tags/dnd-api-3.0.0-alpha1 (from rev 23781, 
core3/dnd-api/trunk)

Deleted: core3/dnd-api/tags/dnd-api-3.0.0-alpha1/pom.xml
===================================================================
--- core3/dnd-api/trunk/pom.xml 2011-01-28 18:44:48 UTC (rev 23781)
+++ core3/dnd-api/tags/dnd-api-3.0.0-alpha1/pom.xml     2011-01-28 18:45:55 UTC 
(rev 23783)
@@ -1,104 +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</version>
-       </parent>
-
-       <properties>
-               <bundle.symbolicName>org.cytoscape.dnd-api</bundle.symbolicName>
-               <bundle.namespace>org.cytoscape.dnd</bundle.namespace>
-       </properties>
-
-       <modelVersion>4.0.0</modelVersion>
-       <groupId>org.cytoscape</groupId>
-       <artifactId>dnd-api</artifactId>
-       <version>1.0-SNAPSHOT</version>
-
-       <name>${bundle.symbolicName} [${bundle.namespace}]</name>
-
-       <packaging>bundle</packaging>
-
-    <scm>
-        
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/dnd-api/trunk</connection>
-        
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/dnd-api/trunk</developerConnection>
-        <url>http://chianti.ucsd.edu/svn/core3/dnd-api/trunk</url>
-    </scm>
-
-       <build>
-               <resources>
-                       <resource>
-                               <directory>src/main/resources</directory>
-                       </resource>
-               </resources>
-               <!-- Cytoscape requires Java 1.6 -->
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-plugin</artifactId>
-                               <configuration>
-                                       
<redirectTestOutputToFile>true</redirectTestOutputToFile>
-                               </configuration>
-                       </plugin>
-                       <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>
-
-       <!-- Links to the Cytoscape Maven repositories. -->
-       <repositories>
-               <repository>
-                       <id>cytoscape_snapshots</id>
-                       <snapshots>
-                       </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>
-                       </releases>
-                       <name>Cytoscape Releases</name>
-                       
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/releases/</url>
-               </repository>
-       </repositories>
-
-       <!-- Dependencies needed to compile this project. -->
-       <dependencies>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>viewmodel-api</artifactId>
-                       <version>3.0.0-alpha3</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>core-task-api</artifactId>
-                       <version>3.0.0-alpha1</version>
-               </dependency>
-       </dependencies>
-
-</project>

Copied: core3/dnd-api/tags/dnd-api-3.0.0-alpha1/pom.xml (from rev 23782, 
core3/dnd-api/trunk/pom.xml)
===================================================================
--- core3/dnd-api/tags/dnd-api-3.0.0-alpha1/pom.xml                             
(rev 0)
+++ core3/dnd-api/tags/dnd-api-3.0.0-alpha1/pom.xml     2011-01-28 18:45:55 UTC 
(rev 23783)
@@ -0,0 +1,104 @@
+<?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.dnd-api</bundle.symbolicName>
+               <bundle.namespace>org.cytoscape.dnd</bundle.namespace>
+       </properties>
+
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>org.cytoscape</groupId>
+       <artifactId>dnd-api</artifactId>
+       <version>3.0.0-alpha1</version>
+
+       <name>${bundle.symbolicName} [${bundle.namespace}]</name>
+
+       <packaging>bundle</packaging>
+
+    <scm>
+        
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/dnd-api/tags/dnd-api-3.0.0-alpha1</connection>
+        
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/dnd-api/tags/dnd-api-3.0.0-alpha1</developerConnection>
+        
<url>http://chianti.ucsd.edu/svn/core3/dnd-api/tags/dnd-api-3.0.0-alpha1</url>
+    </scm>
+
+       <build>
+               <resources>
+                       <resource>
+                               <directory>src/main/resources</directory>
+                       </resource>
+               </resources>
+               <!-- Cytoscape requires Java 1.6 -->
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                               <configuration>
+                                       
<redirectTestOutputToFile>true</redirectTestOutputToFile>
+                               </configuration>
+                       </plugin>
+                       <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>
+
+       <!-- Links to the Cytoscape Maven repositories. -->
+       <repositories>
+               <repository>
+                       <id>cytoscape_snapshots</id>
+                       <snapshots>
+                       </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>
+                       </releases>
+                       <name>Cytoscape Releases</name>
+                       
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/releases/</url>
+               </repository>
+       </repositories>
+
+       <!-- Dependencies needed to compile this project. -->
+       <dependencies>
+               <dependency>
+                       <groupId>org.cytoscape</groupId>
+                       <artifactId>viewmodel-api</artifactId>
+                       <version>3.0.0-alpha3</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.cytoscape</groupId>
+                       <artifactId>core-task-api</artifactId>
+                       <version>3.0.0-alpha1</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