<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright (c) 2007-2010, Kaazing Corporation. All rights reserved.

-->
<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.kaazing</groupId>
        <artifactId>common</artifactId>
        <version>2.1.0.2</version>
    </parent>

    <groupId>org.kaazing</groupId>
    <artifactId>gateway.resource.address.pipe</artifactId>
    <version>1.0.0.13</version>
    <name>Pipe Resource Address</name>
    <description>Resource address implementation of named-pipe endpoint</description>

    <url>https://github.com/kaazing/gateway.resource.address.pipe.git</url>
    <scm>
        <connection>scm:git:${project.scm.url}</connection>
        <developerConnection>scm:git:${project.scm.url}</developerConnection>
        <url>git@github.com:kaazing/gateway.resource.address.pipe.git</url>
    </scm>

    <dependencies>
        <dependency>
            <groupId>org.kaazing</groupId>
            <artifactId>gateway.resource.address</artifactId>
            <version>[1.0.0.0,1.1.0.0)</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>
    </dependencies>
</project>
