<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.thebhumilsoni.test-android-sdk-and-plugin-creation.utest.analytics</groupId>
  <artifactId>com.thebhumilsoni.test-android-sdk-and-plugin-creation.utest.analytics.gradle.plugin</artifactId>
  <version>1.1.5</version>
  <packaging>pom</packaging>
  <name>Test Plugin Creation</name>
  <description>A plugin creation demo that allows tracking android tests.</description>
  <url>https://github.com/thebhumilsoni/test-android-sdk-and-plugin-creation</url>
  <inceptionYear>2022</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>thebhumilsoni</id>
      <name>Bhumil Soni</name>
      <url>https://github.com/thebhumilsoni</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:thebhumilsoni/test-android-sdk-and-plugin-creation.git</connection>
    <developerConnection>scm:git@github.com:thebhumilsoni/test-android-sdk-and-plugin-creation.git</developerConnection>
    <url>https://github.com/thebhumilsoni/test-android-sdk-and-plugin-creation</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.thebhumilsoni.test-android-sdk-and-plugin-creation</groupId>
      <artifactId>test-plugin-creation</artifactId>
      <version>1.1.5</version>
    </dependency>
  </dependencies>
</project>
