Author: ruschein
Date: 2010-11-10 13:38:54 -0800 (Wed, 10 Nov 2010)
New Revision: 22801

Modified:
   core3/equations-functions-impl/trunk/pom.xml
Log:
Fixed version number.

Modified: core3/equations-functions-impl/trunk/pom.xml
===================================================================
--- core3/equations-functions-impl/trunk/pom.xml        2010-11-10 21:38:31 UTC 
(rev 22800)
+++ core3/equations-functions-impl/trunk/pom.xml        2010-11-10 21:38:54 UTC 
(rev 22801)
@@ -17,7 +17,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.cytoscape</groupId>
        <artifactId>equations-functions-impl</artifactId>
-       <version>3.0.0-alpha3</version>
+       <version>1.0-SNAPSHOT</version>
 
        <name>${bundle.symbolicName}</name>
 
@@ -150,13 +150,14 @@
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>equations-api</artifactId>
-                       <version>3.0.0-alpha2-SNAPSHOT</version>
+                       <version>1.0-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>equations-impl</artifactId>
-                       <version>3.0.0-alpha3</version>
-               </dependency>
+                       <version>1.0-SNAPSHOT</version>
+                       <scope>test</scope>
+               </dependency>
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>model-api</artifactId>
@@ -178,5 +179,11 @@
                        <artifactId>pax-logging-api</artifactId>
                        <version>1.5.2</version>
                </dependency>
+               <dependency>
+                       <groupId>org.mockito</groupId>
+                       <artifactId>mockito-all</artifactId>
+                       <version>1.8.1</version>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
 </project>

-- 
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