Author: mes
Date: 2011-01-28 15:21:01 -0800 (Fri, 28 Jan 2011)
New Revision: 23827

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

Copied: core3/manual-layout-impl/tags/manual-layout-impl-3.0.0-alpha1 (from rev 
23825, core3/manual-layout-impl/trunk)

Deleted: core3/manual-layout-impl/tags/manual-layout-impl-3.0.0-alpha1/pom.xml
===================================================================
--- core3/manual-layout-impl/trunk/pom.xml      2011-01-28 23:18:16 UTC (rev 
23825)
+++ core3/manual-layout-impl/tags/manual-layout-impl-3.0.0-alpha1/pom.xml       
2011-01-28 23:21:01 UTC (rev 23827)
@@ -1,84 +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>
-    <groupId>org.cytoscape</groupId>
-    <artifactId>parent</artifactId>
-    <version>3.0.0-alpha3</version>
-  </parent>
-
-  <artifactId>manual-layout-impl</artifactId>
-  <packaging>bundle</packaging>
-  <name>Manual Layout</name>
-  <version>1.0-SNAPSHOT</version>
-
-  <properties>
-    <bundle.symbolicName>org.cytoscape.manual-layout-impl</bundle.symbolicName>
-    <bundle.namespace>org.cytoscape.view.manual.internal</bundle.namespace>
-  </properties>
-
-  <scm>
-    
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/manual-layout-impl/trunk</connection>
-    
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/manual-layout-impl/trunk</developerConnection>
-    <url>http://chianti.ucsd.edu/svn/core3/manual-layout-impl/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>
-            
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
-            <Private-Package>${bundle.namespace}.internal.*</Private-Package>
-            <_include>-osgi.bnd</_include>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.cytoscape</groupId>
-      <artifactId>math-xform</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.cytoscape</groupId>
-      <artifactId>model-api</artifactId>
-      <version>[3.0.0-alpha1,4.0.0)</version>
-    </dependency>
-    <dependency>
-      <groupId>org.cytoscape</groupId>
-      <artifactId>viewmodel-api</artifactId>
-      <version>3.0.0-alpha2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.cytoscape</groupId>
-      <artifactId>session-api</artifactId>
-      <version>[3.0.0-alpha1,4.0.0)</version>
-    </dependency>
-    <dependency>
-      <groupId>org.cytoscape</groupId>
-      <artifactId>work-api</artifactId>
-      <version>[3.0.0-alpha1,4.0.0)</version>
-    </dependency>    
-    <dependency>
-      <groupId>org.cytoscape</groupId>
-      <artifactId>swing-application-api</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
-
-</project>
-

Copied: core3/manual-layout-impl/tags/manual-layout-impl-3.0.0-alpha1/pom.xml 
(from rev 23826, core3/manual-layout-impl/trunk/pom.xml)
===================================================================
--- core3/manual-layout-impl/tags/manual-layout-impl-3.0.0-alpha1/pom.xml       
                        (rev 0)
+++ core3/manual-layout-impl/tags/manual-layout-impl-3.0.0-alpha1/pom.xml       
2011-01-28 23:21:01 UTC (rev 23827)
@@ -0,0 +1,84 @@
+<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>
+    <groupId>org.cytoscape</groupId>
+    <artifactId>parent</artifactId>
+    <version>3.0.0-alpha4</version>
+  </parent>
+
+  <artifactId>manual-layout-impl</artifactId>
+  <packaging>bundle</packaging>
+  <name>Manual Layout</name>
+  <version>3.0.0-alpha1</version>
+
+  <properties>
+    <bundle.symbolicName>org.cytoscape.manual-layout-impl</bundle.symbolicName>
+    <bundle.namespace>org.cytoscape.view.manual.internal</bundle.namespace>
+  </properties>
+
+  <scm>
+    
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/manual-layout-impl/tags/manual-layout-impl-3.0.0-alpha1</connection>
+    
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/manual-layout-impl/tags/manual-layout-impl-3.0.0-alpha1</developerConnection>
+    
<url>http://chianti.ucsd.edu/svn/core3/manual-layout-impl/tags/manual-layout-impl-3.0.0-alpha1</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>
+            
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
+            <Private-Package>${bundle.namespace}.internal.*</Private-Package>
+            <_include>-osgi.bnd</_include>
+          </instructions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>math-xform</artifactId>
+      <version>3.0.0-alpha1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>model-api</artifactId>
+      <version>[3.0.0-alpha1,4.0.0)</version>
+    </dependency>
+    <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>viewmodel-api</artifactId>
+      <version>3.0.0-alpha2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>session-api</artifactId>
+      <version>[3.0.0-alpha1,4.0.0)</version>
+    </dependency>
+    <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>work-api</artifactId>
+      <version>[3.0.0-alpha1,4.0.0)</version>
+    </dependency>    
+    <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>swing-application-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