Author: Christian Lopes
Date: 2010-12-07 09:54:30 -0800 (Tue, 07 Dec 2010)
New Revision: 23107

Modified:
   cytoscape3/trunk/provision/pom.xml
Log:
Updated session-impl dependency to 3.0.0-alpha2-SNAPSHOT.

Modified: cytoscape3/trunk/provision/pom.xml
===================================================================
--- cytoscape3/trunk/provision/pom.xml  2010-12-07 17:52:31 UTC (rev 23106)
+++ cytoscape3/trunk/provision/pom.xml  2010-12-07 17:54:30 UTC (rev 23107)
@@ -224,7 +224,7 @@
                <dependency>
                        <groupId>org.cytoscape</groupId>
                        <artifactId>session-impl</artifactId>
-                       <version>3.0.0-alpha1</version>
+                       <version>3.0.0-alpha2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.cytoscape</groupId>
@@ -421,25 +421,24 @@
                </dependency>
 
                <!-- Required by plugin manager -->
-           <dependency>
-               <groupId>org.cytoscape.wrappers</groupId>
+               <dependency>
+                       <groupId>org.cytoscape.wrappers</groupId>
                        <artifactId>org.apache.lucene</artifactId>
                        <version>3.0.2</version>
-           </dependency>
+               </dependency>
                <dependency>
-                   <groupId>org.jdom</groupId>
-                   <artifactId>com.springsource.org.jdom</artifactId>
-                   <version>1.1.0</version>
+                       <groupId>org.jdom</groupId>
+                       <artifactId>com.springsource.org.jdom</artifactId>
+                       <version>1.1.0</version>
                </dependency>
-           <dependency>
-               <groupId>org.cytoscape.wrappers</groupId>
+               <dependency>
+                       <groupId>org.cytoscape.wrappers</groupId>
                <artifactId>org.swinglabs.swing-layout</artifactId>
                <version>1.0.3</version>
-           </dependency>
+               </dependency>
 
                <!-- If you want to run your plugin, add dependencies below -->
 
-
        </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