<?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">
    <parent>
        <groupId>org.n52.sensorweb.sos</groupId>
        <artifactId>extensions</artifactId>
        <version>4.4.0-M6</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <packaging>pom</packaging>
    <artifactId>do</artifactId>
    <version>4.4.0-M6</version>
    <name>52°North SOS - Extension Delete Observation</name>
    <description>52°North SOS Extension Delete Observation</description>
    <licenses>
        <license>
            <name>GPLv2</name>
            <url>http://www.gnu.org/licenses/gpl-2.0.html</url>
            <comments>See also http://52north.org/about/licensing/ for all information about 52°North licenses.</comments>
        </license>
    </licenses>
    <inceptionYear>2012</inceptionYear>
    <modules>
        <module>xml</module>
        <module>core</module>
        <module>hibernate</module>
        <module>kvp</module>
		<module>json</module>
    </modules>
    <properties>
        <maven.build.timestamp.format>yyyy-MM-dd_HH-mm</maven.build.timestamp.format>
    </properties>
    <scm>
        <connection>scm:svn:https://svn.52north.org/svn/projects/internal/2012_DLR-UKIS-I/52n-sos-extension-delete-observation/trunk/</connection>
        <developerConnection>scm:svn:https://svn.52north.org/svn/projects/internal/2012_DLR-UKIS-I/52n-sos-extension-delete-observation/trunk/</developerConnection>
        <url>https://svn.52north.org/svn/projects/internal/2012_DLR-UKIS-I/52n-sos-extension-delete-observation/trunk/</url>
    </scm>
    <organization>
        <name>52°North</name>
        <url>http://52north.org/</url>
    </organization>
    <developers>
        <developer>
            <name>Eike Hinderk Jürrens</name>
            <organization>52°North</organization>
            <organizationUrl>http://52north.org/</organizationUrl>
        </developer>
    </developers>
    <mailingLists>
        <mailingList>
            <name>Sensor Web Mailing List</name>
            <post>swe@52north.org</post>
            <subscribe>http://list.52north.org/mailman/listinfo/swe</subscribe>
            <unsubscribe>http://list.52north.org/mailman/listinfo/swe#subscribers</unsubscribe>
            <archive>http://list.52north.org/pipermail/swe/</archive>
        </mailingList>
    </mailingLists>
    <issueManagement>
        <system>Bugzilla</system>
        <url>https://bugzilla.52north.org/</url>
    </issueManagement>
    <contributors>
        <contributor>
            <name>Eike Hinderk Jürrens</name>
            <roles>
                <role>designer</role>
            </roles>
            <organization>52°North</organization>
            <organizationUrl>http://52north.org/</organizationUrl>
        </contributor>
    </contributors>
    <repositories>
        <repository>
            <id>n52-releases</id>
            <name>52n Releases</name>
            <url>http://52north.org/maven/repo/releases/</url>
            <releases>
                <enabled>true</enabled>
            </releases>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
        </repository>
        <repository>
            <id>n52s</id>
            <name>52n Snapshots</name>
            <url>http://52north.org/maven/repo/snapshots/</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
    </repositories>
</project>
