<?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>io.github.ndviet</groupId>
  <artifactId>test-automation-project</artifactId>
  <version>23.1.13</version>
  <packaging>pom</packaging>
  <name>Test Automation Project</name>
  <description>A project with entire repositories together for the test execution.</description>
  <url>https://github.com/vietnd96/test-automation-project/tree/master</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ndviet</id>
      <name>Nguyen Duc Viet</name>
      <email>nguyenducviet4496@gmail.com</email>
      <roles>
        <role>maintainer</role>
        <role>developer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:vietnd96/test-automation-project.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:vietnd96/test-automation-project.git</developerConnection>
    <url>https://github.com/vietnd96/test-automation-project/tree/master</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>ossrh</id>
      <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>ossrh</id>
      <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
    </snapshotRepository>
  </distributionManagement>
  <properties>
    <github.repository>test-automation-project</github.repository>
    <github.organization>vietnd96</github.organization>
    <test-java2robot-adapter.version>23.1.13</test-java2robot-adapter.version>
    <sshd-core.version>2.9.2</sshd-core.version>
    <release>false</release>
    <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
    <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
    <maven-gpg-plugin.version>1.5</maven-gpg-plugin.version>
    <github.id>ndviet</github.id>
    <flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
    <maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version>
    <robotframework.version>4.1.2</robotframework.version>
    <javalib-core.version>2.0.3</javalib-core.version>
    <maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version>
    <webdriverextensions.version>3.11.2</webdriverextensions.version>
    <spring-core.version>6.0.4</spring-core.version>
    <rest-assured.version>5.3.0</rest-assured.version>
    <freemarker.version>2.3.31</freemarker.version>
    <commons-lang3.version>3.12.0</commons-lang3.version>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <webdriverextensions-maven-plugin.version>3.4.0</webdriverextensions-maven-plugin.version>
    <commons-io.version>2.11.0</commons-io.version>
    <staging>false</staging>
    <github.branch>master</github.branch>
    <json-path.version>2.7.0</json-path.version>
    <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
    <log4j2.version>2.19.0</log4j2.version>
    <snakeyaml.version>1.33</snakeyaml.version>
    <selenium-java.version>4.7.2</selenium-java.version>
    <test-automation-fwk.version>23.1.13</test-automation-fwk.version>
    <maven.compiler.source>17</maven.compiler.source>
    <maven-shade-plugin.version>3.4.1</maven-shade-plugin.version>
    <properties-maven-plugin.version>1.0.0</properties-maven-plugin.version>
    <revision>23.1.13</revision>
    <jackson-databind.version>2.14.1</jackson-databind.version>
    <maven.compiler.target>17</maven.compiler.target>
    <maven-enforcer-plugin.version>3.1.0</maven-enforcer-plugin.version>
    <robotframework-maven-plugin.version>2.1.0</robotframework-maven-plugin.version>
    <github.url>github.com</github.url>
    <flattenMode>bom</flattenMode>
    <qatools.ashot>1.5.4</qatools.ashot>
    <github.email>nguyenducviet4496@gmail.com</github.email>
    <github.name>Nguyen Duc Viet</github.name>
    <nexus.url>https://s01.oss.sonatype.org</nexus.url>
    <gmaven-plugin.version>1.3</gmaven-plugin.version>
  </properties>
</project>
