<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.eclipse.dirigible</groupId>
        <artifactId>dirigible-cms-resources-parent</artifactId>
        <version>5.12.13</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <name>IDE - UI - CSV</name>
    <artifactId>dirigible-ide-ui-csv</artifactId>
    <packaging>jar</packaging>

    <scm>
        <url>${content.scm.url}</url>
        <connection>${content.scm.connection}</connection>
        <developerConnection>${content.scm.developerConnection}</developerConnection>
    </scm>

    <properties>
        <content.repository.name>ide-csv</content.repository.name>
        <content.project.name>ide-csv</content.project.name>
        
        <scmVersion>main</scmVersion>

        <content.scm.url>https://github.com/dirigiblelabs/${content.repository.name}</content.scm.url>
        <content.scm.connection>scm:git:git://github.com/dirigiblelabs/${content.repository.name}.git</content.scm.connection>
        <content.scm.developerConnection>scm:git:https://github.com/dirigiblelabs/${content.repository.name}</content.scm.developerConnection>

    </properties>

</project>