<?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>org.mvnpm</groupId>
  <artifactId>datatables.net-colreorder-bs</artifactId>
  <version>2.0.3</version>
  <name>datatables.net-colreorder-bs</name>
  <description>ColReorder for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)</description>
  <url>https://datatables.net</url>
  <organization>
    <name>SpryMedia Ltd</name>
    <url>https://datatables.net</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>datatables</name>
      <email>npm@datatables.net</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/DataTables/Dist-DataTables-ColReorder-Bootstrap.git</connection>
    <developerConnection>https://github.com/DataTables/Dist-DataTables-ColReorder-Bootstrap.git</developerConnection>
    <url>https://github.com/DataTables/Dist-DataTables-ColReorder-Bootstrap</url>
  </scm>
  <issueManagement>
    <url>https://datatables.net/forums</url>
  </issueManagement>
  <properties>
    <org.mvnpm-datatables.net-colreorder.version>2.0.3</org.mvnpm-datatables.net-colreorder.version>
    <org.mvnpm-jquery.version>[1.7,)</org.mvnpm-jquery.version>
    <org.mvnpm-datatables.net-bs.version>[2,3)</org.mvnpm-datatables.net-bs.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>datatables.net-colreorder</artifactId>
      <version>${org.mvnpm-datatables.net-colreorder.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>datatables.net-bs</artifactId>
      <version>${org.mvnpm-datatables.net-bs.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>jquery</artifactId>
      <version>${org.mvnpm-jquery.version}</version>
    </dependency>
  </dependencies>
</project>
