Remove more incubator references Fixes JCLOUDS-388.
Project: http://git-wip-us.apache.org/repos/asf/jclouds-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-examples/commit/c988be49 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-examples/tree/c988be49 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-examples/diff/c988be49 Branch: refs/heads/master Commit: c988be498001c517c46ddca9bd3acd7a9bd5da61 Parents: e6861ad Author: Andrew Gaul <[email protected]> Authored: Thu Nov 21 13:12:12 2013 -0800 Committer: Andrew Gaul <[email protected]> Committed: Thu Nov 21 13:12:12 2013 -0800 ---------------------------------------------------------------------- README.md | 4 ++-- pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/c988be49/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 7deb85e..11b6ee6 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ This repository contains various examples of using </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 @@ This repository contains various examples of using </tbody> </table> - + ## License http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/c988be49/pom.xml ---------------------------------------------------------------------- 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>
