diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 40d68bf..5e5555a 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,6 @@
+1.0.9
+Ehn: Updated and improved Maven repo references in poms.
+
1.0.8
Fix: Some minor fixes to Servlet example
Enh: Removed references to brand_name/is_wireless_device from unit tests
diff --git a/code/pom.xml b/code/pom.xml
index cc053b8..1ee6d39 100755
--- a/code/pom.xml
+++ b/code/pom.xml
@@ -4,7 +4,7 @@
4.0.0
com.scientiamobile.wurflcloud
client-java
- 1.0.8
+ 1.0.9
jar
wurfl-cloud-client
@@ -50,7 +50,7 @@
cloud-repository
ScientiaMobile Repository
- http://maven.scientiamobile.com:8081/nexus/content/repositories/cloud-repository
+ https://maven.scientiamobile.com/repository/wurfl-cloud/
diff --git a/code/src/main/java/com/scientiamobile/wurflcloud/utils/Constants.java b/code/src/main/java/com/scientiamobile/wurflcloud/utils/Constants.java
index 1b7a260..ab96670 100755
--- a/code/src/main/java/com/scientiamobile/wurflcloud/utils/Constants.java
+++ b/code/src/main/java/com/scientiamobile/wurflcloud/utils/Constants.java
@@ -24,7 +24,7 @@ public interface Constants {
/**
* The version of this client
*/
- String CLIENT_VERSION = "1.0.8";
+ String CLIENT_VERSION = "1.0.9";
/**
* Accepted encoding enum.
diff --git a/examples/pom.xml b/examples/pom.xml
index 6a72006..07e1c6b 100755
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -5,7 +5,7 @@
com.scientiamobile.wurflcloud
client-example
- 1.0.8
+ 1.0.9
war
WURFL Cloud Client example webapp
@@ -44,14 +44,27 @@
-5
-
+
${project.version}
-
+
+
+ cloud-repository
+ ScientiaMobile Repository
+ https://maven.scientiamobile.com/repository/wurfl-cloud/
+
+
+ Central
+ Central
+ http://repo.maven.apache.org/maven2
+
+
+
+