Author: kono
Date: 2012-12-17 15:23:59 -0800 (Mon, 17 Dec 2012)
New Revision: 31012

Modified:
   core3/gui-distribution/trunk/assembly/pom.xml
   core3/gui-distribution/trunk/branding/pom.xml
   core3/gui-distribution/trunk/cmdline-impl/pom.xml
   core3/gui-distribution/trunk/diagnostics/pom.xml
   core3/gui-distribution/trunk/features/pom.xml
   core3/gui-distribution/trunk/launcher/pom.xml
   core3/gui-distribution/trunk/packaging/pom.xml
   core3/gui-distribution/trunk/pom.xml
   core3/gui-distribution/trunk/splash-launcher/pom.xml
Log:
Version numbers are updated to 3.1.0-SNAPSHOT.

Modified: core3/gui-distribution/trunk/assembly/pom.xml
===================================================================
--- core3/gui-distribution/trunk/assembly/pom.xml       2012-12-17 22:54:11 UTC 
(rev 31011)
+++ core3/gui-distribution/trunk/assembly/pom.xml       2012-12-17 23:23:59 UTC 
(rev 31012)
@@ -5,13 +5,13 @@
        <parent>
                <groupId>org.cytoscape.distribution</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.1-SNAPSHOT</version>
+               <version>3.1.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        
        <groupId>org.cytoscape.distribution</groupId>
        <artifactId>cytoscape</artifactId>
-  <version>3.0.1-SNAPSHOT</version>
+  <version>3.1.0-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>Cytoscape Karaf Distribution</name>
 

Modified: core3/gui-distribution/trunk/branding/pom.xml
===================================================================
--- core3/gui-distribution/trunk/branding/pom.xml       2012-12-17 22:54:11 UTC 
(rev 31011)
+++ core3/gui-distribution/trunk/branding/pom.xml       2012-12-17 23:23:59 UTC 
(rev 31012)
@@ -5,12 +5,12 @@
        <parent>
                <groupId>org.cytoscape.distribution</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.1-SNAPSHOT</version>
+               <version>3.1.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
        <artifactId>branding</artifactId>
-  <version>3.0.1-SNAPSHOT</version>
+  <version>3.1.0-SNAPSHOT</version>
        <packaging>bundle</packaging>
        <name>Cytoscape Branding</name>
 

Modified: core3/gui-distribution/trunk/cmdline-impl/pom.xml
===================================================================
--- core3/gui-distribution/trunk/cmdline-impl/pom.xml   2012-12-17 22:54:11 UTC 
(rev 31011)
+++ core3/gui-distribution/trunk/cmdline-impl/pom.xml   2012-12-17 23:23:59 UTC 
(rev 31012)
@@ -4,13 +4,13 @@
        <parent>
                <groupId>org.cytoscape.distribution</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.1-SNAPSHOT</version>
+               <version>3.1.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <artifactId>cmdline-impl</artifactId>
-  <version>3.0.1-SNAPSHOT</version>
+  <version>3.1.0-SNAPSHOT</version>
 
        <name>Cytoscape Command Line Provider Implementation</name>
 

Modified: core3/gui-distribution/trunk/diagnostics/pom.xml
===================================================================
--- core3/gui-distribution/trunk/diagnostics/pom.xml    2012-12-17 22:54:11 UTC 
(rev 31011)
+++ core3/gui-distribution/trunk/diagnostics/pom.xml    2012-12-17 23:23:59 UTC 
(rev 31012)
@@ -4,13 +4,13 @@
        <parent>
                <groupId>org.cytoscape.distribution</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.1-SNAPSHOT</version>
+               <version>3.1.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <artifactId>diagnostics-impl</artifactId>
-  <version>3.0.1-SNAPSHOT</version>
+  <version>3.1.0-SNAPSHOT</version>
 
        <name>Cytoscape Diagnostics</name>
 

Modified: core3/gui-distribution/trunk/features/pom.xml
===================================================================
--- core3/gui-distribution/trunk/features/pom.xml       2012-12-17 22:54:11 UTC 
(rev 31011)
+++ core3/gui-distribution/trunk/features/pom.xml       2012-12-17 23:23:59 UTC 
(rev 31012)
@@ -4,12 +4,12 @@
        <parent>
                <groupId>org.cytoscape.distribution</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.1-SNAPSHOT</version>
