<?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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>

  <groupId>com.google.gwt</groupId>
  <artifactId>elemental-experimental</artifactId>
  <version>2016-06-29</version>
  <packaging>jar</packaging>

  <name>Elemental2</name>
  <description>Experimental version of Elemental library using JsInterop</description>
  <url>https://www.gwtproject.org</url>
</project>