Change repositories from stackforge to openstack
Change-Id: I9b0afa3c48fcc29335f5c7d4305b768dc2084614
This commit is contained in:
parent
3150f92ab0
commit
e947a28c01
@ -11,7 +11,7 @@ The number of output processors/threads in the Persister can be specified to sca
|
||||
|
||||
# Build
|
||||
|
||||
Requires monasca-common from https://github.com/stackforge/monasca-common. Download and build following instructions in its README.md. Then build monasca-persister by:
|
||||
Requires monasca-common from https://github.com/openstack/monasca-common. Download and build following instructions in its README.md. Then build monasca-persister by:
|
||||
|
||||
```
|
||||
mvn clean package
|
||||
@ -21,7 +21,7 @@ mvn clean package
|
||||
|
||||
A sample configuration file is available in java/src/deb/etc/persister-config.yml-sample.
|
||||
|
||||
A second configuration file is provided in java/src/main/resources/persister-config.yml for use with the [vagrant "mini-mon" development environment](https://github.com/stackforge/monasca-vagrant/).
|
||||
A second configuration file is provided in java/src/main/resources/persister-config.yml for use with the [vagrant "mini-mon" development environment](https://github.com/openstack/monasca-vagrant/).
|
||||
|
||||
# TODO
|
||||
|
||||
|
@ -22,7 +22,7 @@ fi
|
||||
|
||||
# This should only be done on the stack forge system
|
||||
if [ "${BUILD_COMMON}" = "true" ]; then
|
||||
git clone https://github.com/stackforge/monasca-common
|
||||
git clone https://github.com/openstack/monasca-common
|
||||
cd monasca-common
|
||||
${MVN} clean
|
||||
${MVN} install
|
||||
|
@ -5,7 +5,7 @@
|
||||
<groupId>monasca-persister</groupId>
|
||||
<artifactId>monasca-persister-common</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<url>http://github.com/stackforge/monasca-persister</url>
|
||||
<url>http://github.com/openstack/monasca-persister</url>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<groupId>monasca</groupId>
|
||||
<artifactId>monasca-persister</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<url>http://github.com/stackforge/monasca-persister</url>
|
||||
<url>http://github.com/openstack/monasca-persister</url>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<prerequisites>
|
||||
@ -33,8 +33,8 @@
|
||||
|
||||
<!--Needed for buildnumber-maven-plugin-->
|
||||
<scm>
|
||||
<connection>scm:git:git@github.com:stackforge/monasca-persister</connection>
|
||||
<developerConnection>scm:git:git@github.com:stackforge/monasca-persister
|
||||
<connection>scm:git:git@github.com:openstack/monasca-persister</connection>
|
||||
<developerConnection>scm:git:git@github.com:openstack/monasca-persister
|
||||
</developerConnection>
|
||||
</scm>
|
||||
|
||||
|
6
pom.xml
6
pom.xml
@ -5,7 +5,7 @@
|
||||
<groupId>monasca</groupId>
|
||||
<artifactId>monasca-persister-base</artifactId>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<url>http://github.com/stackforge/monasca-persister</url>
|
||||
<url>http://github.com/openstack/monasca-persister</url>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
@ -17,8 +17,8 @@
|
||||
</properties>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:git@github.com:stackforge/monasca-persister</connection>
|
||||
<developerConnection>scm:git:git@github.com:stackforge/monasca-persister</developerConnection>
|
||||
<connection>scm:git:git@github.com:openstack/monasca-persister</connection>
|
||||
<developerConnection>scm:git:git@github.com:openstack/monasca-persister</developerConnection>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
|
Loading…
Reference in New Issue
Block a user