Author: mes
Date: 2011-05-15 12:22:45 -0700 (Sun, 15 May 2011)
New Revision: 25372
Modified:
core3/webservice-biomart-client-impl/trunk/pom.xml
Log:
added repository info and reverted SNAPSHOTs
Modified: core3/webservice-biomart-client-impl/trunk/pom.xml
===================================================================
--- core3/webservice-biomart-client-impl/trunk/pom.xml 2011-05-15 19:17:20 UTC
(rev 25371)
+++ core3/webservice-biomart-client-impl/trunk/pom.xml 2011-05-15 19:22:45 UTC
(rev 25372)
@@ -16,7 +16,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cytoscape</groupId>
<artifactId>webservice-biomart-client-impl</artifactId>
- <version>3.0.0-alpha3-SNAPSHOT</version>
+ <version>3.0.0-alpha2</version>
<name>${bundle.symbolicName} [${bundle.namespace}]</name>
@@ -28,6 +28,32 @@
<url>http://chianti.ucsd.edu/svn/core3/webservice-biomart-client-impl/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>
<resource>
@@ -82,22 +108,22 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>webservice-api</artifactId>
- <version>3.0.0-alpha3-SNAPSHOT</version>
+ <version>3.0.0-alpha2</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>work-swing-api</artifactId>
- <version>3.0.0-alpha3-SNAPSHOT</version>
+ <version>3.0.0-alpha2</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>swing-application-api</artifactId>
- <version>3.0.0-alpha3-SNAPSHOT</version>
+ <version>3.0.0-alpha2</version>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>core-task-api</artifactId>
- <version>3.0.0-alpha4-SNAPSHOT</version>
+ <version>3.0.0-alpha3</version>
</dependency>
--
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.