From 692cc80523c94677ad2f987a1959b21765b26922 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Tue, 18 Aug 2015 11:02:23 +0200 Subject: [PATCH] [maven] also rename parent project artifactId Also fixed bad scm links --- core/pom.xml | 2 +- distribution/pom.xml | 2 +- plugins/pom.xml | 2 +- pom.xml | 8 ++++---- qa/pom.xml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 7de340bf3a7..5c0dd2555c6 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.elasticsearch - elasticsearch-parent + parent 2.1.0-SNAPSHOT diff --git a/distribution/pom.xml b/distribution/pom.xml index 7e8c52e1caa..52969ee779c 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.elasticsearch - elasticsearch-parent + parent 2.1.0-SNAPSHOT diff --git a/plugins/pom.xml b/plugins/pom.xml index f9a976b4946..e87ef1e0678 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -15,7 +15,7 @@ org.elasticsearch - elasticsearch-parent + parent 2.1.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 7c6fa5840e0..71129a6689c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.elasticsearch - elasticsearch-parent + parent 2.1.0-SNAPSHOT pom Elasticsearch: Parent POM @@ -27,9 +27,9 @@ - scm:git:git@github.com:elasticsearch/elasticsearch-parent.git - scm:git:git@github.com:elasticsearch/elasticsearch-parent.git - http://github.com/elasticsearch/elasticsearch-parent + scm:git:git@github.com:elastic/elasticsearch.git + scm:git:git@github.com:elastic/elasticsearch.git + http://github.com/elastic/elasticsearch diff --git a/qa/pom.xml b/qa/pom.xml index e303ee27c32..d918de924ae 100644 --- a/qa/pom.xml +++ b/qa/pom.xml @@ -14,7 +14,7 @@ org.elasticsearch - elasticsearch-parent + parent 2.1.0-SNAPSHOT