<?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>

	<parent>
		<groupId>com.vaadin</groupId>
		<artifactId>flow-component-base</artifactId>
		<version>2.0.0</version>
		<relativePath />
	</parent>

	<artifactId>vaadin-select-flow-parent</artifactId>
	<version>2.0.2</version>
	<packaging>pom</packaging>
	<name>Vaadin Select Flow Parent</name>
	<inceptionYear>2019</inceptionYear>

	<organization>
		<name>Vaadin Ltd</name>
		<url>http://vaadin.com/</url>
	</organization>

	<properties>
		<flow.version>2.0.1</flow.version>
		<jetty.plugin.version>9.4.11.v20180605</jetty.plugin.version>
		<maven.compiler.source>1.8</maven.compiler.source>
		<maven.compiler.target>1.8</maven.compiler.target>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
	</properties>

	<repositories>
		<repository>
			<id>vaadin-snapshots</id>
			<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
		</repository>
	</repositories>

	<modules>
		<module>vaadin-select-flow</module>
		<module>vaadin-select-flow-testbench</module>
		<module>vaadin-select-flow-demo</module>
	</modules>

	<profiles>
		<profile>
			<id>default</id>
			<activation>
				<property>
					<name>!release</name>
				</property>
			</activation>
			<modules>
				<module>vaadin-select-flow-integration-tests</module>
				<module>vaadin-select-flow-integration-tests/pom-bower-mode.xml</module>
			</modules>
		</profile>
	</profiles>

</project>
