Author: kono
Date: 2012-12-06 21:17:51 -0800 (Thu, 06 Dec 2012)
New Revision: 30946

Modified:
   core3/support/trunk/archetypes/pom.xml
   core3/support/trunk/cy-commons-cli/pom.xml
   core3/support/trunk/integration-test-support/pom.xml
   core3/support/trunk/launch-framework/pom.xml
   core3/support/trunk/pom.xml
   core3/support/trunk/splash-updater-impl/pom.xml
   core3/support/trunk/taglets/pom.xml
   core3/support/trunk/task-testing-impl/pom.xml
Log:
[maven-release-plugin] prepare branch 3.0.0-release

Modified: core3/support/trunk/archetypes/pom.xml
===================================================================
--- core3/support/trunk/archetypes/pom.xml      2012-12-07 05:14:10 UTC (rev 
30945)
+++ core3/support/trunk/archetypes/pom.xml      2012-12-07 05:17:51 UTC (rev 
30946)
@@ -4,10 +4,11 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>support-parent</artifactId>
-               <version>3.0.0-beta2-SNAPSHOT</version>
+               <version>3.0.0</version>
        </parent>
 
        <artifactId>archetypes-parent</artifactId>
+  <version>3.0.0-beta2-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>Cytoscape 3 App Archetypes Parent</name>
 
@@ -47,4 +48,10 @@
                </plugins>
        </build>
 
+
+  <scm>
+    
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/support/branches/3.0.0-release/archetypes-parent</connection>
+    
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/support/branches/3.0.0-release/archetypes-parent</developerConnection>
+    
<url>http://chianti.ucsd.edu/svn/core3/support/branches/3.0.0-release/archetypes-parent</url>
+  </scm>
 </project>

Modified: core3/support/trunk/cy-commons-cli/pom.xml
===================================================================
--- core3/support/trunk/cy-commons-cli/pom.xml  2012-12-07 05:14:10 UTC (rev 
30945)
+++ core3/support/trunk/cy-commons-cli/pom.xml  2012-12-07 05:17:51 UTC (rev 
30946)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>support-parent</artifactId>
-               <version>3.0.0-beta2-SNAPSHOT</version>
+               <version>3.0.0</version>
        </parent>
 
        <properties>
@@ -13,6 +13,7 @@
 
        <modelVersion>4.0.0</modelVersion>
        <artifactId>cy-commons-cli</artifactId>
+  <version>3.0.0-beta2-SNAPSHOT</version>
        <name>${bundle.symbolicName}</name>
        <packaging>bundle</packaging>
        <repositories>
@@ -79,4 +80,10 @@
                        <scope>test</scope>
                </dependency>
        </dependencies>
+
+  <scm>
+    
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/support/branches/3.0.0-release/cy-commons-cli</connection>
+    
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/support/branches/3.0.0-release/cy-commons-cli</developerConnection>
+    
<url>http://chianti.ucsd.edu/svn/core3/support/branches/3.0.0-release/cy-commons-cli</url>
+  </scm>
 </project>

Modified: core3/support/trunk/integration-test-support/pom.xml
===================================================================
--- core3/support/trunk/integration-test-support/pom.xml        2012-12-07 
05:14:10 UTC (rev 30945)
+++ core3/support/trunk/integration-test-support/pom.xml        2012-12-07 
05:17:51 UTC (rev 30946)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>support-parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-beta2-SNAPSHOT</version>
+               <version>3.0.0</version>
        </parent>
 
        <properties>
@@ -14,6 +14,7 @@
 
        <modelVersion>4.0.0</modelVersion>
        <artifactId>integration-test-support</artifactId>
+  <version>3.0.0-beta2-SNAPSHOT</version>
 
        <name>${bundle.symbolicName}</name>
 
@@ -91,4 +92,10 @@
                        <version>3.0</version>
                </dependency>
        </dependencies>
+
+  <scm>
+    
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/support/branches/3.0.0-release/integration-test-support</connection>
+    
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/support/branches/3.0.0-release/integration-test-support</developerConnection>
+    
<url>http://chianti.ucsd.edu/svn/core3/support/branches/3.0.0-release/integration-test-support</url>
+  </scm>
 </project>

Modified: core3/support/trunk/launch-framework/pom.xml
===================================================================
--- core3/support/trunk/launch-framework/pom.xml        2012-12-07 05:14:10 UTC 
(rev 30945)
+++ core3/support/trunk/launch-framework/pom.xml        2012-12-07 05:17:51 UTC 
(rev 30946)
@@ -3,12 +3,13 @@
        <parent>
                <artifactId>support-parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-beta2-SNAPSHOT</version>
+               <version>3.0.0</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.cytoscape</groupId>
        <artifactId>launch-framework</artifactId>
