<?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.tomasteubner</groupId>
	<artifactId>wlan-portal</artifactId>
	<packaging>pom</packaging>
	<version>1.14</version>
	<name>wlan-portal-parent</name>

	<parent>
		<groupId>com.tomasteubner.j2ee</groupId>
		<version>1.19</version>
		<artifactId>j2ee-libs-dependencies</artifactId>
		<relativePath>../j2ee-libs/j2ee-libs-dependencies</relativePath>
	</parent>

	<modules>
		<module>wlan-portal-ui</module>
		<module>wlan-portal-backend</module>
		<module>eap-controller-tplink</module>
	</modules>
	<scm>
		<connection>scm:git:ssh://git@ssh.tomasteubner.com/java/j2ee/wlan-portal.git</connection>
		<url>https://www.tomasteubner.com/git/?p=java/j2ee/wlan-portal.git;a=tree</url>
		<tag>HEAD</tag>
	</scm>
</project>
