Remove more incubator references

Fixes JCLOUDS-388.
diff --git a/README.md b/README.md
index 7deb85e..11b6ee6 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@
     </tr>
     <tr>
       <td><a href="blobstore-scala-filesystem/">BlobStore Basics (Scala)</a></td>
-      <td>Example code to create a container and blob using the filesystem <a href="http://jclouds.incubator.apache.org/documentation/userguide/blobstore-guide/">BlobStore API</a></td>
+      <td>Example code to create a container and blob using the filesystem <a href="http://jclouds.apache.org/documentation/userguide/blobstore-guide/">BlobStore API</a></td>
     </tr>
     <tr>
       <td><a href="blobstore-karaf-shell">BlobStore via Karaf Shell</a></td>
@@ -69,7 +69,7 @@
   </tbody>
 </table>
 
-![jclouds logo](http://jclouds.incubator.apache.org/style/fullsizejcloudslogo.jpg)
+![jclouds logo](http://jclouds.apache.org/style/fullsizejcloudslogo.jpg)
 
 ## License
 
diff --git a/pom.xml b/pom.xml
index 9b32297..40fcfdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,9 +31,9 @@
   <name>jclouds examples</name>
 
   <scm>
-    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-jclouds-examples.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-jclouds-examples.git</developerConnection>
-    <url>https://git-wip-us.apache.org/repos/asf?p=incubator-jclouds-examples.git</url>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-examples.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/jclouds-examples.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf?p=jclouds-examples.git</url>
     <tag>HEAD</tag>
   </scm>