<?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>cn.home1</groupId>
        <artifactId>oss-build</artifactId>
        <version>1.0.9.OSS</version>
    </parent>

    <artifactId>oss-lib-swagger</artifactId>
    <description>Better swagger lib for spring-boot application</description>
    <name>oss-lib-swagger</name>
    <packaging>pom</packaging>
    <url>https://github.com/home1-oss/oss-lib-swagger</url>
    <version>1.0.7.OSS</version>

    <ciManagement>
        <system>Travis CI</system>
        <url>https://travis-ci.org/home1-oss/oss-lib-swagger</url>
    </ciManagement>
    <issueManagement>
        <system>GitHub Issues</system>
        <url>https://github.com/home1-oss/oss-lib-swagger/issues</url>
    </issueManagement>
    <scm>
        <connection>scm:git:https://github.com/home1-oss/oss-lib-swagger.git</connection>
        <developerConnection>scm:git:ssh://git@github.com/home1-oss/oss-lib-swagger.git</developerConnection>
        <url>https://github.com/home1-oss/oss-lib-swagger</url>
    </scm>

    <modules>
        <module>oss-lib-swagger-spring-boot-1.4.1.RELEASE</module>
        <module>oss-lib-swagger-spring-boot-1.4.2.RELEASE</module>
    </modules>

    <properties>
        <oss-common-dependencies.version>1.0.8.OSS</oss-common-dependencies.version>
    </properties>
</project>
