Change repositories from stackforge to openstack
Change-Id: I4420be590209e58e52223fc9f267500c9d1ddfb0
This commit is contained in:
parent
e90ce5ca45
commit
8a9d5b2af2
0
HACKING.rst
Executable file → Normal file
0
HACKING.rst
Executable file → Normal file
18
README.md
18
README.md
@ -19,18 +19,18 @@ A change has been submitted to StackForge to switch to bare-trusty for this buil
|
||||
|
||||
### Application Specific Sub-Projects
|
||||
|
||||
* [monasca-common-model](https://github.com/stackforge/monasca-common/tree/master/java/monasca-common-model) - Common domain and event models for monitoring services.
|
||||
* [monasca-common-model](https://github.com/openstack/monasca-common/tree/master/java/monasca-common-model) - Common domain and event models for monitoring services.
|
||||
|
||||
### Platform Sub-Projects
|
||||
|
||||
* [monasca-common-dropwizard](https://github.com/stackforge/monasca-common/tree/master/java/monasca-common-dropwizard) - Utilities for building and testing dropwizard services.
|
||||
* [monasca-common-kafka](https://github.com/stackforge/monasca-common/tree/master/java/monasca-common-kafka) - Various utilities for working with Kafka.
|
||||
* [monasca-common-persistence](https://github.com/stackforge/monasca-common/tree/master/java/monasca-common-persistence) - Persistence related infrastructure and utilities.
|
||||
* [monasca-common-service](https://github.com/stackforge/monasca-common/tree/master/java/monasca-common-service) - Simple service abstractions and utilities.
|
||||
* [monasca-common-streaming](https://github.com/stackforge/monasca-common/tree/master/java/monasca-common-streaming) - Streaming related utilities.
|
||||
* [monasca-common-testing](https://github.com/stackforge/monasca-common/tree/master/java/monasca-common-testing) - A set of testing related dependencies.
|
||||
* [monasca-common-util](https://github.com/stackforge/monasca-common/tree/master/java/monasca-common-util) - Various utilities such as for serialization, dependency injection, date and time, invocation retries, concurrency, etc.
|
||||
* [monasca-common-hibernate](https://github.com/stackforge/monasca-common/tree/master/java/monasca-common-hibernate) - Hibernate based model of Monasca SQL schema
|
||||
* [monasca-common-dropwizard](https://github.com/openstack/monasca-common/tree/master/java/monasca-common-dropwizard) - Utilities for building and testing dropwizard services.
|
||||
* [monasca-common-kafka](https://github.com/openstack/monasca-common/tree/master/java/monasca-common-kafka) - Various utilities for working with Kafka.
|
||||
* [monasca-common-persistence](https://github.com/openstack/monasca-common/tree/master/java/monasca-common-persistence) - Persistence related infrastructure and utilities.
|
||||
* [monasca-common-service](https://github.com/openstack/monasca-common/tree/master/java/monasca-common-service) - Simple service abstractions and utilities.
|
||||
* [monasca-common-streaming](https://github.com/openstack/monasca-common/tree/master/java/monasca-common-streaming) - Streaming related utilities.
|
||||
* [monasca-common-testing](https://github.com/openstack/monasca-common/tree/master/java/monasca-common-testing) - A set of testing related dependencies.
|
||||
* [monasca-common-util](https://github.com/openstack/monasca-common/tree/master/java/monasca-common-util) - Various utilities such as for serialization, dependency injection, date and time, invocation retries, concurrency, etc.
|
||||
* [monasca-common-hibernate](https://github.com/openstack/monasca-common/tree/master/java/monasca-common-hibernate) - Hibernate based model of Monasca SQL schema
|
||||
|
||||
python monasca-common
|
||||
======================
|
||||
|
@ -5,7 +5,7 @@
|
||||
<groupId>monasca-common</groupId>
|
||||
<artifactId>monasca-common</artifactId>
|
||||
<version>${computedVersion}</version>
|
||||
<url>http://github.com/stackforge/monasca-common</url>
|
||||
<url>http://github.com/openstack/monasca-common</url>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<prerequisites>
|
||||
@ -23,8 +23,8 @@
|
||||
</properties>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:git@github.com:stackforge/monasca-common</connection>
|
||||
<developerConnection>scm:git:git@github.com:stackforge/monasca-common</developerConnection>
|
||||
<connection>scm:git:git@github.com:openstack/monasca-common</connection>
|
||||
<developerConnection>scm:git:git@github.com:openstack/monasca-common</developerConnection>
|
||||
</scm>
|
||||
|
||||
<modules>
|
||||
|
@ -1,4 +1,4 @@
|
||||
site_name:
|
||||
monasca-common
|
||||
repo_url:
|
||||
'https://github.com/stackforge/monasca-common'
|
||||
'https://github.com/openstack/monasca-common'
|
||||
|
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
||||
<groupId>monasca</groupId>
|
||||
<artifactId>monasca-common</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<url>http://github.com/stackforge/monasca-common</url>
|
||||
<url>http://github.com/openstack/monasca-common</url>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = monasca-common
|
||||
summary = Monasca common python modules
|
||||
author = Hewlett-Packard
|
||||
home-page = https://github.com/stackforge/monasca-common
|
||||
home-page = https://github.com/openstack/monasca-common
|
||||
classifier =
|
||||
Intended Audience :: Information Technology
|
||||
Intended Audience :: System Administrators
|
||||
|
Loading…
Reference in New Issue
Block a user