<?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>
  <groupId>com.apitable</groupId>
  <artifactId>apitable-sdk-java-parent</artifactId>
  <version>1.0.2</version>
  <packaging>pom</packaging>
  <name>APITable Sdk Parent</name>
  <description>This is a project for APITable, written in java</description>
  <url>https://github.com/apitable/apitable-sdks/tree/develop/apitable.java</url>
  <organization>
    <name>APITable LTD</name>
    <url>https://apitable.com</url>
  </organization>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://apitable.mit-license.org</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Shawn Deng</name>
      <email>dengguiheng@apitable.com</email>
      <organization>APITable LTD</organization>
    </developer>
    <developer>
      <name>Zoe Zheng</name>
      <email>zhengxu@apitable.com</email>
      <organization>APITable LTD</organization>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:apitable/apitable-sdks.git</connection>
    <developerConnection>scm:git:git@github.com:apitable/apitable-sdks.git</developerConnection>
    <url>https://github.com/apitable/apitable-sdks/tree/develop/apitable.java</url>
  </scm>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/apitable/apitable-sdks/issues</url>
  </issueManagement>
</project>
