<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<groupId>com.github.bordertech.webfriends</groupId>
	<name>webfriends-parent</name>
	<artifactId>webfriends-parent</artifactId>
	<version>0.0.5</version>

	<parent>
		<groupId>com.github.bordertech.common</groupId>
		<artifactId>qa-parent</artifactId>
		<version>1.0.19</version>
		<relativePath />
	</parent>

	<packaging>pom</packaging>

	<properties>
		<bt.qa.skip>false</bt.qa.skip>
		<bt.qa.fail>false</bt.qa.fail>
	</properties>

	<description>
		Utilities for working with HTML and Selenium.
	</description>

	<url>https://github.com/bordertech/webfriends</url>

	<scm>
		<url>https://github.com/bordertech/webfriends</url>
		<connection>scm:git:https://github.com/bordertech/webfriends.git</connection>
		<developerConnection>scm:git:https://github.com/bordertech/webfriends.git</developerConnection>
		<tag>webfriends-parent-0.0.5</tag>
	</scm>

	<issueManagement>
		<system>GitHub</system>
		<url>https://github.com/bordertech/webfriends/issues</url>
	</issueManagement>

	<ciManagement>
		<system>Github Actions</system>
		<url>https://github.com/BorderTech/webfriends/actions</url>
	</ciManagement>

	<modules>
		<module>webfriends-api</module>
		<module>webfriends-pageobject-api</module>
		<module>webfriends-selenium-util</module>
		<module>webfriends-selenium-elements</module>
		<module>webfriends-selenium-wc</module>
	</modules>

</project>