Author: srs
Date: Wed Sep 30 22:26:18 2009
New Revision: 820480

URL: http://svn.apache.org/viewvc?rev=820480&view=rev
Log:
FELIX-1668: Uses OSGi 1.0.0 libs instead of 1.2.0.

Modified:
    felix/trunk/http/pom.xml

Modified: felix/trunk/http/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/http/pom.xml?rev=820480&r1=820479&r2=820480&view=diff
==============================================================================
--- felix/trunk/http/pom.xml (original)
+++ felix/trunk/http/pom.xml Wed Sep 30 22:26:18 2009
@@ -36,7 +36,7 @@
     <prerequisites>
         <maven>2.0.7</maven>
     </prerequisites>
-ï
+�
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
@@ -116,17 +116,17 @@
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.osgi.core</artifactId>
-                <version>1.2.0</version>
+                <version>1.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.osgi.foundation</artifactId>
-                <version>1.2.0</version>
+                <version>1.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.osgi.compendium</artifactId>
-                <version>1.2.0</version>
+                <version>1.0.0</version>
                 <exclusions>
                     <exclusion>
                         <groupId>org.apache.felix</groupId>


Reply via email to