Author: kono
Date: 2010-08-03 13:36:30 -0700 (Tue, 03 Aug 2010)
New Revision: 21147
Modified:
core3/viewmodel-impl/trunk/pom.xml
Log:
maven-bundle-plugin versions is moved to parent pom.
Modified: core3/viewmodel-impl/trunk/pom.xml
===================================================================
--- core3/viewmodel-impl/trunk/pom.xml 2010-08-03 20:35:28 UTC (rev 21146)
+++ core3/viewmodel-impl/trunk/pom.xml 2010-08-03 20:36:30 UTC (rev 21147)
@@ -55,7 +55,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.4.3</version>
+
<version>${maven-bundle-plugin.version}</version>
<!--
| the following instructions build a
simple set of public/private
classes into an OSGi bundle
@@ -132,15 +132,16 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.4</version>
+ <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>com.springsource.org.easymock</artifactId>
- <version>2.3.0</version>
+ <version>${easymock.version}</version>
<scope>test</scope>
</dependency>
+
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>model-impl</artifactId>
--
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.