Repository: olingo-odata2 Updated Branches: refs/heads/master e13efb9be -> eebe72489
[OLINGO-1253]Client Module for Olingo v2 Project: http://git-wip-us.apache.org/repos/asf/olingo-odata2/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata2/commit/eebe7248 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata2/tree/eebe7248 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata2/diff/eebe7248 Branch: refs/heads/master Commit: eebe72489be37b6a64dbef7de84471b464e55520 Parents: e13efb9 Author: Archana Rai <[email protected]> Authored: Mon Apr 9 13:26:25 2018 +0530 Committer: Archana Rai <[email protected]> Committed: Mon Apr 9 13:26:25 2018 +0530 ---------------------------------------------------------------------- odata2-lib/odata-client-api/pom.xml | 10 +++++++++- odata2-lib/odata-client-core/pom.xml | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/eebe7248/odata2-lib/odata-client-api/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/odata-client-api/pom.xml b/odata2-lib/odata-client-api/pom.xml index 4291bec..9a5e70a 100644 --- a/odata2-lib/odata-client-api/pom.xml +++ b/odata2-lib/odata-client-api/pom.xml @@ -1,4 +1,12 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<?xml version="1.0" encoding="UTF-8"?> +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under + the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may + obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to + in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF + ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under + the License. --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/olingo-odata2/blob/eebe7248/odata2-lib/odata-client-core/pom.xml ---------------------------------------------------------------------- diff --git a/odata2-lib/odata-client-core/pom.xml b/odata2-lib/odata-client-core/pom.xml index e63401b..06fe183 100644 --- a/odata2-lib/odata-client-core/pom.xml +++ b/odata2-lib/odata-client-core/pom.xml @@ -1,4 +1,12 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<?xml version="1.0" encoding="UTF-8"?> +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file + distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under + the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may + obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to + in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF + ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under + the License. --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion>
