Author: mes
Date: 2010-08-04 10:51:37 -0700 (Wed, 04 Aug 2010)
New Revision: 21187
Modified:
cytoscape/trunk/application/pom.xml
Log:
added distribution management code to pom
Modified: cytoscape/trunk/application/pom.xml
===================================================================
--- cytoscape/trunk/application/pom.xml 2010-08-04 17:24:34 UTC (rev 21186)
+++ cytoscape/trunk/application/pom.xml 2010-08-04 17:51:37 UTC (rev 21187)
@@ -222,6 +222,20 @@
</repository>
</repositories>
+ <distributionManagement>
+ <repository>
+ <id>releases</id>
+ <name>Internal Releases</name>
+
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/releases</url>
+ </repository>
+ <snapshotRepository>
+ <id>snapshots</id>
+ <name>Internal Snapshots</name>
+
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots</url>
+ </snapshotRepository>
+ </distributionManagement>
+
+
<dependencies>
<dependency>
<groupId>junit</groupId>
--
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.