Author: jm
Date: 2012-07-13 09:09:21 -0700 (Fri, 13 Jul 2012)
New Revision: 29888
Modified:
core3/api/trunk/pom.xml
core3/app-developer/trunk/pom.xml
core3/functional-testing/trunk/pom.xml
core3/gui-distribution/trunk/pom.xml
core3/headless-distribution/trunk/pom.xml
core3/impl/trunk/pom.xml
core3/samples/trunk/pom.xml
core3/support/trunk/pom.xml
Log:
Fixed references to parent POMs
Modified: core3/api/trunk/pom.xml
===================================================================
--- core3/api/trunk/pom.xml 2012-07-13 15:44:21 UTC (rev 29887)
+++ core3/api/trunk/pom.xml 2012-07-13 16:09:21 UTC (rev 29888)
@@ -6,7 +6,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0-beta2</version>
+ <version>3.0.0-beta3-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
Modified: core3/app-developer/trunk/pom.xml
===================================================================
--- core3/app-developer/trunk/pom.xml 2012-07-13 15:44:21 UTC (rev 29887)
+++ core3/app-developer/trunk/pom.xml 2012-07-13 16:09:21 UTC (rev 29888)
@@ -4,17 +4,17 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>parent</artifactId>
- <version>3.0.0-beta1</version>
-<!-- <relativePath>../parent</relativePath> -->
+ <version>3.0.0-beta3-SNAPSHOT</version>
+ <relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.cytoscape.app-developer</groupId>
<artifactId>cytoscape</artifactId>
- <version>3.0.0-M5-SNAPSHOT</version>
+ <version>3.0.0-M6-SNAPSHOT</version>
<properties>
- <cytoscape.api.version>3.0.0-beta1</cytoscape.api.version>
+ <cytoscape.api.version>3.0.0-beta3-SNAPSHOT</cytoscape.api.version>
<cytoscape.distribution.version>${project.version}</cytoscape.distribution.version>
</properties>
Modified: core3/functional-testing/trunk/pom.xml
===================================================================
--- core3/functional-testing/trunk/pom.xml 2012-07-13 15:44:21 UTC (rev
29887)
+++ core3/functional-testing/trunk/pom.xml 2012-07-13 16:09:21 UTC (rev
29888)
@@ -7,7 +7,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0-beta2-SNAPSHOT</version>
+ <version>3.0.0-beta3-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
@@ -17,7 +17,7 @@
<packaging>jar</packaging>
<properties>
-
<cytoscape.api.version>3.0.0-beta2-SNAPSHOT</cytoscape.api.version>
+
<cytoscape.api.version>3.0.0-beta3-SNAPSHOT</cytoscape.api.version>
<cytoscape.support.version>3.0.0-alpha8-SNAPSHOT</cytoscape.support.version>
</properties>
Modified: core3/gui-distribution/trunk/pom.xml
===================================================================
--- core3/gui-distribution/trunk/pom.xml 2012-07-13 15:44:21 UTC (rev
29887)
+++ core3/gui-distribution/trunk/pom.xml 2012-07-13 16:09:21 UTC (rev
29888)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>parent</artifactId>
- <version>3.0.0-beta2</version>
+ <version>3.0.0-beta3-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
@@ -17,7 +17,7 @@
<name>Cytoscape Distribution</name>
<properties>
- <cytoscape.api.version>3.0.0-beta2</cytoscape.api.version>
+
<cytoscape.api.version>3.0.0-beta3-SNAPSHOT</cytoscape.api.version>
<cytoscape.impl.version>3.0.0-alpha9</cytoscape.impl.version>
<cytoscape.support.version>3.0.0-alpha8</cytoscape.support.version>
<karaf.version>2.2.7</karaf.version>
Modified: core3/headless-distribution/trunk/pom.xml
===================================================================
--- core3/headless-distribution/trunk/pom.xml 2012-07-13 15:44:21 UTC (rev
29887)
+++ core3/headless-distribution/trunk/pom.xml 2012-07-13 16:09:21 UTC (rev
29888)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>parent</artifactId>
- <version>3.0.0-beta2-SNAPSHOT</version>
+ <version>3.0.0-beta3-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
@@ -17,7 +17,7 @@
<name>Cytoscape Headless Distribution</name>
<properties>
-
<cytoscape.api.version>3.0.0-beta2-SNAPSHOT</cytoscape.api.version>
+
<cytoscape.api.version>3.0.0-beta3-SNAPSHOT</cytoscape.api.version>
<cytoscape.impl.version>3.0.0-alpha9-SNAPSHOT</cytoscape.impl.version>
<cytoscape.support.version>3.0.0-alpha8-SNAPSHOT</cytoscape.support.version>
<karaf.version>2.2.7</karaf.version>
Modified: core3/impl/trunk/pom.xml
===================================================================
--- core3/impl/trunk/pom.xml 2012-07-13 15:44:21 UTC (rev 29887)
+++ core3/impl/trunk/pom.xml 2012-07-13 16:09:21 UTC (rev 29888)
@@ -6,7 +6,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0-beta2</version>
+ <version>3.0.0-beta3-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
@@ -76,7 +76,7 @@
</modules>
<properties>
- <cytoscape.api.version>3.0.0-beta2</cytoscape.api.version>
+
<cytoscape.api.version>3.0.0-beta3-SNAPSHOT</cytoscape.api.version>
<cytoscape.support.version>3.0.0-alpha8</cytoscape.support.version>
</properties>
Modified: core3/samples/trunk/pom.xml
===================================================================
--- core3/samples/trunk/pom.xml 2012-07-13 15:44:21 UTC (rev 29887)
+++ core3/samples/trunk/pom.xml 2012-07-13 16:09:21 UTC (rev 29888)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>parent</artifactId>
- <version>3.0.0-beta2-SNAPSHOT</version>
+ <version>3.0.0-beta3-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
Modified: core3/support/trunk/pom.xml
===================================================================
--- core3/support/trunk/pom.xml 2012-07-13 15:44:21 UTC (rev 29887)
+++ core3/support/trunk/pom.xml 2012-07-13 16:09:21 UTC (rev 29888)
@@ -5,12 +5,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0-beta2</version>
+ <version>3.0.0-beta3-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<properties>
- <cytoscape.api.version>3.0.0-beta2</cytoscape.api.version>
+
<cytoscape.api.version>3.0.0-beta3-SNAPSHOT</cytoscape.api.version>
</properties>
<artifactId>support-parent</artifactId>
--
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.