From commits-return-22975-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Mon Jun 10 02:09:42 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id AE15A180670 for ; Mon, 10 Jun 2019 04:09:41 +0200 (CEST) Received: (qmail 5027 invoked by uid 500); 10 Jun 2019 02:09:41 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 5005 invoked by uid 99); 10 Jun 2019 02:09:40 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jun 2019 02:09:40 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id CD5AD87A82; Mon, 10 Jun 2019 02:09:40 +0000 (UTC) Date: Mon, 10 Jun 2019 02:09:40 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo] branch 1.9 updated: Fix xml namespace declarations in pom.xml files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156013258068.26590.5738863259261689646@gitbox.apache.org> From: ctubbsii@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo X-Git-Refname: refs/heads/1.9 X-Git-Reftype: branch X-Git-Oldrev: 3311218c639173f1df41fa31b318e17a1e0ce47f X-Git-Newrev: 0884bfd1af4a18339363dfdb5ea9e6bf12492857 X-Git-Rev: 0884bfd1af4a18339363dfdb5ea9e6bf12492857 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch 1.9 in repository https://gitbox.apache.org/repos/asf/accumulo.git The following commit(s) were added to refs/heads/1.9 by this push: new 0884bfd Fix xml namespace declarations in pom.xml files 0884bfd is described below commit 0884bfd1af4a18339363dfdb5ea9e6bf12492857 Author: Christopher Tubbs AuthorDate: Sun Jun 9 21:57:50 2019 -0400 Fix xml namespace declarations in pom.xml files * Fix root pom.xml xmlns:xsi namespace (must be http, not https) * Update all schemaLocation values for xsi to consistently use current canonical location --- assemble/pom.xml | 2 +- core/pom.xml | 2 +- docs/pom.xml | 2 +- examples/simple/pom.xml | 2 +- fate/pom.xml | 2 +- iterator-test-harness/pom.xml | 2 +- maven-plugin/pom.xml | 2 +- maven-plugin/src/it/plugin-test/pom.xml | 2 +- minicluster/pom.xml | 2 +- pom.xml | 2 +- proxy/pom.xml | 2 +- server/base/pom.xml | 2 +- server/gc/pom.xml | 2 +- server/master/pom.xml | 2 +- server/monitor/pom.xml | 2 +- server/native/pom.xml | 2 +- server/tracer/pom.xml | 2 +- server/tserver/pom.xml | 2 +- start/pom.xml | 2 +- test/pom.xml | 2 +- trace/pom.xml | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/assemble/pom.xml b/assemble/pom.xml index 19008c6..2da82a7 100644 --- a/assemble/pom.xml +++ b/assemble/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.accumulo diff --git a/core/pom.xml b/core/pom.xml index e44c4b9..646fcd7 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.accumulo diff --git a/docs/pom.xml b/docs/pom.xml index 96c3572..6817280 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.accumulo diff --git a/examples/simple/pom.xml b/examples/simple/pom.xml index 8295c4a..679367e 100644 --- a/examples/simple/pom.xml +++ b/examples/simple/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.accumulo diff --git a/fate/pom.xml b/fate/pom.xml index 3839325..ae547b0 100644 --- a/fate/pom.xml +++ b/fate/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.accumulo diff --git a/iterator-test-harness/pom.xml b/iterator-test-harness/pom.xml index f01ae88..97ba97b 100644 --- a/iterator-test-harness/pom.xml +++ b/iterator-test-harness/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.accumulo diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 40c5c5e..b5108e4 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.accumulo diff --git a/maven-plugin/src/it/plugin-test/pom.xml b/maven-plugin/src/it/plugin-test/pom.xml index 9d9182e..e31d173 100644 --- a/maven-plugin/src/it/plugin-test/pom.xml +++ b/maven-plugin/src/it/plugin-test/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 diff --git a/minicluster/pom.xml b/minicluster/pom.xml index 226b7fb..4e0382c 100644 --- a/minicluster/pom.xml +++ b/minicluster/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.accumulo diff --git a/pom.xml b/pom.xml index e5f2e2b..29d6009 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache diff --git a/proxy/pom.xml b/proxy/pom.xml index c24aab3..804d0ac 100644 --- a/proxy/pom.xml +++ b/proxy/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.accumulo diff --git a/server/base/pom.xml b/server/base/pom.xml index 9ebb1a8..7be1c0c 100644 --- a/server/base/pom.xml +++ b/server/base/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.accumulo diff --git a/server/gc/pom.xml b/server/gc/pom.xml index efda5af..c6cbb8d 100644 --- a/server/gc/pom.xml +++ b/server/gc/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.accumulo diff --git a/server/master/pom.xml b/server/master/pom.xml index f7d6d58..2dcb71d 100644 --- a/server/master/pom.xml +++ b/server/master/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.accumulo diff --git a/server/monitor/pom.xml b/server/monitor/pom.xml index 8579c0b..1ca1cdd 100644 --- a/server/monitor/pom.xml +++ b/server/monitor/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.accumulo diff --git a/server/native/pom.xml b/server/native/pom.xml index e970720..f53b330 100644 --- a/server/native/pom.xml +++ b/server/native/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.accumulo diff --git a/server/tracer/pom.xml b/server/tracer/pom.xml index e4eb29f..1a75ef2 100644 --- a/server/tracer/pom.xml +++ b/server/tracer/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.accumulo diff --git a/server/tserver/pom.xml b/server/tserver/pom.xml index 4608590..76839e3 100644 --- a/server/tserver/pom.xml +++ b/server/tserver/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.accumulo diff --git a/start/pom.xml b/start/pom.xml index f8a2b20..6c269c1 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.accumulo diff --git a/test/pom.xml b/test/pom.xml index 0e1faca..d776407 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.accumulo diff --git a/trace/pom.xml b/trace/pom.xml index 9d79d95..ed6310d 100644 --- a/trace/pom.xml +++ b/trace/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.accumulo