<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.gitlab.summer-cattle</groupId>
    <artifactId>cattle-commons</artifactId>
    <version>0.0.3</version>
  </parent>
  <groupId>com.gitlab.summer-cattle</groupId>
  <artifactId>cattle-commons-db</artifactId>
  <version>0.0.3</version>
  <packaging>pom</packaging>
  <description>Cattle Framework Commons DB Components</description>
  <url>https://gitlab.com/summer-cattle/cattle-commons</url>
  <organization>
    <name>Summer Cattle Team</name>
    <url>https://gitlab.com/summer-cattle</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>juhua</name>
      <organization>Summer Cattle Team</organization>
      <organizationUrl>https://gitlab.com/summer-cattle</organizationUrl>
      <roles>
        <role>developer</role>
      </roles>
    </developer>
  </developers>
  <modules>
    <module>cattle-commons-db-core</module>
    <module>cattle-commons-db-datasource</module>
  </modules>
  <scm>
    <connection>scm:git:ssh://gitlab.com/summer-cattle/cattle-commons.git</connection>
    <developerConnection>scm:git:ssh://git@gitlab.com:summer-cattle/cattle-commons.git</developerConnection>
    <url>https://gitlab.com/summer-cattle/cattle-commons</url>
  </scm>
</project>
