Move owner to elastic

(cherry picked from commit d50057a)
This commit is contained in:
David Pilato 2015-03-28 11:34:33 +01:00
parent 80e6609c7d
commit 7833b17b7c

View File

@ -21,7 +21,7 @@ governing permissions and limitations under the License. -->
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Elasticsearch Azure cloud plugin</name> <name>Elasticsearch Azure cloud plugin</name>
<description>The Azure Cloud plugin allows to use Azure API for the unicast discovery mechanism and add Azure storage repositories.</description> <description>The Azure Cloud plugin allows to use Azure API for the unicast discovery mechanism and add Azure storage repositories.</description>
<url>https://github.com/elasticsearch/elasticsearch-cloud-azure/</url> <url>https://github.com/elastic/elasticsearch-cloud-azure/</url>
<inceptionYear>2013</inceptionYear> <inceptionYear>2013</inceptionYear>
<licenses> <licenses>
<license> <license>
@ -31,9 +31,9 @@ governing permissions and limitations under the License. -->
</license> </license>
</licenses> </licenses>
<scm> <scm>
<connection>scm:git:git@github.com:elasticsearch/elasticsearch-cloud-azure.git</connection> <connection>scm:git:git@github.com:elastic/elasticsearch-cloud-azure.git</connection>
<developerConnection>scm:git:git@github.com:elasticsearch/elasticsearch-cloud-azure.git</developerConnection> <developerConnection>scm:git:git@github.com:elastic/elasticsearch-cloud-azure.git</developerConnection>
<url>http://github.com/elasticsearch/elasticsearch-cloud-azure</url> <url>http://github.com/elastic/elasticsearch-cloud-azure</url>
</scm> </scm>
<parent> <parent>