Author: mes
Date: 2011-05-15 12:48:29 -0700 (Sun, 15 May 2011)
New Revision: 25391
Modified:
core3/cy-commons-cli/trunk/pom.xml
Log:
bumped parent version and added repos
Modified: core3/cy-commons-cli/trunk/pom.xml
===================================================================
--- core3/cy-commons-cli/trunk/pom.xml 2011-05-15 19:47:43 UTC (rev 25390)
+++ core3/cy-commons-cli/trunk/pom.xml 2011-05-15 19:48:29 UTC (rev 25391)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>parent</artifactId>
- <version>3.0.0-alpha6-SNAPSHOT</version>
+ <version>3.0.0-alpha7</version>
</parent>
<properties>
<bundle.symbolicName>org.cytoscape.cy-commons-cli</bundle.symbolicName>
@@ -17,6 +17,32 @@
<version>1.0-SNAPSHOT</version>
<name>${bundle.symbolicName}</name>
<packaging>bundle</packaging>
+ <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>
<plugins>
--
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.