Author: kono
Date: 2012-12-06 21:21:35 -0800 (Thu, 06 Dec 2012)
New Revision: 30951
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/archetypes/task-app/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
core3/support/trunk/task-testing-impl/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: core3/support/trunk/archetypes/api-provider-app/pom.xml
===================================================================
--- core3/support/trunk/archetypes/api-provider-app/pom.xml 2012-12-07
05:21:16 UTC (rev 30950)
+++ core3/support/trunk/archetypes/api-provider-app/pom.xml 2012-12-07
05:21:35 UTC (rev 30951)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>archetypes-parent</artifactId>
- <version> 3.0.0</version>
+ <version> 3.0.1-SNAPSHOT</version>
</parent>
<groupId>org.cytoscape.archetypes</groupId>
Modified: core3/support/trunk/archetypes/cyaction-app/pom.xml
===================================================================
--- core3/support/trunk/archetypes/cyaction-app/pom.xml 2012-12-07 05:21:16 UTC
(rev 30950)
+++ core3/support/trunk/archetypes/cyaction-app/pom.xml 2012-12-07 05:21:35 UTC
(rev 30951)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>archetypes-parent</artifactId>
- <version> 3.0.0</version>
+ <version> 3.0.1-SNAPSHOT</version>
</parent>
<groupId>org.cytoscape.archetypes</groupId>
Modified: core3/support/trunk/archetypes/pom.xml
===================================================================
--- core3/support/trunk/archetypes/pom.xml 2012-12-07 05:21:16 UTC (rev
30950)
+++ core3/support/trunk/archetypes/pom.xml 2012-12-07 05:21:35 UTC (rev
30951)
@@ -4,11 +4,11 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>support-parent</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>archetypes-parent</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Cytoscape 3 App Archetypes Parent</name>
Modified: core3/support/trunk/archetypes/task-app/pom.xml
===================================================================
--- core3/support/trunk/archetypes/task-app/pom.xml 2012-12-07 05:21:16 UTC
(rev 30950)
+++ core3/support/trunk/archetypes/task-app/pom.xml 2012-12-07 05:21:35 UTC
(rev 30951)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>archetypes-parent</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<groupId>org.cytoscape.archetypes</groupId>
Modified: core3/support/trunk/cy-commons-cli/pom.xml
===================================================================
--- core3/support/trunk/cy-commons-cli/pom.xml 2012-12-07 05:21:16 UTC (rev
30950)
+++ core3/support/trunk/cy-commons-cli/pom.xml 2012-12-07 05:21:35 UTC (rev
30951)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>support-parent</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<properties>
@@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>cy-commons-cli</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
<name>${bundle.symbolicName}</name>
<packaging>bundle</packaging>
<repositories>
Modified: core3/support/trunk/integration-test-support/pom.xml
===================================================================
--- core3/support/trunk/integration-test-support/pom.xml 2012-12-07
05:21:16 UTC (rev 30950)
+++ core3/support/trunk/integration-test-support/pom.xml 2012-12-07
05:21:35 UTC (rev 30951)
@@ -4,7 +4,7 @@
<parent>
<artifactId>support-parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<properties>
@@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>integration-test-support</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
<name>${bundle.symbolicName}</name>
Modified: core3/support/trunk/launch-framework/cmdline/pom.xml
===================================================================
--- core3/support/trunk/launch-framework/cmdline/pom.xml 2012-12-07
05:21:16 UTC (rev 30950)
+++ core3/support/trunk/launch-framework/cmdline/pom.xml 2012-12-07
05:21:35 UTC (rev 30951)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>launch-framework</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: core3/support/trunk/launch-framework/launcher/pom.xml
===================================================================
--- core3/support/trunk/launch-framework/launcher/pom.xml 2012-12-07
05:21:16 UTC (rev 30950)
+++ core3/support/trunk/launch-framework/launcher/pom.xml 2012-12-07
05:21:35 UTC (rev 30951)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>launch-framework</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<artifactId>launcher</artifactId>
Modified: core3/support/trunk/launch-framework/pom.xml
===================================================================
--- core3/support/trunk/launch-framework/pom.xml 2012-12-07 05:21:16 UTC
(rev 30950)
+++ core3/support/trunk/launch-framework/pom.xml 2012-12-07 05:21:35 UTC
(rev 30951)
@@ -3,13 +3,13 @@
<parent>
<artifactId>support-parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.cytoscape</groupId>
<artifactId>launch-framework</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
<name>Cytoscape Launch Framework</name>
Modified: core3/support/trunk/launch-framework/startlevel-assembly/pom.xml
===================================================================
--- core3/support/trunk/launch-framework/startlevel-assembly/pom.xml
2012-12-07 05:21:16 UTC (rev 30950)
+++ core3/support/trunk/launch-framework/startlevel-assembly/pom.xml
2012-12-07 05:21:35 UTC (rev 30951)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>launch-framework</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: core3/support/trunk/pom.xml
===================================================================
--- core3/support/trunk/pom.xml 2012-12-07 05:21:16 UTC (rev 30950)
+++ core3/support/trunk/pom.xml 2012-12-07 05:21:35 UTC (rev 30951)
@@ -10,7 +10,7 @@
</parent>
<artifactId>support-parent</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Cytoscape Support Parent Project POM</name>
@@ -29,9 +29,9 @@
</modules>
<scm>
-
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/support/tags/support-parent-3.0.0</connection>
-
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/support/tags/support-parent-3.0.0</developerConnection>
-
<url>http://chianti.ucsd.edu/svn/core3/support/tags/support-parent-3.0.0</url>
+
<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>
</scm>
<build>
Modified: core3/support/trunk/splash-updater-impl/pom.xml
===================================================================
--- core3/support/trunk/splash-updater-impl/pom.xml 2012-12-07 05:21:16 UTC
(rev 30950)
+++ core3/support/trunk/splash-updater-impl/pom.xml 2012-12-07 05:21:35 UTC
(rev 30951)
@@ -4,7 +4,7 @@
<parent>
<artifactId>support-parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<properties>
@@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cytoscape</groupId>
<artifactId>splash-updater-impl</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
<name>Splash Updater</name>
Modified: core3/support/trunk/taglets/pom.xml
===================================================================
--- core3/support/trunk/taglets/pom.xml 2012-12-07 05:21:16 UTC (rev 30950)
+++ core3/support/trunk/taglets/pom.xml 2012-12-07 05:21:35 UTC (rev 30951)
@@ -2,13 +2,13 @@
<parent>
<artifactId>support-parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>taglets</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Cytoscape Documentation Taglets</name>
Modified: core3/support/trunk/task-testing-impl/pom.xml
===================================================================
--- core3/support/trunk/task-testing-impl/pom.xml 2012-12-07 05:21:16 UTC
(rev 30950)
+++ core3/support/trunk/task-testing-impl/pom.xml 2012-12-07 05:21:35 UTC
(rev 30951)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>support-parent</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<properties>
@@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cytoscape</groupId>
<artifactId>task-testing-impl</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
<name>Tasks for Testing</name>
<packaging>bundle</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.