Trying to fix compilation issure arose by missing repository for 
artificat


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@569555 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/upnp.basedriver/pom.xml b/upnp.basedriver/pom.xml
index 25f8fb0..79db8b0 100644
--- a/upnp.basedriver/pom.xml
+++ b/upnp.basedriver/pom.xml
@@ -15,9 +15,16 @@
   <repositories>
     <!-- For snapshots (no release jars or non-apache jars)           -->
     <repository>
-      <id>cgupnpjava.sourceforge.net</id>
+      <id>snapshot.cgupnpjava.sourceforge.net</id>
       <name>CyberLink for Java repository</name>
       <url>http://cgupnpjava.sourceforge.net/snapshots-repository/</url>
+      <releases><enabled>false</enabled></releases>
+    </repository>
+    <repository>
+      <id>cgupnpjava.sourceforge.net</id>
+      <name>CyberLink for Java repository</name>
+      <url>http://cgupnpjava.sourceforge.net/repository/</url>
+      <snapshot><enabled>false</enabled></snapshot>
     </repository>
   </repositories>   <!-- <url>http://maven.apache.org</url> -->
   <dependencies>
@@ -57,7 +64,6 @@
             <Bundle-Name>${pom.name}</Bundle-Name>
             <Bundle-Activator>org.apache.felix.upnp.basedriver.Activator</Bundle-Activator>
             <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
-            <Bundle-Version>0.2.0</Bundle-Version>
             <Bundle-Author><![CDATA[Matteo Demuru <demuru@apache.org>,Francesco Furfari <furfari@apache.org>,Stefano "Kismet" Lenzi <lenzi@apache.org>]]></Bundle-Author>
             <Bundle-Description>
                	A Bundle implementation of the UPnP Service Specification R4
diff --git a/upnp.extra/pom.xml b/upnp.extra/pom.xml
index 206061f..97af362 100644
--- a/upnp.extra/pom.xml
+++ b/upnp.extra/pom.xml
@@ -32,7 +32,6 @@
           <instructions>
             <Bundle-Name>${pom.name}</Bundle-Name>
             <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
-            <Bundle-Version>0.2.0</Bundle-Version>
             <Bundle-Author><![CDATA[Matteo Demuru <demuru@apache.org>,Francesco Furfari <furfari@apache.org>,Stefano "Kismet" Lenzi <lenzi@apache.org>]]></Bundle-Author>
             <Bundle-Description>
                	A library used to extend the integration between UPnP and OSGi that is not part of the standard. Also services that allow to change the beahviour of the UPnP Base Driver
diff --git a/upnp.sample.binaryLight/pom.xml b/upnp.sample.binaryLight/pom.xml
index 33ac102..03aa5a6 100644
--- a/upnp.sample.binaryLight/pom.xml
+++ b/upnp.sample.binaryLight/pom.xml
@@ -44,7 +44,6 @@
           <instructions>
             <Bundle-Name>${pom.name}</Bundle-Name>
             <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
-            <Bundle-Version>0.2.0</Bundle-Version>
             <Bundle-Author><![CDATA[Matteo Demuru <demuru@apache.org>,Francesco Furfari <furfari@apache.org>,Stefano "Kismet" Lenzi <lenzi@apache.org>]]></Bundle-Author>
             <Bundle-Description>
                	Standardized BinaryLight DCPs to test UPnP Base Driver
diff --git a/upnp.sample.clock/pom.xml b/upnp.sample.clock/pom.xml
index 87249b5..b67d9de 100644
--- a/upnp.sample.clock/pom.xml
+++ b/upnp.sample.clock/pom.xml
@@ -38,7 +38,6 @@
           <instructions>
             <Bundle-Name>${pom.name}</Bundle-Name>
             <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
-            <Bundle-Version>0.2.0</Bundle-Version>
             <Bundle-Author><![CDATA[Matteo Demuru <demuru@apache.org>,Francesco Furfari <furfari@apache.org>,Stefano "Kismet" Lenzi <lenzi@apache.org>]]></Bundle-Author>
             <Bundle-Description>
                	CyberLink Clock clone to test UPnPBase driver