<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>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
    <relativePath />
  </parent>

  <groupId>com.yugabyte</groupId>
  <artifactId>jdbc-yugabytedb-aggregate</artifactId>
  <packaging>pom</packaging>
  <name>YugaByte SQL JDBC Driver aggregate</name>
  <version>42.2.7-yb-6</version>
  <description>YugaByte JDBC aggregate project</description>
  <url>https://github.com/YugaByte/ybjdbc</url>

  <modules>
    <module>jdbc-yugabytedb</module>
  </modules>

  <!-- If inherited from parent pom, maven tries to add artifactId to URLs -->
  <scm>
    <connection>scm:git:git@github.com:yugabyte/jdbc-yugabytedb.git</connection>
    <developerConnection>scm:git:git@github.com:yugabyte/jdbc-yugabytedb.git</developerConnection>
    <url>https://github.com/yugabyte/jdbc-yugabytedb</url>
    <tag>HEAD</tag>
  </scm>

  <developers>
    <developer>
      <name>YugaByte Development Team</name>
      <email>info@yugabyte.com</email>
      <organization>YugaByte, Inc.</organization>
      <organizationUrl>https://www.yugabyte.com</organizationUrl>
    </developer>
  </developers>

  <distributionManagement>
    <repository>
      <id>${yugabyte.releases.repository.id}</id>
      <url>${yugabyte.releases.repository.url}</url>
    </repository>
    <snapshotRepository>
      <id>${yugabyte.snapshots.repository.id}</id>
      <url>${yugabyte.snapshots.repository.url}</url>
    </snapshotRepository>
  </distributionManagement>


</project>