+               <version>3.1.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
        <artifactId>features</artifactId>
-  <version>3.0.1-SNAPSHOT</version>
+  <version>3.1.0-SNAPSHOT</version>
        <packaging>pom</packaging>
        <name>Cytoscape Feature Repository</name>
 

Modified: core3/gui-distribution/trunk/launcher/pom.xml
===================================================================
--- core3/gui-distribution/trunk/launcher/pom.xml       2012-12-17 22:54:11 UTC 
(rev 31011)
+++ core3/gui-distribution/trunk/launcher/pom.xml       2012-12-17 23:23:59 UTC 
(rev 31012)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.cytoscape.distribution</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.1-SNAPSHOT</version>
+               <version>3.1.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
@@ -13,7 +13,7 @@
        <!-- Artifact id *must* start with "karaf-*" so startup scripts add 
this 
                JAR to the boot classpath -->
        <artifactId>karaf-launcher</artifactId>
-  <version>3.0.1-SNAPSHOT</version>
+  <version>3.1.0-SNAPSHOT</version>
 
        <name>Cytoscape Launcher</name>
 

Modified: core3/gui-distribution/trunk/packaging/pom.xml
===================================================================
--- core3/gui-distribution/trunk/packaging/pom.xml      2012-12-17 22:54:11 UTC 
(rev 31011)
+++ core3/gui-distribution/trunk/packaging/pom.xml      2012-12-17 23:23:59 UTC 
(rev 31012)
@@ -4,11 +4,11 @@
   <parent>
     <groupId>org.cytoscape.distribution</groupId>
     <artifactId>parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.1.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>packaging</artifactId>
-  <version>3.0.1-SNAPSHOT</version>
+  <version>3.1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Cytoscape Release Packaging</name>
 

Modified: core3/gui-distribution/trunk/pom.xml
===================================================================
--- core3/gui-distribution/trunk/pom.xml        2012-12-17 22:54:11 UTC (rev 
31011)
+++ core3/gui-distribution/trunk/pom.xml        2012-12-17 23:23:59 UTC (rev 
31012)
@@ -5,21 +5,21 @@
        <parent>
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
-               <version>3.0.1-SNAPSHOT</version>
+               <version>3.1.0-SNAPSHOT</version>
                <relativePath>../parent</relativePath>
        </parent>
        
        <groupId>org.cytoscape.distribution</groupId>
        <artifactId>parent</artifactId>
-       <version>3.0.1-SNAPSHOT</version>
+       <version>3.1.0-SNAPSHOT</version>
        <packaging>pom</packaging>
        
        <name>Cytoscape Desktop Application Distribution</name>
 
        <properties>
-               <cytoscape.api.version>3.0.1-SNAPSHOT</cytoscape.api.version>
-               
<cytoscape.support.version>3.0.1-SNAPSHOT</cytoscape.support.version>
-               <cytoscape.impl.version>3.0.1-SNAPSHOT</cytoscape.impl.version>
+               <cytoscape.api.version>3.1.0-SNAPSHOT</cytoscape.api.version>
+               
<cytoscape.support.version>3.1.0-SNAPSHOT</cytoscape.support.version>
+               <cytoscape.impl.version>3.1.0-SNAPSHOT</cytoscape.impl.version>
        </properties>
 
        <build>

Modified: core3/gui-distribution/trunk/splash-launcher/pom.xml
===================================================================
--- core3/gui-distribution/trunk/splash-launcher/pom.xml        2012-12-17 
22:54:11 UTC (rev 31011)
+++ core3/gui-distribution/trunk/splash-launcher/pom.xml        2012-12-17 
23:23:59 UTC (rev 31012)
@@ -3,14 +3,14 @@
   <parent>
     <groupId>org.cytoscape.distribution</groupId>
     <artifactId>parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.1.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.cytoscape.gui-distribution</groupId>
   <artifactId>splash-launcher</artifactId>
-  <version>3.0.1-SNAPSHOT</version>
+  <version>3.1.0-SNAPSHOT</version>
 
   <packaging>jar</packaging>
 

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