+  <version>3.0.0-beta2-SNAPSHOT</version>
 
        <name>Cytoscape Launch Framework</name>
 
@@ -63,4 +64,10 @@
                <module>launcher</module>
                <module>startlevel-assembly</module>
        </modules>
+
+  <scm>
+    
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/support/branches/3.0.0-release/launch-framework</connection>
+    
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/support/branches/3.0.0-release/launch-framework</developerConnection>
+    
<url>http://chianti.ucsd.edu/svn/core3/support/branches/3.0.0-release/launch-framework</url>
+  </scm>
 </project>

Modified: core3/support/trunk/pom.xml
===================================================================
--- core3/support/trunk/pom.xml 2012-12-07 05:14:10 UTC (rev 30945)
+++ core3/support/trunk/pom.xml 2012-12-07 05:17:51 UTC (rev 30946)
@@ -29,9 +29,9 @@
        </modules>
 
        <scm>
-               
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/support/trunk</connection>
-               
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/support/trunk</developerConnection>
-               <url>http://chianti.ucsd.edu/svn/core3/support/trunk</url>
+               
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/support/branches/3.0.0-release</connection>
+               
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/support/branches/3.0.0-release</developerConnection>
+               
<url>http://chianti.ucsd.edu/svn/core3/support/branches/3.0.0-release</url>
        </scm>
 
        <build>

Modified: core3/support/trunk/splash-updater-impl/pom.xml
===================================================================
--- core3/support/trunk/splash-updater-impl/pom.xml     2012-12-07 05:14:10 UTC 
(rev 30945)
+++ core3/support/trunk/splash-updater-impl/pom.xml     2012-12-07 05:17:51 UTC 
(rev 30946)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>support-parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-beta2-SNAPSHOT</version>
+               <version>3.0.0</version>
        </parent>
 
        <properties>
@@ -15,6 +15,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.cytoscape</groupId>
        <artifactId>splash-updater-impl</artifactId>
+  <version>3.0.0-beta2-SNAPSHOT</version>
 
        <name>Splash Updater</name>
 
@@ -79,4 +80,10 @@
                </dependency>
        </dependencies>
 
+
+  <scm>
+    
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/support/branches/3.0.0-release/splash-updater-impl</connection>
+    
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/support/branches/3.0.0-release/splash-updater-impl</developerConnection>
+    
<url>http://chianti.ucsd.edu/svn/core3/support/branches/3.0.0-release/splash-updater-impl</url>
+  </scm>
 </project>

Modified: core3/support/trunk/taglets/pom.xml
===================================================================
--- core3/support/trunk/taglets/pom.xml 2012-12-07 05:14:10 UTC (rev 30945)
+++ core3/support/trunk/taglets/pom.xml 2012-12-07 05:17:51 UTC (rev 30946)
@@ -2,12 +2,13 @@
        <parent>
                <artifactId>support-parent</artifactId>
                <groupId>org.cytoscape</groupId>
-               <version>3.0.0-beta2-SNAPSHOT</version>
+               <version>3.0.0</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
 
        <artifactId>taglets</artifactId>
+  <version>3.0.0-beta2-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <name>Cytoscape Documentation Taglets</name>
@@ -169,4 +170,10 @@
                </profile>
        </profiles>
 
+
+  <scm>
+    
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/support/branches/3.0.0-release/taglets</connection>
+    
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/support/branches/3.0.0-release/taglets</developerConnection>
+    
<url>http://chianti.ucsd.edu/svn/core3/support/branches/3.0.0-release/taglets</url>
+  </scm>
 </project>

Modified: core3/support/trunk/task-testing-impl/pom.xml
===================================================================
--- core3/support/trunk/task-testing-impl/pom.xml       2012-12-07 05:14:10 UTC 
(rev 30945)
+++ core3/support/trunk/task-testing-impl/pom.xml       2012-12-07 05:17:51 UTC 
(rev 30946)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>support-parent</artifactId>
-               <version>3.0.0-beta2-SNAPSHOT</version>
+               <version>3.0.0</version>
        </parent>
 
        <properties>
@@ -14,6 +14,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.cytoscape</groupId>
        <artifactId>task-testing-impl</artifactId>
+  <version>3.0.0-beta2-SNAPSHOT</version>
        <name>Tasks for Testing</name>
        <packaging>bundle</packaging>
 
@@ -95,4 +96,10 @@
                        <version>${osgi.api.version}</version>
                </dependency>
        </dependencies>
+
+  <scm>
+    
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/support/branches/3.0.0-release/task-testing-impl</connection>
+    
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/support/branches/3.0.0-release/task-testing-impl</developerConnection>
+    
<url>http://chianti.ucsd.edu/svn/core3/support/branches/3.0.0-release/task-testing-impl</url>
+  </scm>
 </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