<?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>hummingbird-project</artifactId>
        <version>0.0.14-SNAPSHOT</version>
    </parent>
    <artifactId>hummingbird-polymer-components</artifactId>
    <name>Hummingbird Polymer Components</name>
    <packaging>jar</packaging>
    <version>0.0.1.alpha1</version>

    <distributionManagement>
         <repository>
             <id>hummingbird-release</id>
             <url>https://repo.vaadin.com/nexus/content/repositories/hummingbird</url>
         </repository>
         <snapshotRepository>
             <id>hummingbird-release</id>
             <url>https://repo.vaadin.com/nexus/content/repositories/hummingbird-snapshots</url>
             <uniqueVersion>false</uniqueVersion>
         </snapshotRepository>
    </distributionManagement>

    <dependencies>
        <dependency>
            <groupId>com.vaadin</groupId>
            <artifactId>hummingbird-server</artifactId>
            <version>0.0.14-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>com.vaadin</groupId>
            <artifactId>hummingbird-html-components</artifactId>
            <version>0.0.14-SNAPSHOT</version>
        </dependency>
    </dependencies>
</project>
