Author: mes
Date: 2011-01-28 10:50:44 -0800 (Fri, 28 Jan 2011)
New Revision: 23786
Modified:
core3/splash/trunk/pom.xml
Log:
preparing for release
Modified: core3/splash/trunk/pom.xml
===================================================================
--- core3/splash/trunk/pom.xml 2011-01-28 18:47:48 UTC (rev 23785)
+++ core3/splash/trunk/pom.xml 2011-01-28 18:50:44 UTC (rev 23786)
@@ -6,7 +6,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0-alpha4-SNAPSHOT</version>
+ <version>3.0.0-alpha4</version>
</parent>
<properties>
@@ -23,6 +23,39 @@
<packaging>bundle</packaging>
+ <scm>
+
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/splash/trunk</connection>
+
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/splash/trunk</developerConnection>
+ <url>http://chianti.ucsd.edu/svn/core3/splash/trunk</url>
+ </scm>
+
+ <repositories>
+ <!-- bootstrap for cytoscape dependencies, namely the parent POM
snapshots -->
+ <repository>
+ <id>cytoscape_snapshots</id>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <name>Cytoscape Snapshots</name>
+
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots/</url>
+ </repository>
+ <!-- bootstrap for cytoscape dependencies, namely the parent POM
releases -->
+ <repository>
+ <id>cytoscape_releases</id>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <name>Cytoscape Releases</name>
+
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/releases/</url>
+ </repository>
+ </repositories>
+
<build>
<resources>
--
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.