<?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>
    <groupId>com.jgoodies</groupId>
    <artifactId>common</artifactId>
    <version>1.2.1</version>
    <packaging>jar</packaging>
    <name>JGoodies Common</name>
    <description>The JGoodies Binding library connects object properties to Swing user interface components. 
                 And it helps you represent the state and behavior of a presentation independently 
                 of the GUI components used in the interface.
    </description>
    <licenses>
        <license>
            <name>The BSD License</name>
            <url>http://www.opensource.org/licenses/bsd-license.html</url>
        </license>
    </licenses>
    <developers>
        <developer>
            <id>Karsten</id>
            <name>Karsten Lentzsch</name>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.4</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>