Remove unneeded local maven repository

This commit is contained in:
SeanOMik 2020-04-08 16:57:47 -05:00
parent d230970b8d
commit a7c9d23412
No known key found for this signature in database
GPG Key ID: FA4D55AC05268A88
17 changed files with 0 additions and 56 deletions

View File

@ -1 +0,0 @@
7afa199ad36692812fb6cb1dd0d4a6c3

View File

@ -1 +0,0 @@
1e4cb543315c99cf8407fcaa7de27cfb24a5bd11

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.shynixn.headdatabase</groupId>
<artifactId>hdb-api</artifactId>
<version>1.0</version>
</project>

View File

@ -1 +0,0 @@
8b707a9cd5cbdae2e4f38859f256bf56

View File

@ -1 +0,0 @@
ffd4d3695ad218788c4ec4d687498d34f5afadce

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.github.shynixn.headdatabase</groupId>
<artifactId>hdb-api</artifactId>
<versioning>
<release>1.0</release>
<versions>
<version>1.0</version>
</versions>
<lastUpdated>20200331035834</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +0,0 @@
f1670febb88bf8bc170ef0ba7ea24075

View File

@ -1 +0,0 @@
542b3d81e8887008a78abf7c14fb2b498fd89877

View File

@ -1 +0,0 @@
0ac17404662c14763681fa66966d78e3

View File

@ -1 +0,0 @@
47d3169c630ba6ffe89c0529728a16917f4d7461

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>me.darkolythe</groupId>
<artifactId>customrecipeapi</artifactId>
<version>1.2.3</version>
</project>

View File

@ -1 +0,0 @@
e824dc420f2a4d99de3ff215cb7059eb

View File

@ -1 +0,0 @@
33e68e43923055db023fb67dbdd08b7857a9276d

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>me.darkolythe</groupId>
<artifactId>customrecipeapi</artifactId>
<versioning>
<release>1.2.3</release>
<versions>
<version>1.2.3</version>
</versions>
<lastUpdated>20200403192517</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +0,0 @@
8f5304e0de19ce4868b10abb2804f858

View File

@ -1 +0,0 @@
33bb53f687e7a2cf59509d398341828bee14c9df

View File

@ -91,10 +91,6 @@
<url>https://repo.codemc.org/repository/maven-public/</url> <url>https://repo.codemc.org/repository/maven-public/</url>
<layout>default</layout> <layout>default</layout>
</repository> </repository>
<repository>
<id>maven-repository</id>
<url>file:///${project.basedir}/maven-repository</url>
</repository>
<repository> <repository>
<id>jitpack.io</id> <id>jitpack.io</id>
<url>https://jitpack.io</url> <url>https://jitpack.io</url>