Fix the remaining URLs from the move to openstack

Change-Id: Ic5a2b3d67f85868ff730a2b67b8cc192f77ce106
This commit is contained in:
Craig Bryant 2015-10-21 13:54:31 -06:00
parent 28e243c6ad
commit 6065e18dfb
3 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ The full API Specification can be found in [docs/monasca-api-spec.md](docs/monas
## Java Build
Requires monasca-common from https://github.com/openstack/monasca-common. Download and do mvn install. Then:
Requires monasca-common from https://git.openstack.org/openstack/monasca-common. First clone this repository and then do mvn install. Then return to monasca-api and:
```
cd java

View File

@ -6,7 +6,7 @@
<groupId>monasca-api</groupId>
<artifactId>monasca-api</artifactId>
<version>1.1.0-SNAPSHOT</version>
<url>http://github.com/stackforge/monasca-api</url>
<url>http://github.com/openstack/monasca-api</url>
<packaging>jar</packaging>
<prerequisites>
@ -31,8 +31,8 @@
</properties>
<scm>
<connection>scm:git:git@github.com:stackforge/monasca-api</connection>
<developerConnection>scm:git:git@github.com:stackforge/monasca-api</developerConnection>
<connection>scm:git:git@git.openstack.org:openstack/monasca-api</connection>
<developerConnection>scm:git:git.openstack.org:openstack/monasca-api</developerConnection>
</scm>
<profiles>

View File

@ -5,7 +5,7 @@
<groupId>monasca</groupId>
<artifactId>monasca-api-base</artifactId>
<version>1.1.0-SNAPSHOT</version>
<url>http://github.com/stackforge/monasca-api</url>
<url>http://github.com/openstack/monasca-api</url>
<packaging>pom</packaging>
<properties>