<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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/maven-v4_0_0.xsd">
    <parent>
        <artifactId>lutece-site-pom</artifactId>
        <groupId>fr.paris.lutece.tools</groupId>
        <version>7.0.1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>fr.paris.lutece</groupId>
    <artifactId>site-theme-releaser-test-github</artifactId>
    <packaging>lutece-site</packaging>
    <name>Site Test Releaser gitlab</name>
    <version>2.2.0-beta-01</version>
    <description />
    <scm>
        <connection>scm:git:https://github.com/lutece-platform/lutece-build-releaser-test-theme-github.git</connection>
        <developerConnection>scm:git:https://github.com/lutece-platform/lutece-build-releaser-test-theme-github.git</developerConnection>
        <tag>site-theme-releaser-test-github-2.2.0-beta-01</tag>
        <url>https://github.com/lutece-platform/lutece-build-releaser-test-theme-github.git</url>
    </scm>
    <repositories>
        <repository>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
            <id>luteceSnapshot</id>
            <name>luteceSnapshot</name>
            <url>http://dev.lutece.paris.fr/snapshot_repository</url>
        </repository>
        <repository>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
            <id>lutece</id>
            <name>luteceRepository</name>
            <url>http://dev.lutece.paris.fr/maven_repository</url>
        </repository>
    </repositories>
    <dependencies>
        <dependency>
            <groupId>fr.paris.lutece</groupId>
            <artifactId>lutece-core</artifactId>
            <version>[7.1.9-SNAPSHOT]</version>
            <type>lutece-core</type>
        </dependency>
        <dependency>
            <groupId>fr.paris.lutece.plugins</groupId>
            <artifactId>plugin-testreleasegitlab</artifactId>
            <version>[2.2.4]</version>
            <type>lutece-plugin</type>
        </dependency>
        <dependency>
            <groupId>fr.paris.lutece.plugins</groupId>
            <artifactId>library-releaser-test</artifactId>
            <version>[3.1.3]</version>
            <type>jar</type>
        </dependency>
        <dependency>
            <groupId>fr.paris.lutece.plugins</groupId>
            <artifactId>plugin-releaser-test</artifactId>
            <version>[6.1.5-SNAPSHOT]</version>
            <type>lutece-plugin</type>
        </dependency>
        <dependency>
            <groupId>fr.paris.lutece.plugins</groupId>
            <artifactId>module-mylutece-oauth2</artifactId>
            <version>[2.1.5-SNAPSHOT]</version>
            <type>lutece-plugin</type>
        </dependency>
        <dependency>
            <groupId>fr.paris.lutece.plugins</groupId>
            <artifactId>plugin-test-release-v7-v8</artifactId>
            <version>[1.0.1-SNAPSHOT]</version>
            <type>lutece-plugin</type>
        </dependency>
    </dependencies>
</project>
