Author: mes
Date: 2010-11-19 12:31:20 -0800 (Fri, 19 Nov 2010)
New Revision: 22936
Modified:
core3/parent/trunk/pom.xml
Log:
updated parent with new properties and repositories
Modified: core3/parent/trunk/pom.xml
===================================================================
--- core3/parent/trunk/pom.xml 2010-11-19 20:30:38 UTC (rev 22935)
+++ core3/parent/trunk/pom.xml 2010-11-19 20:31:20 UTC (rev 22936)
@@ -17,6 +17,7 @@
<junit.version>4.8.1</junit.version>
<maven-bundle-plugin.version>2.1.0</maven-bundle-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <pax.exam.version>1.2.2</pax.exam.version>
</properties>
<distributionManagement>
@@ -194,25 +195,13 @@
</repository>
<repository>
<id>spring-osgi</id>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
<name>Cytoscape Spring OSGi Release Mirror</name>
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/spring-osgi/</url>
</repository>
<repository>
<id>spring-osgi-snapshots</id>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- <name>Cytoscape Spring OSGi Snapshot Mirror</name>
-
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/spring-osgi-snapshots/</url>
+ <name>Cytoscape Spring OSGi External Mirror</name>
+
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/spring-osgi-external/</url>
</repository>
</repositories>
--
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.