|
|
|
|
@ -1,3 +1,4 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
|
<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/maven-v4_0_0.xsd">
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
@ -75,14 +76,25 @@
|
|
|
|
|
</repository>
|
|
|
|
|
<repository>
|
|
|
|
|
<snapshots>
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
<id>eu.hansolo</id>
|
|
|
|
|
<name>Medusa</name>
|
|
|
|
|
<url>http://jcenter.bintray.com/eu/hansolo/Medusa/7.9/</url>
|
|
|
|
|
<id>bintray-hansolo-Medusa</id>
|
|
|
|
|
<name>bintray</name>
|
|
|
|
|
<url>http://dl.bintray.com/hansolo/Medusa</url>
|
|
|
|
|
</repository>
|
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
<pluginRepositories>
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
<snapshots>
|
|
|
|
|
<enabled>false</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
<id>bintray-hansolo-Medusa</id>
|
|
|
|
|
<name>bintray-plugins</name>
|
|
|
|
|
<url>http://dl.bintray.com/hansolo/Medusa</url>
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
</pluginRepositories>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
|
|
|
|