<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.wicketstuff</groupId>
		<artifactId>wicketstuff-jwicket-ui</artifactId>
		<version>8.11.0</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<artifactId>wicketstuff-jwicket-ui-sort</artifactId>
	<packaging>jar</packaging>

    <name>jWicket: jQuery Wicket integration - ui.sort</name>
    <description>
        WicketJQuery by Stefan Lindner has been renamed to jWicket, mavenized, and migrated
        to WicketStuff. This Wicketstuff version supercedes the original version which was available
        at http://subversion.visionet.de/project/WicketJQuery/wiki
    </description>
	
	<developers>
		<developer>
			<name>Stefan Lindner</name>
			<id>lindner</id>
			<email>lindner at visionet.de</email>
		</developer>
	</developers>

</project>
