Author: mes
Date: 2011-05-15 17:47:55 -0700 (Sun, 15 May 2011)
New Revision: 25441

Modified:
   core3/taglets/trunk/pom.xml
Log:
bumped parent version and other cleanup

Modified: core3/taglets/trunk/pom.xml
===================================================================
--- core3/taglets/trunk/pom.xml 2011-05-16 00:22:06 UTC (rev 25440)
+++ core3/taglets/trunk/pom.xml 2011-05-16 00:47:55 UTC (rev 25441)
@@ -52,6 +52,33 @@
                </snapshotRepository>
        </distributionManagement>
 
+       <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>
                        <plugin>
@@ -122,61 +149,6 @@
 
        </build>
 
-       <!-- these items don't exist in the typical public maven repos; we 
could 
-               add these directly to Nexus if desired -->
-       <repositories>
-
-               <!-- SpringSource OSGi Bundle Repository -->
-               <repository>
-                       <id>com.springsource.repository.bundles.release</id>
-                       <name>SpringSource OSGi Bundle Repository</name>
-                       
<url>http://repository.springsource.com/maven/bundles/release</url>
-                       <snapshots>
-                               <enabled>false</enabled>
-                       </snapshots>
-               </repository>
-               <repository>
-                       <id>com.springsource.repository.bundles.external</id>
-                       <name>SpringSource OSGi Bundle Repository</name>
-                       
<url>http://repository.springsource.com/maven/bundles/external</url>
-                       <snapshots>
-                               <enabled>false</enabled>
-                       </snapshots>
-               </repository>
-
-               <repository>
-                       <id>spring-osgified-artifacts</id>
-                       <snapshots>
-                               <enabled>true</enabled>
-                       </snapshots>
-                       <name>Springframework Maven OSGified Artifacts 
Repository</name>
-                       <url>http://maven.springframework.org/osgi</url>
-               </repository>
-
-               <!-- Repo. of PAX project -->
-               <repository>
-                       <id>ops4j.releases</id>
-                       <url>http://repository.ops4j.org/maven2/</url>
-               </repository>
-
-       </repositories>
-
-       <pluginRepositories>
-               <pluginRepository>
-                       <id>maven2-repository.dev.java.net</id>
-                       <name>Java.net Maven 2 Repository</name>
-                       <url>http://download.java.net/maven/2
-                       </url>
-               </pluginRepository>
-               <pluginRepository>
-                       <id>maven-repository.dev.java.net</id>
-                       <name>Java.net Maven 1 Repository (legacy)</name>
-                       <url>http://download.java.net/maven/1
-                       </url>
-                       <layout>legacy</layout>
-               </pluginRepository>
-       </pluginRepositories>
-
        <profiles>
                <profile>
                        <id>default-tools.jar</id>

-- 
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