diff --git a/assembly/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg b/assembly/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg
index 8e0e435..78d779b 100644
--- a/assembly/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg
+++ b/assembly/src/main/distribution/text/etc/org.ops4j.pax.url.mvn.cfg
@@ -45,6 +45,13 @@
 #
 #org.ops4j.pax.url.mvn.localRepository=
 
+# Default this to false. It's just weird to use undocumented repos
+org.ops4j.pax.url.mvn.useFallbackRepositories=false
+
+# Uncomment if you are behind a web proxy. PAX URL will use the proxy settings
+# from the Maven conf/settings.xml file 
+# org.ops4j.pax.url.mvn.proxySupport=true
+
 #
 # Comma separated list of repositories scanned when resolving an artifact.
 # Those repositories will be checked before iterating through the
diff --git a/pom.xml b/pom.xml
index 111cfed..eb2e141 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
         <pax.exam.version>1.2.2</pax.exam.version>
         <pax.logging.version>1.5.3</pax.logging.version>
         <pax.runner.version>1.5.0</pax.runner.version>
-        <pax.url.version>1.2.1</pax.url.version>
+        <pax.url.version>1.2.2-SNAPSHOT</pax.url.version>
         <pax.web.version>0.7.4</pax.web.version>
         <servlet.api.version>2.5</servlet.api.version>
         <spring.osgi.version>1.2.0</spring.osgi.version>
