<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.chinagoods.framework.thinkcloud</groupId>
    <artifactId>think-cloud</artifactId>
    <version>3.1.7.RELEASE</version>
  </parent>
  <groupId>com.chinagoods.framework.thinkcloud</groupId>
  <artifactId>think-cloud-starters</artifactId>
  <version>3.1.7.RELEASE</version>
  <packaging>pom</packaging>
  <name>think-cloud-starters</name>
  <description>Think Cloud</description>
  <url>https://github.com/chinagoods/Think-cloud</url>
  <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>
  <modules>
    <module>think-cloud-commons</module>
    <module>think-cloud-starter-configuration</module>
    <module>think-cloud-starter-dubbo</module>
    <module>think-cloud-starter-repository</module>
    <module>think-cloud-starter-business</module>
    <module>think-cloud-starter-manager</module>
    <module>think-cloud-starter-manager-cache</module>
    <module>think-cloud-starter-manager-redis</module>
    <module>think-cloud-starter-controller</module>
    <module>think-cloud-starter-id</module>
    <module>think-cloud-starter-zookeeper</module>
    <module>think-cloud-starter-rocketmq</module>
    <module>think-cloud-starter-gateway</module>
    <module>think-cloud-starter-seata</module>
    <module>think-cloud-starter-sentinel</module>
  </modules>
  <scm>
    <connection>scm:git:git://github.com/chinagoods/think-cloud.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/chinagoods/think-cloud.git</developerConnection>
    <url>https://github.com/chinagoods/think-cloud</url>
  </scm>
</project>
