chore(oauth): move to oauth.client 0.1.1-SNAPSHOT

We can't move to a released version until SLING-12592 is fixed, as the generated feature models
are not included in the release.
diff --git a/oauth/core/pom.xml b/oauth/core/pom.xml
index 1766a5a..36867d3 100644
--- a/oauth/core/pom.xml
+++ b/oauth/core/pom.xml
@@ -157,7 +157,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.auth.oauth-client</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>0.1.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         
diff --git a/oauth/launcher/pom.xml b/oauth/launcher/pom.xml
index bfb894b..6083ea2 100644
--- a/oauth/launcher/pom.xml
+++ b/oauth/launcher/pom.xml
@@ -61,7 +61,7 @@
                                 <groupId>org.apache.sling</groupId>
                                 <artifactId>org.apache.sling.auth.oauth-client</artifactId>
                                 <classifier>app</classifier>
-                                <version>0.1-SNAPSHOT</version>
+                                <version>0.1.1-SNAPSHOT</version>
                                 <type>slingosgifeature</type>
                             </includeArtifact>
                        </aggregate>
diff --git a/oauth/launcher/src/main/features/launcher.json b/oauth/launcher/src/main/features/launcher.json
index 9ddf3ad..3668111 100644
--- a/oauth/launcher/src/main/features/launcher.json
+++ b/oauth/launcher/src/main/features/launcher.json
@@ -5,7 +5,7 @@
         "start-order": 25
     },
     {
-        "id": "org.apache.sling/org.apache.sling.auth.oauth-client/0.1-SNAPSHOT",
+        "id": "org.apache.sling/org.apache.sling.auth.oauth-client/0.1.1-SNAPSHOT",
         "start-order": 24
     }
   ],