Author: kono
Date: 2011-05-16 17:03:01 -0700 (Mon, 16 May 2011)
New Revision: 25458

Modified:
   
core3/archetypes/trunk/api-provider-plugin/src/main/resources/archetype-resources/pom.xml
   
core3/archetypes/trunk/task-plugin/src/main/resources/archetype-resources/pom.xml
Log:
Dependencies had been updated to use alpha-releases, not SNAPSHOTS.

Modified: 
core3/archetypes/trunk/api-provider-plugin/src/main/resources/archetype-resources/pom.xml
===================================================================
--- 
core3/archetypes/trunk/api-provider-plugin/src/main/resources/archetype-resources/pom.xml
   2011-05-16 23:38:59 UTC (rev 25457)
+++ 
core3/archetypes/trunk/api-provider-plugin/src/main/resources/archetype-resources/pom.xml
   2011-05-17 00:03:01 UTC (rev 25458)
@@ -109,7 +109,7 @@
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>model-api</artifactId>
-                       <version>3.0.0-alpha3-SNAPSHOT</version>
+                       <version>3.0.0-alpha4</version>
                </dependency>
 
                <!-- Logging -->
@@ -130,7 +130,7 @@
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>test-support</artifactId>
-                       <version>3.0.0-alpha2-SNAPSHOT</version>
+                       <version>3.0.0-alpha2</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>

Modified: 
core3/archetypes/trunk/task-plugin/src/main/resources/archetype-resources/pom.xml
===================================================================
--- 
core3/archetypes/trunk/task-plugin/src/main/resources/archetype-resources/pom.xml
   2011-05-16 23:38:59 UTC (rev 25457)
+++ 
core3/archetypes/trunk/task-plugin/src/main/resources/archetype-resources/pom.xml
   2011-05-17 00:03:01 UTC (rev 25458)
@@ -112,25 +112,25 @@
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>model-api</artifactId>
-                       <version>1.0-SNAPSHOT</version>
+                       <version>3.0.0-alpha4</version>
                </dependency>
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>core-task-api</artifactId>
-                       <version>1.0-SNAPSHOT</version>
+                       <version>3.0.0-alpha3</version>
                </dependency>
 
                <!-- dependencies specifically for unit testing -->
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
-                       <version>4.4</version>
+                       <version>4.8.2</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>test-support</artifactId>
-                       <version>1.0-SNAPSHOT</version>
+                       <version>3.0.0-alpha2</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.

Reply via email to