mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-02-11 22:18:27 -06:00
29 lines
848 B
XML
29 lines
848 B
XML
<?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>
|
|
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.build.targetEncoding>UTF-8</project.build.targetEncoding>
|
|
</properties>
|
|
|
|
|
|
<parent>
|
|
<groupId>com.cloudcraftgaming</groupId>
|
|
<artifactId>DisCal</artifactId>
|
|
<version>2.0.0</version>
|
|
</parent>
|
|
|
|
<groupId>com.cloudcraftgaming.DisCal</groupId>
|
|
<artifactId>Website</artifactId>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.cloudcraftgaming.DisCal</groupId>
|
|
<artifactId>API</artifactId>
|
|
<version>2.0.0</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project> |