fixed bug related to the duplication of StateVariable element in the service description of exported devices
git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@478341 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/upnp.basedriver/pom.xml b/upnp.basedriver/pom.xml
index 82c0483..6fcb532 100644
--- a/upnp.basedriver/pom.xml
+++ b/upnp.basedriver/pom.xml
@@ -41,7 +41,7 @@
<dependency>
<groupId>org-cybergarage</groupId>
<artifactId>cyberlink-upnp-patched</artifactId>
- <version>1.7.1</version>
+ <version>1.7.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/upnp.basedriver/src/main/resources/debug/META-INF/Manifest.mf b/upnp.basedriver/src/main/resources/debug/META-INF/Manifest.mf
index c8f5d4e..2b50c3b 100644
--- a/upnp.basedriver/src/main/resources/debug/META-INF/Manifest.mf
+++ b/upnp.basedriver/src/main/resources/debug/META-INF/Manifest.mf
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
-Bundle-ClassPath: .,lib/cyberlink-1.7.1-patched-debug.jar
+Bundle-ClassPath: .,lib/cyberlink-1.7.2-patched-debug.jar
Bundle-Author: Matteo Demuru <matte-d@users.sourceforge.net>,Stefano "
Kismet" Lenzi <kismet-sl@users.sourceforge.net>,Francesco Furfari <fr
ancesco.furfari@isti.cnr.it>,Satoshi Konno
diff --git a/upnp.basedriver/src/main/resources/debug/lib/cyberlink-1.7.1-patched-debug.jar b/upnp.basedriver/src/main/resources/debug/lib/cyberlink-1.7.2-patched-debug.jar
similarity index 85%
rename from upnp.basedriver/src/main/resources/debug/lib/cyberlink-1.7.1-patched-debug.jar
rename to upnp.basedriver/src/main/resources/debug/lib/cyberlink-1.7.2-patched-debug.jar
index ea2b5c0..276fdf8 100644
--- a/upnp.basedriver/src/main/resources/debug/lib/cyberlink-1.7.1-patched-debug.jar
+++ b/upnp.basedriver/src/main/resources/debug/lib/cyberlink-1.7.2-patched-debug.jar
Binary files differ
diff --git a/upnp.basedriver/src/main/resources/release/META-INF/Manifest.mf b/upnp.basedriver/src/main/resources/release/META-INF/Manifest.mf
index 5ea2cd9..26732c8 100644
--- a/upnp.basedriver/src/main/resources/release/META-INF/Manifest.mf
+++ b/upnp.basedriver/src/main/resources/release/META-INF/Manifest.mf
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
-Bundle-ClassPath: .,lib/cyberlink-1.7.1-patched-release.jar
+Bundle-ClassPath: .,lib/cyberlink-1.7.2-patched-release.jar
Bundle-Author: Matteo Demuru <matte-d@users.sourceforge.net>,Stefano "
Kismet" Lenzi <kismet-sl@users.sourceforge.net>,Francesco Furfari <fr
ancesco.furfari@isti.cnr.it>,Satoshi Konno
diff --git a/upnp.basedriver/src/main/resources/release/lib/cyberlink-1.7.1-patched-release.jar b/upnp.basedriver/src/main/resources/release/lib/cyberlink-1.7.2-patched-release.jar
similarity index 82%
rename from upnp.basedriver/src/main/resources/release/lib/cyberlink-1.7.1-patched-release.jar
rename to upnp.basedriver/src/main/resources/release/lib/cyberlink-1.7.2-patched-release.jar
index 3dc55ea..d0f033f 100644
--- a/upnp.basedriver/src/main/resources/release/lib/cyberlink-1.7.1-patched-release.jar
+++ b/upnp.basedriver/src/main/resources/release/lib/cyberlink-1.7.2-patched-release.jar
Binary files differ