<?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>
<groupId>com.tmworks</groupId>
<artifactId>telopGenerator</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>club.tmworks</groupId>
<artifactId>telopeditor</artifactId>
<version>1.0</version>
<exclusions>
<exclusion>
<groupId>com.tmworks</groupId>
<artifactId>lyricsmovie</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
<distributionManagement>
<repository>
<id>gitbucket-maven-repository-releases</id>
<url>https://gitbucket.tmworks.club/maven/releases/</url>
</repository>
<snapshotRepository>
<id>gitbucket-maven-repository-snapshots</id>
<url>https://gitbucket.tmworks.club/maven/snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>