<?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>

  <!-- ************************************************************* -->
  <!-- *** POM Relationships *************************************** -->
  <!-- ************************************************************* -->

  <parent>
    <groupId>org.nuiton.js</groupId>
    <artifactId>nuiton-js-lib</artifactId>
    <version>1.0</version>
  </parent>

  <artifactId>nuiton-js-jquery-ui</artifactId>
  <version>1.9.2-1</version>

  <name>Nuiton JS :: JQuery UI</name>
  <description>JQuery UI jar packaging</description>

  <url>http://jqueryui.com/</url>

  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt</url>
    </license>
  </licenses>

  <scm>
    <connection>scm:svn:http://svn.nuiton.org/svn/nuiton-js/tags/nuiton-js-jquery-ui-1.9.2-1</connection>
    <developerConnection>scm:svn:http://svn.nuiton.org/svn/nuiton-js/tags/nuiton-js-jquery-ui-1.9.2-1</developerConnection>
    <url>http://www.nuiton.org/repositories/browse/nuiton-js/tags/nuiton-js-jquery-ui-1.9.2-1</url>
  </scm>

  <dependencies>
    <dependency>
      <groupId>org.nuiton.js</groupId>
      <artifactId>nuiton-js-jquery</artifactId>
      <version>[1.6,)</version> <!-- jquery ui compatible avec jquery >= 1.6 -->
      <scope>runtime</scope>
    </dependency>
  </dependencies>

</project>
