<?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>
  <parent>
    <groupId>com.vaadin</groupId>
    <artifactId>vaadin-parent</artifactId>
    <version>2.0.5</version>
  </parent>
  <groupId>com.vaadin</groupId>
  <artifactId>swing-kit-parent</artifactId>
  <version>1.0.0.alpha0</version>
  <packaging>pom</packaging>
  <name>Vaadin-Swing Parent</name>
  <licenses>
    <license>
      <name>Apache License Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <properties>
    <maven.compiler.target>11</maven.compiler.target>
    <selenium.version>4.1.2</selenium.version>
    <java.version>11</java.version>
    <vaadin.version>23.2.1</vaadin.version>
    <maven.compiler.source>11</maven.compiler.source>
    <springframework.boot.version>2.7.1</springframework.boot.version>
    <springframework.version>5.3.22</springframework.version>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
</project>
