Author: mes
Date: 2011-09-08 12:58:24 -0700 (Thu, 08 Sep 2011)
New Revision: 26743

Modified:
   core3/impl/trunk/event-impl/pom.xml
Log:
now using property versions for OSGi rather than hard coded ones

Modified: core3/impl/trunk/event-impl/pom.xml
===================================================================
--- core3/impl/trunk/event-impl/pom.xml 2011-09-07 23:29:54 UTC (rev 26742)
+++ core3/impl/trunk/event-impl/pom.xml 2011-09-08 19:58:24 UTC (rev 26743)
@@ -80,14 +80,14 @@
                <dependency>
                        <groupId>org.osgi</groupId>
                        <artifactId>org.osgi.core</artifactId>
-                       <version>4.2.0</version>
+                       <version>${osgi.api.version}</version>
                        <scope>provided</scope>
                        <optional>true</optional>
                </dependency>
                <dependency>
                        <groupId>org.osgi</groupId>
                        <artifactId>org.osgi.compendium</artifactId>
-                       <version>4.2.0</version>
+                       <version>${osgi.api.version}</version>
                        <scope>provided</scope>
                        <optional>true</optional>
                </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.

Reply via email to