<?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-project</artifactId>
        <version>3.0.0.alpha9</version>
    </parent>
    <artifactId>flow-server-compatibility-mode</artifactId>
    <name>Flow Server Compatibility Mode</name>
    <packaging>jar</packaging>

    <description>
    This is a wrapper project for the web-fragment.xml file that sets compatibilityMode=true. When this
    jar is added to the classpath of a web application, it will run in Vaadin 10-13 compatibility mode.
    </description>

</project>
