<?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>
    <parent>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>7</version>
    </parent>

    <groupId>com.github.igor-suhorukov</groupId>
    <artifactId>url-stream-handler-provider</artifactId>
    <version>1.2</version>

    <properties>
        <maven.compiler.source>1.5</maven.compiler.source>
        <maven.compiler.target>1.5</maven.compiler.target>
    </properties>

    <scm>
        <url>https://github.com/igor-suhorukov/url-stream-handler-provider.git</url>
        <connection>scm:git:git://github.com/igor-suhorukov/url-stream-handler-provider.git</connection>
        <developerConnection>scm:git:ssh://git@github.com/igor-suhorukov/url-stream-handler-provider.git</developerConnection>
        <tag>HEAD</tag>
    </scm>
</project>