Author: mes
Date: 2011-08-08 09:16:32 -0700 (Mon, 08 Aug 2011)
New Revision: 26493
Modified:
core3/api/trunk/core-task-api/pom.xml
core3/api/trunk/dnd-api/pom.xml
core3/api/trunk/equations-api/pom.xml
core3/api/trunk/event-api/pom.xml
core3/api/trunk/io-api/pom.xml
core3/api/trunk/layout-api/pom.xml
core3/api/trunk/model-api/pom.xml
core3/api/trunk/plugin-api/pom.xml
core3/api/trunk/presentation-api/pom.xml
core3/api/trunk/property-api/pom.xml
core3/api/trunk/session-api/pom.xml
core3/api/trunk/swing-application-api/pom.xml
core3/api/trunk/swing-util-api/pom.xml
core3/api/trunk/viewmodel-api/pom.xml
core3/api/trunk/vizmap-api/pom.xml
core3/api/trunk/vizmap-gui-api/pom.xml
core3/api/trunk/webservice-api/pom.xml
core3/api/trunk/work-api/pom.xml
core3/api/trunk/work-spring-api/pom.xml
core3/api/trunk/work-swing-api/pom.xml
Log:
updated versions
Modified: core3/api/trunk/core-task-api/pom.xml
===================================================================
--- core3/api/trunk/core-task-api/pom.xml 2011-08-08 16:08:04 UTC (rev
26492)
+++ core3/api/trunk/core-task-api/pom.xml 2011-08-08 16:16:32 UTC (rev
26493)
@@ -106,28 +106,26 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>viewmodel-api</artifactId>
- <version>3.0.0-alpha5-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>work-api</artifactId>
- <version>3.0.0-alpha3</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>session-api</artifactId>
- <version>3.0.0-alpha3</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
- <version>1.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: core3/api/trunk/dnd-api/pom.xml
===================================================================
--- core3/api/trunk/dnd-api/pom.xml 2011-08-08 16:08:04 UTC (rev 26492)
+++ core3/api/trunk/dnd-api/pom.xml 2011-08-08 16:16:32 UTC (rev 26493)
@@ -86,12 +86,12 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>viewmodel-api</artifactId>
- <version>3.0.0-alpha4</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>core-task-api</artifactId>
- <version>3.0.0-alpha3</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
Modified: core3/api/trunk/equations-api/pom.xml
===================================================================
--- core3/api/trunk/equations-api/pom.xml 2011-08-08 16:08:04 UTC (rev
26492)
+++ core3/api/trunk/equations-api/pom.xml 2011-08-08 16:16:32 UTC (rev
26493)
@@ -109,13 +109,11 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
- <version>1.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: core3/api/trunk/event-api/pom.xml
===================================================================
--- core3/api/trunk/event-api/pom.xml 2011-08-08 16:08:04 UTC (rev 26492)
+++ core3/api/trunk/event-api/pom.xml 2011-08-08 16:16:32 UTC (rev 26493)
@@ -105,13 +105,11 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
- <version>${mockito.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: core3/api/trunk/io-api/pom.xml
===================================================================
--- core3/api/trunk/io-api/pom.xml 2011-08-08 16:08:04 UTC (rev 26492)
+++ core3/api/trunk/io-api/pom.xml 2011-08-08 16:16:32 UTC (rev 26493)
@@ -113,24 +113,22 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>work-api</artifactId>
- <version>3.0.0-alpha4-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>session-api</artifactId>
- <version>3.0.0-alpha6-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
- <version>1.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: core3/api/trunk/layout-api/pom.xml
===================================================================
--- core3/api/trunk/layout-api/pom.xml 2011-08-08 16:08:04 UTC (rev 26492)
+++ core3/api/trunk/layout-api/pom.xml 2011-08-08 16:16:32 UTC (rev 26493)
@@ -89,17 +89,17 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>presentation-api</artifactId>
- <version>3.0.0-alpha4-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>core-task-api</artifactId>
- <version>3.0.0-alpha4-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>model-api</artifactId>
- <version>3.0.0-alpha5-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
</project>
Modified: core3/api/trunk/model-api/pom.xml
===================================================================
--- core3/api/trunk/model-api/pom.xml 2011-08-08 16:08:04 UTC (rev 26492)
+++ core3/api/trunk/model-api/pom.xml 2011-08-08 16:16:32 UTC (rev 26493)
@@ -102,25 +102,23 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>event-api</artifactId>
- <version>3.0.0-alpha6-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
- <version>1.8.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>event-api</artifactId>
- <version>3.0.0-alpha6-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Modified: core3/api/trunk/plugin-api/pom.xml
===================================================================
--- core3/api/trunk/plugin-api/pom.xml 2011-08-08 16:08:04 UTC (rev 26492)
+++ core3/api/trunk/plugin-api/pom.xml 2011-08-08 16:16:32 UTC (rev 26493)
@@ -137,42 +137,42 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>session-api</artifactId>
- <version>3.0.0-alpha3</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>core-task-api</artifactId>
- <version>3.0.0-alpha3</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>swing-application-api</artifactId>
- <version>3.0.0-alpha2</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>io-api</artifactId>
- <version>3.0.0-alpha3</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>service-api</artifactId>
- <version>3.0.0-alpha3-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>work-swing-api</artifactId>
- <version>3.0.0-alpha3-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>layout-api</artifactId>
- <version>3.0.0-alpha2</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>property-api</artifactId>
- <version>3.0.0-alpha4</version>
+ <version>${project.version}</version>
</dependency>
<!--
@@ -183,35 +183,33 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>equations-api</artifactId>
- <version>3.0.0-alpha1</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>vizmap-gui-api</artifactId>
- <version>3.0.0-alpha1</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>webservice-api</artifactId>
- <version>3.0.0-alpha1</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>dnd-api</artifactId>
- <version>3.0.0-alpha1</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
- <version>1.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: core3/api/trunk/presentation-api/pom.xml
===================================================================
--- core3/api/trunk/presentation-api/pom.xml 2011-08-08 16:08:04 UTC (rev
26492)
+++ core3/api/trunk/presentation-api/pom.xml 2011-08-08 16:16:32 UTC (rev
26493)
@@ -112,20 +112,18 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>viewmodel-api</artifactId>
- <version>3.0.0-alpha5-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<!-- For Testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
- <version>1.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: core3/api/trunk/property-api/pom.xml
===================================================================
--- core3/api/trunk/property-api/pom.xml 2011-08-08 16:08:04 UTC (rev
26492)
+++ core3/api/trunk/property-api/pom.xml 2011-08-08 16:16:32 UTC (rev
26493)
@@ -115,7 +115,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: core3/api/trunk/session-api/pom.xml
===================================================================
--- core3/api/trunk/session-api/pom.xml 2011-08-08 16:08:04 UTC (rev 26492)
+++ core3/api/trunk/session-api/pom.xml 2011-08-08 16:16:32 UTC (rev 26493)
@@ -89,35 +89,33 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>model-api</artifactId>
- <version>3.0.0-alpha5-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>vizmap-api</artifactId>
- <version>3.0.0-alpha6-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>presentation-api</artifactId>
- <version>3.0.0-alpha4-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>property-api</artifactId>
- <version>3.0.0-alpha4</version>
+ <version>${project.version}</version>
</dependency>
<!-- for testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
- <version>1.8.5</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: core3/api/trunk/swing-application-api/pom.xml
===================================================================
--- core3/api/trunk/swing-application-api/pom.xml 2011-08-08 16:08:04 UTC
(rev 26492)
+++ core3/api/trunk/swing-application-api/pom.xml 2011-08-08 16:16:32 UTC
(rev 26493)
@@ -78,12 +78,12 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>work-api</artifactId>
- <version>3.0.0-alpha4-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>session-api</artifactId>
- <version>3.0.0-alpha5-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
Modified: core3/api/trunk/swing-util-api/pom.xml
===================================================================
--- core3/api/trunk/swing-util-api/pom.xml 2011-08-08 16:08:04 UTC (rev
26492)
+++ core3/api/trunk/swing-util-api/pom.xml 2011-08-08 16:16:32 UTC (rev
26493)
@@ -88,13 +88,12 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>property-api</artifactId>
- <version>3.0.0-alpha4</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
</project>
Modified: core3/api/trunk/viewmodel-api/pom.xml
===================================================================
--- core3/api/trunk/viewmodel-api/pom.xml 2011-08-08 16:08:04 UTC (rev
26492)
+++ core3/api/trunk/viewmodel-api/pom.xml 2011-08-08 16:16:32 UTC (rev
26493)
@@ -106,20 +106,18 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>model-api</artifactId>
- <version>3.0.0-alpha5-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<!-- unit tests -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
- <version>1.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>${junit.version}</version>
<scope>test</scope>
</dependency>
Modified: core3/api/trunk/vizmap-api/pom.xml
===================================================================
--- core3/api/trunk/vizmap-api/pom.xml 2011-08-08 16:08:04 UTC (rev 26492)
+++ core3/api/trunk/vizmap-api/pom.xml 2011-08-08 16:16:32 UTC (rev 26493)
@@ -98,37 +98,35 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>viewmodel-api</artifactId>
- <version>3.0.0-alpha5-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>event-api</artifactId>
- <version>3.0.0-alpha6-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<!-- Testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
- <version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>presentation-api</artifactId>
- <version>3.0.0-alpha4-SNAPSHOT</version>
+ <version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>property-api</artifactId>
- <version>3.0.0-alpha5-SNAPSHOT</version>
+ <version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: core3/api/trunk/vizmap-gui-api/pom.xml
===================================================================
--- core3/api/trunk/vizmap-gui-api/pom.xml 2011-08-08 16:08:04 UTC (rev
26492)
+++ core3/api/trunk/vizmap-gui-api/pom.xml 2011-08-08 16:16:32 UTC (rev
26493)
@@ -101,12 +101,12 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>vizmap-api</artifactId>
- <version>3.0.0-alpha6-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>presentation-api</artifactId>
- <version>3.0.0-alpha4-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
Modified: core3/api/trunk/webservice-api/pom.xml
===================================================================
--- core3/api/trunk/webservice-api/pom.xml 2011-08-08 16:08:04 UTC (rev
26492)
+++ core3/api/trunk/webservice-api/pom.xml 2011-08-08 16:16:32 UTC (rev
26493)
@@ -103,17 +103,17 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>model-api</artifactId>
- <version>3.0.0-alpha5-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>io-api</artifactId>
- <version>3.0.0-alpha5-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>work-api</artifactId>
- <version>3.0.0-alpha4-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
@@ -121,13 +121,11 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
- <version>1.8.1</version>
<scope>test</scope>
</dependency>
Modified: core3/api/trunk/work-api/pom.xml
===================================================================
--- core3/api/trunk/work-api/pom.xml 2011-08-08 16:08:04 UTC (rev 26492)
+++ core3/api/trunk/work-api/pom.xml 2011-08-08 16:16:32 UTC (rev 26493)
@@ -107,13 +107,11 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
- <version>1.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: core3/api/trunk/work-spring-api/pom.xml
===================================================================
--- core3/api/trunk/work-spring-api/pom.xml 2011-08-08 16:08:04 UTC (rev
26492)
+++ core3/api/trunk/work-spring-api/pom.xml 2011-08-08 16:16:32 UTC (rev
26493)
@@ -75,7 +75,7 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>work-api</artifactId>
- <version>3.0.0-alpha4-SNAPSHOT</version>
+ <version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: core3/api/trunk/work-swing-api/pom.xml
===================================================================
--- core3/api/trunk/work-swing-api/pom.xml 2011-08-08 16:08:04 UTC (rev
26492)
+++ core3/api/trunk/work-swing-api/pom.xml 2011-08-08 16:16:32 UTC (rev
26493)
@@ -122,17 +122,16 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>work-api</artifactId>
- <version>3.0.0-alpha4-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>property-api</artifactId>
- <version>3.0.0-alpha4</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
--
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.