<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright (c) 2011-present, Walmart Inc.

Licensed 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>

  <parent>
    <groupId>io.takari</groupId>
    <artifactId>takari</artifactId>
    <version>26</version>
  </parent>

  <groupId>com.walmartlabs</groupId>
  <artifactId>walmartlabs-pom</artifactId>
  <version>1</version>
  <packaging>pom</packaging>
  <name>WalmartLas</name>
  <url>http://walmartlabs.com</url>
  <description>WalmartLabs: Maven Parent POM to enable standardization among our Maven-powered open
  source projects.</description>

  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  
  <developers>
    <developer>
      <id>wmt</id>
      <name>WalmartLabs Open Source Developers</name>
      <email>opensource@walmartlabs.com</email>
      <roles>
        <role>Contributor</role>
      </roles>
      <timezone>-8</timezone>
    </developer>
    <developer>
      <id>mmoser</id>
      <name>Manfred Moser</name>
      <email>mmoser@walmartlabs.com</email>
      <roles>
        <role>Project Lead</role>
      </roles>
      <timezone>-8</timezone>
    </developer>
  </developers>

  <properties>
    <!-- Properties that control how plugins we define are used. All prefixed with "takari." -->
    <takari.licenseHeader>https://raw.githubusercontent.com/walmartlabs/walmart-pom/master/license-header.txt</takari.licenseHeader>
  </properties>

  <scm>
    <connection>scm:git:git@github.com:walmartlabs/walmartlabs-pom.git</connection>
    <developerConnection>scm:git:git@github.com:walmartlabs/walmartlabs-pom.git</developerConnection>
    <url>http://github.com/walmartlabs/walmartlabs-pom</url>
    <tag>walmartlabs-pom-1</tag>
  </scm>

</project>
