Author: kono Date: 2010-08-03 11:02:05 -0700 (Tue, 03 Aug 2010) New Revision: 21136
Modified: core3/parent/trunk/pom.xml Log: Commonly used version numbers are moved to parent. Modified: core3/parent/trunk/pom.xml =================================================================== --- core3/parent/trunk/pom.xml 2010-08-03 18:01:16 UTC (rev 21135) +++ core3/parent/trunk/pom.xml 2010-08-03 18:02:05 UTC (rev 21136) @@ -1,5 +1,6 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <groupId>org.cytoscape</groupId> <artifactId>parent</artifactId> @@ -18,6 +19,9 @@ <spring.version>2.5.6</spring.version> <spring.osgi.version>1.2.0</spring.osgi.version> <junit.version>4.8.1</junit.version> + <easymock.version>2.5.2</easymock.version> + + <maven-bundle-plugin.version>2.1.0</maven-bundle-plugin.version> </properties> <distributionManagement> -- 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.
