Author: mes
Date: 2010-08-04 10:24:34 -0700 (Wed, 04 Aug 2010)
New Revision: 21186
Modified:
corelibs/trunk/pom.xml
Log:
added distribution management
Modified: corelibs/trunk/pom.xml
===================================================================
--- corelibs/trunk/pom.xml 2010-08-04 16:16:17 UTC (rev 21185)
+++ corelibs/trunk/pom.xml 2010-08-04 17:24:34 UTC (rev 21186)
@@ -102,5 +102,19 @@
<scope>test</scope>
</dependency>
</dependencies>
+
+ <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>
+
</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.