Author: mes
Date: 2011-07-06 10:29:02 -0700 (Wed, 06 Jul 2011)
New Revision: 26066
Modified:
core3/splash-updater-impl/trunk/pom.xml
Log:
updated osgi dependency
Modified: core3/splash-updater-impl/trunk/pom.xml
===================================================================
--- core3/splash-updater-impl/trunk/pom.xml 2011-07-06 17:26:22 UTC (rev
26065)
+++ core3/splash-updater-impl/trunk/pom.xml 2011-07-06 17:29:02 UTC (rev
26066)
@@ -4,7 +4,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.cytoscape</groupId>
- <version>3.0.0-alpha7</version>
+ <version>3.0.0-alpha8-SNAPSHOT</version>
</parent>
<properties>
@@ -79,14 +79,14 @@
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
- <artifactId>osgi_R4_core</artifactId>
- <version>1.0</version>
+ <artifactId>org.osgi.core</artifactId>
+ <version>${osgi.api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
- <artifactId>osgi_R4_compendium</artifactId>
- <version>1.0</version>
+ <artifactId>org.osgi.compendium</artifactId>
+ <version>${osgi.api.version}</version>
<scope>provided</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.