Author: mes
Date: 2010-10-28 15:31:42 -0700 (Thu, 28 Oct 2010)
New Revision: 22596

Modified:
   core3/core-task-api/trunk/pom.xml
Log:
preparing for release

Modified: core3/core-task-api/trunk/pom.xml
===================================================================
--- core3/core-task-api/trunk/pom.xml   2010-10-28 22:26:08 UTC (rev 22595)
+++ core3/core-task-api/trunk/pom.xml   2010-10-28 22:31:42 UTC (rev 22596)
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>parent</artifactId>
     <groupId>org.cytoscape</groupId>
-    <version>1.0-SNAPSHOT</version>
+    <version>3.0.0-alpha1</version>
   </parent>
 
   <properties>
@@ -21,6 +21,12 @@
 
   <packaging>bundle</packaging>
 
+  <scm>
+    
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/core-task-api/trunk</connection>
+    
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/core-task-api/trunk</developerConnection>
+    <url>http://chianti.ucsd.edu/svn/core3/core-task-api/trunk</url>
+  </scm>
+
   <repositories>
       <!-- bootstrap for cytoscape dependencies, namely the parent POM 
snapshots -->
       <repository>
@@ -95,29 +101,34 @@
     </plugins>
   </build>
 
-       <dependencies>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>viewmodel-api</artifactId>
-                       <version>1.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>work-api</artifactId>
-                       <version>1.0-SNAPSHOT</version>
-               </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>${junit.version}</version>
-            <scope>test</scope>
-        </dependency>
+  <dependencies>
     <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>model-api</artifactId>
+      <version>3.0.0-alpha1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>viewmodel-api</artifactId>
+      <version>3.0.0-alpha1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.cytoscape</groupId>
+      <artifactId>work-api</artifactId>
+      <version>3.0.0-alpha1</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>
+  </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