Author: kono
Date: 2010-08-12 13:17:54 -0700 (Thu, 12 Aug 2010)
New Revision: 21347
Modified:
core3/model-api/trunk/pom.xml
Log:
Hard-coded JUnit version removed.
Modified: core3/model-api/trunk/pom.xml
===================================================================
--- core3/model-api/trunk/pom.xml 2010-08-12 19:41:37 UTC (rev 21346)
+++ core3/model-api/trunk/pom.xml 2010-08-12 20:17:54 UTC (rev 21347)
@@ -93,10 +93,11 @@
<artifactId>event-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.1</version>
+ <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
--
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.