Author: kono
Date: 2012-10-05 16:38:30 -0700 (Fri, 05 Oct 2012)
New Revision: 30618
Modified:
core3/support/branches/user-beta1/archetypes/api-provider-app/pom.xml
core3/support/branches/user-beta1/archetypes/cyaction-app/pom.xml
core3/support/branches/user-beta1/archetypes/pom.xml
core3/support/branches/user-beta1/archetypes/task-app/pom.xml
core3/support/branches/user-beta1/cy-commons-cli/pom.xml
core3/support/branches/user-beta1/integration-test-support/pom.xml
core3/support/branches/user-beta1/launch-framework/cmdline/pom.xml
core3/support/branches/user-beta1/launch-framework/launcher/pom.xml
core3/support/branches/user-beta1/launch-framework/pom.xml
core3/support/branches/user-beta1/launch-framework/startlevel-assembly/pom.xml
core3/support/branches/user-beta1/pom.xml
core3/support/branches/user-beta1/splash-updater-impl/pom.xml
core3/support/branches/user-beta1/taglets/pom.xml
core3/support/branches/user-beta1/task-testing-impl/pom.xml
Log:
Version numbers had been fixed.
Modified: core3/support/branches/user-beta1/archetypes/api-provider-app/pom.xml
===================================================================
--- core3/support/branches/user-beta1/archetypes/api-provider-app/pom.xml
2012-10-05 23:35:50 UTC (rev 30617)
+++ core3/support/branches/user-beta1/archetypes/api-provider-app/pom.xml
2012-10-05 23:38:30 UTC (rev 30618)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>archetypes-parent</artifactId>
- <version> 3.0.0-alpha9-SNAPSHOT</version>
+ <version> 3.0.0-beta1</version>
</parent>
<groupId>org.cytoscape.archetypes</groupId>
Modified: core3/support/branches/user-beta1/archetypes/cyaction-app/pom.xml
===================================================================
--- core3/support/branches/user-beta1/archetypes/cyaction-app/pom.xml
2012-10-05 23:35:50 UTC (rev 30617)
+++ core3/support/branches/user-beta1/archetypes/cyaction-app/pom.xml
2012-10-05 23:38:30 UTC (rev 30618)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>archetypes-parent</artifactId>
- <version> 3.0.0-alpha9-SNAPSHOT</version>
+ <version> 3.0.0-beta1</version>
</parent>
<groupId>org.cytoscape.archetypes</groupId>
Modified: core3/support/branches/user-beta1/archetypes/pom.xml
===================================================================
--- core3/support/branches/user-beta1/archetypes/pom.xml 2012-10-05
23:35:50 UTC (rev 30617)
+++ core3/support/branches/user-beta1/archetypes/pom.xml 2012-10-05
23:38:30 UTC (rev 30618)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>support-parent</artifactId>
- <version>3.0.0-alpha9-SNAPSHOT</version>
+ <version>3.0.0-beta1</version>
</parent>
<artifactId>archetypes-parent</artifactId>
Modified: core3/support/branches/user-beta1/archetypes/task-app/pom.xml
===================================================================
--- core3/support/branches/user-beta1/archetypes/task-app/pom.xml
2012-10-05 23:35:50 UTC (rev 30617)
+++ core3/support/branches/user-beta1/archetypes/task-app/pom.xml
2012-10-05 23:38:30 UTC (rev 30618)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>archetypes-parent</artifactId>
- <version>3.0.0-alpha9-SNAPSHOT</version>
+ <version>3.0.0-beta1</version>
</parent>
<groupId>org.cytoscape.archetypes</groupId>
Modified: core3/support/branches/user-beta1/cy-commons-cli/pom.xml
===================================================================
--- core3/support/branches/user-beta1/cy-commons-cli/pom.xml 2012-10-05
23:35:50 UTC (rev 30617)
+++ core3/support/branches/user-beta1/cy-commons-cli/pom.xml 2012-10-05
23:38:30 UTC (rev 30618)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>support-parent</artifactId>
- <version>3.0.0-alpha9-SNAPSHOT</version>
+ <version>3.0.0-beta1</version>
</parent>
<properties>
Modified: core3/support/branches/user-beta1/integration-test-support/pom.xml
===================================================================
--- core3/support/branches/user-beta1/integration-test-support/pom.xml
2012-10-05 23:35:50 UTC (rev 30617)
+++ core3/support/branches/user-beta1/integration-test-support/pom.xml
2012-10-05 23:38:30 UTC (rev 30618)
@@ -4,7 +4,7 @@
<parent>
<artifactId>support-parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0-alpha9-SNAPSHOT</version>
+ <version>3.0.0-beta1</version>
</parent>
<properties>
Modified: core3/support/branches/user-beta1/launch-framework/cmdline/pom.xml
===================================================================
--- core3/support/branches/user-beta1/launch-framework/cmdline/pom.xml
2012-10-05 23:35:50 UTC (rev 30617)
+++ core3/support/branches/user-beta1/launch-framework/cmdline/pom.xml
2012-10-05 23:38:30 UTC (rev 30618)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>launch-framework</artifactId>
- <version>3.0.0-alpha9-SNAPSHOT</version>
+ <version>3.0.0-beta1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: core3/support/branches/user-beta1/launch-framework/launcher/pom.xml
===================================================================
--- core3/support/branches/user-beta1/launch-framework/launcher/pom.xml
2012-10-05 23:35:50 UTC (rev 30617)
+++ core3/support/branches/user-beta1/launch-framework/launcher/pom.xml
2012-10-05 23:38:30 UTC (rev 30618)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>launch-framework</artifactId>
- <version>3.0.0-alpha9-SNAPSHOT</version>
+ <version>3.0.0-beta1</version>
</parent>
<artifactId>launcher</artifactId>
Modified: core3/support/branches/user-beta1/launch-framework/pom.xml
===================================================================
--- core3/support/branches/user-beta1/launch-framework/pom.xml 2012-10-05
23:35:50 UTC (rev 30617)
+++ core3/support/branches/user-beta1/launch-framework/pom.xml 2012-10-05
23:38:30 UTC (rev 30618)
@@ -3,7 +3,7 @@
<parent>
<artifactId>support-parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0-alpha9-SNAPSHOT</version>
+ <version>3.0.0-beta1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified:
core3/support/branches/user-beta1/launch-framework/startlevel-assembly/pom.xml
===================================================================
---
core3/support/branches/user-beta1/launch-framework/startlevel-assembly/pom.xml
2012-10-05 23:35:50 UTC (rev 30617)
+++
core3/support/branches/user-beta1/launch-framework/startlevel-assembly/pom.xml
2012-10-05 23:38:30 UTC (rev 30618)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>launch-framework</artifactId>
- <version>3.0.0-alpha9-SNAPSHOT</version>
+ <version>3.0.0-beta1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: core3/support/branches/user-beta1/pom.xml
===================================================================
--- core3/support/branches/user-beta1/pom.xml 2012-10-05 23:35:50 UTC (rev
30617)
+++ core3/support/branches/user-beta1/pom.xml 2012-10-05 23:38:30 UTC (rev
30618)
@@ -5,12 +5,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0-beta3-SNAPSHOT</version>
+ <version>3.0.0-beta3</version>
<relativePath>../parent</relativePath>
</parent>
<artifactId>support-parent</artifactId>
- <version>3.0.0-alpha9-SNAPSHOT</version>
+ <version>3.0.0-beta1</version>
<packaging>pom</packaging>
<name>Cytoscape Support Parent Project POM</name>
Modified: core3/support/branches/user-beta1/splash-updater-impl/pom.xml
===================================================================
--- core3/support/branches/user-beta1/splash-updater-impl/pom.xml
2012-10-05 23:35:50 UTC (rev 30617)
+++ core3/support/branches/user-beta1/splash-updater-impl/pom.xml
2012-10-05 23:38:30 UTC (rev 30618)
@@ -4,7 +4,7 @@
<parent>
<artifactId>support-parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0-alpha9-SNAPSHOT</version>
+ <version>3.0.0-beta1</version>
</parent>
<properties>
Modified: core3/support/branches/user-beta1/taglets/pom.xml
===================================================================
--- core3/support/branches/user-beta1/taglets/pom.xml 2012-10-05 23:35:50 UTC
(rev 30617)
+++ core3/support/branches/user-beta1/taglets/pom.xml 2012-10-05 23:38:30 UTC
(rev 30618)
@@ -2,7 +2,7 @@
<parent>
<artifactId>support-parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0-alpha9-SNAPSHOT</version>
+ <version>3.0.0-beta1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: core3/support/branches/user-beta1/task-testing-impl/pom.xml
===================================================================
--- core3/support/branches/user-beta1/task-testing-impl/pom.xml 2012-10-05
23:35:50 UTC (rev 30617)
+++ core3/support/branches/user-beta1/task-testing-impl/pom.xml 2012-10-05
23:38:30 UTC (rev 30618)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>support-parent</artifactId>
- <version>3.0.0-alpha9-SNAPSHOT</version>
+ <version>3.0.0-beta1</version>
</parent>
<properties>
--
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.