<?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>
  <groupId>io.github.mstahv</groupId>
  <artifactId>sliders</artifactId>
  <version>0.0.4</version>
  <name>Sliders for Vaadin Flow</name>
  <description>Provides more feature packed sliders for picking numbers, than what is available
        via built-in RangeInput.</description>
  <url>https://github.com/mstahv/slider</url>
  <organization>
    <name>Viritin</name>
  </organization>
  <licenses>
    <license>
      <name>Apache 2</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Matti Tahvonen</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/mstahv/sliders.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:/mstahv/sliders.git</developerConnection>
    <tag>sliders-0.0.4</tag>
    <url>https://github.com/mstahv/flow-sliders</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/mstahv/sliders/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>in.virit</groupId>
      <artifactId>viritin</artifactId>
      <version>2.10.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
