<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
         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.jwebmp.plugins.angular</groupId>
        <artifactId>jwebmp-plugins-angular-parent</artifactId>
        <version>1.1.1.0-SNAPSHOT-jre14</version>
    </parent>

    <artifactId>jwebmp-text-angular</artifactId>
    <packaging>jar</packaging>

    <name>Text Angular</name>
    <description>The JWebSwing implementation for Text Angular</description>
    <url>https://github.com/GedMarc/JWebSwing-TetxtAngular</url>

    <issueManagement>
        <system>Github</system>
        <url>https://github.com/GedMarc/JWebSwing-TextAngular/issues</url>
    </issueManagement>

    <dependencies>
        <dependency>
            <groupId>com.jwebmp.plugins.bootstrap</groupId>
            <artifactId>jwebmp-bootstrap</artifactId>
        </dependency>
    </dependencies>

    <scm>
        <url>https://github.com/GedMarc?tab=repositories</url>
    </scm>

    <ciManagement>
        <system>TeamCity</system>
        <url>http://jwebmp.com/teamcity</url>
    </ciManagement>

</project>
