<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>com.wassilak</groupId>
        <artifactId>parent-generic</artifactId>
        <version>1.0</version>
    </parent>
    <artifactId>cache-service</artifactId>
    <packaging>jar</packaging>
    <name>cache-service</name>
    <description>A simple Java object caching service.</description>
    <url>http://github.com/JohnWassilak/cache-service</url>
    <scm>
        <connection>scm:git:git@github.com:JohnWassilak/cache-service.git</connection>
        <developerConnection>scm:git:git@github.com:JohnWassilak/cache-service.git</developerConnection>
        <url>git@github.com:JohnWassilak/cache-service.git</url>
    </scm>
</project>
