Author: mes
Date: 2010-08-04 11:32:18 -0700 (Wed, 04 Aug 2010)
New Revision: 21193

Modified:
   coreplugins/trunk/pom.xml
Log:
added distribution management

Modified: coreplugins/trunk/pom.xml
===================================================================
--- coreplugins/trunk/pom.xml   2010-08-04 18:30:34 UTC (rev 21192)
+++ coreplugins/trunk/pom.xml   2010-08-04 18:32:18 UTC (rev 21193)
@@ -118,8 +118,19 @@
        </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.

Reply via email to