Author: gnodet
Date: Fri Oct 29 20:40:01 2010
New Revision: 1028904
URL: http://svn.apache.org/viewvc?rev=1028904&view=rev
Log:
[KARAF-258] Use the org.osgi groupId for core and compendium specs
Modified:
karaf/trunk/archetypes/command/src/main/resources/archetype-resources/pom.xml
Modified:
karaf/trunk/archetypes/command/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/karaf/trunk/archetypes/command/src/main/resources/archetype-resources/pom.xml?rev=1028904&r1=1028903&r2=1028904&view=diff
==============================================================================
---
karaf/trunk/archetypes/command/src/main/resources/archetype-resources/pom.xml
(original)
+++
karaf/trunk/archetypes/command/src/main/resources/archetype-resources/pom.xml
Fri Oct 29 20:40:01 2010
@@ -27,7 +27,7 @@
<properties>
<junit.version>4.7_1</junit.version>
- <felix.osgi.version>1.4.0</felix.osgi.version>
+ <osgi.version>4.2.0</osgi.version>
</properties>
<dependencies>
@@ -38,16 +38,16 @@
</dependency>
<dependency>
- <groupId>org.apache.felix</groupId>
+ <groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
- <version>${felix.osgi.version}</version>
+ <version>${osgi.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.apache.felix</groupId>
+ <groupId>org.osgi</groupId>
<artifactId>org.osgi.compendium</artifactId>
- <version>${felix.osgi.version}</version>
+ <version>${osgi.version}</version>
<scope>provided</scope>
</dependency>