Author: kono
Date: 2012-10-01 14:39:52 -0700 (Mon, 01 Oct 2012)
New Revision: 30548

Modified:
   core3/support/trunk/archetypes/api-provider-app/pom.xml
   core3/support/trunk/archetypes/cyaction-app/pom.xml
   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/cmdline/pom.xml
   core3/support/trunk/launch-framework/launcher/pom.xml
   core3/support/trunk/launch-framework/pom.xml
   core3/support/trunk/launch-framework/startlevel-assembly/pom.xml
   core3/support/trunk/pom.xml
   core3/support/trunk/splash-updater-impl/pom.xml
   core3/support/trunk/taglets/pom.xml
Log:
[maven-release-plugin] prepare branch user-beta1

Modified: core3/support/trunk/archetypes/api-provider-app/pom.xml
===================================================================
--- core3/support/trunk/archetypes/api-provider-app/pom.xml     2012-10-01 
21:28:01 UTC (rev 30547)
+++ core3/support/trunk/archetypes/api-provider-app/pom.xml     2012-10-01 
21:39:52 UTC (rev 30548)
@@ -1,5 +1,4 @@
-<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";>
+<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>
 

Modified: core3/support/trunk/archetypes/cyaction-app/pom.xml
===================================================================
--- core3/support/trunk/archetypes/cyaction-app/pom.xml 2012-10-01 21:28:01 UTC 
(rev 30547)
+++ core3/support/trunk/archetypes/cyaction-app/pom.xml 2012-10-01 21:39:52 UTC 
(rev 30548)
@@ -1,5 +1,4 @@
-<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";>
+<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>
 

Modified: core3/support/trunk/archetypes/pom.xml
===================================================================
--- core3/support/trunk/archetypes/pom.xml      2012-10-01 21:28:01 UTC (rev 
30547)
+++ core3/support/trunk/archetypes/pom.xml      2012-10-01 21:39:52 UTC (rev 
30548)
@@ -1,5 +1,4 @@
-<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";>
+<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>

Modified: core3/support/trunk/cy-commons-cli/pom.xml
===================================================================
--- core3/support/trunk/cy-commons-cli/pom.xml  2012-10-01 21:28:01 UTC (rev 
30547)
+++ core3/support/trunk/cy-commons-cli/pom.xml  2012-10-01 21:39:52 UTC (rev 
30548)
@@ -1,6 +1,5 @@
 <?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";>
+<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>
                <groupId>org.cytoscape</groupId>
                <artifactId>support-parent</artifactId>

Modified: core3/support/trunk/integration-test-support/pom.xml
===================================================================
--- core3/support/trunk/integration-test-support/pom.xml        2012-10-01 
21:28:01 UTC (rev 30547)
+++ core3/support/trunk/integration-test-support/pom.xml        2012-10-01 
21:39:52 UTC (rev 30548)
@@ -1,6 +1,5 @@
 <?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";>
+<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>support-parent</artifactId>

Modified: core3/support/trunk/launch-framework/cmdline/pom.xml
===================================================================
--- core3/support/trunk/launch-framework/cmdline/pom.xml        2012-10-01 
21:28:01 UTC (rev 30547)
+++ core3/support/trunk/launch-framework/cmdline/pom.xml        2012-10-01 
21:39:52 UTC (rev 30548)
@@ -1,6 +1,5 @@
 <?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";>
+<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>
                <groupId>org.cytoscape</groupId>

Modified: core3/support/trunk/launch-framework/launcher/pom.xml
===================================================================
--- core3/support/trunk/launch-framework/launcher/pom.xml       2012-10-01 
21:28:01 UTC (rev 30547)
+++ core3/support/trunk/launch-framework/launcher/pom.xml       2012-10-01 
21:39:52 UTC (rev 30548)
@@ -1,6 +1,5 @@
 <?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";>
+<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>

Modified: core3/support/trunk/launch-framework/pom.xml
===================================================================
--- core3/support/trunk/launch-framework/pom.xml        2012-10-01 21:28:01 UTC 
(rev 30547)
+++ core3/support/trunk/launch-framework/pom.xml        2012-10-01 21:39:52 UTC 
(rev 30548)
@@ -1,5 +1,4 @@
-<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";>
+<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>support-parent</artifactId>

Modified: core3/support/trunk/launch-framework/startlevel-assembly/pom.xml
===================================================================
--- core3/support/trunk/launch-framework/startlevel-assembly/pom.xml    
2012-10-01 21:28:01 UTC (rev 30547)
+++ core3/support/trunk/launch-framework/startlevel-assembly/pom.xml    
2012-10-01 21:39:52 UTC (rev 30548)
@@ -1,6 +1,5 @@
 <?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";>
+<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>
                <groupId>org.cytoscape</groupId>
                <artifactId>launch-framework</artifactId>

Modified: core3/support/trunk/pom.xml
===================================================================
--- core3/support/trunk/pom.xml 2012-10-01 21:28:01 UTC (rev 30547)
+++ core3/support/trunk/pom.xml 2012-10-01 21:39:52 UTC (rev 30548)
@@ -1,5 +1,4 @@
-<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";>
+<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>
 
@@ -26,9 +25,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/user-beta1</connection>
+               
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/support/branches/user-beta1</developerConnection>
+               
<url>http://chianti.ucsd.edu/svn/core3/support/branches/user-beta1</url>
        </scm>
 
        <build>

Modified: core3/support/trunk/splash-updater-impl/pom.xml
===================================================================
--- core3/support/trunk/splash-updater-impl/pom.xml     2012-10-01 21:28:01 UTC 
(rev 30547)
+++ core3/support/trunk/splash-updater-impl/pom.xml     2012-10-01 21:39:52 UTC 
(rev 30548)
@@ -1,6 +1,5 @@
 <?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";>
+<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>support-parent</artifactId>

Modified: core3/support/trunk/taglets/pom.xml
===================================================================
--- core3/support/trunk/taglets/pom.xml 2012-10-01 21:28:01 UTC (rev 30547)
+++ core3/support/trunk/taglets/pom.xml 2012-10-01 21:39:52 UTC (rev 30548)
@@ -1,5 +1,4 @@
-<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/xsd/maven-4.0.0.xsd";>
+<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/xsd/maven-4.0.0.xsd";>
        <parent>
                <artifactId>support-parent</artifactId>
                <groupId>org.cytoscape</groupId>

-- 
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