Remove unneeded local maven repository
This commit is contained in:
parent
d230970b8d
commit
a7c9d23412
|
@ -1 +0,0 @@
|
|||
7afa199ad36692812fb6cb1dd0d4a6c3
|
|
@ -1 +0,0 @@
|
|||
1e4cb543315c99cf8407fcaa7de27cfb24a5bd11
|
|
@ -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>
|
|
@ -1 +0,0 @@
|
|||
8b707a9cd5cbdae2e4f38859f256bf56
|
|
@ -1 +0,0 @@
|
|||
ffd4d3695ad218788c4ec4d687498d34f5afadce
|
|
@ -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>
|
|
@ -1 +0,0 @@
|
|||
f1670febb88bf8bc170ef0ba7ea24075
|
|
@ -1 +0,0 @@
|
|||
542b3d81e8887008a78abf7c14fb2b498fd89877
|
|
@ -1 +0,0 @@
|
|||
0ac17404662c14763681fa66966d78e3
|
|
@ -1 +0,0 @@
|
|||
47d3169c630ba6ffe89c0529728a16917f4d7461
|
|
@ -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>
|
|
@ -1 +0,0 @@
|
|||
e824dc420f2a4d99de3ff215cb7059eb
|
|
@ -1 +0,0 @@
|
|||
33e68e43923055db023fb67dbdd08b7857a9276d
|
|
@ -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>
|
|
@ -1 +0,0 @@
|
|||
8f5304e0de19ce4868b10abb2804f858
|
|
@ -1 +0,0 @@
|
|||
33bb53f687e7a2cf59509d398341828bee14c9df
|
4
pom.xml
4
pom.xml
|
@ -91,10 +91,6 @@
|
|||
<url>https://repo.codemc.org/repository/maven-public/</url>
|
||||
<layout>default</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>maven-repository</id>
|
||||
<url>file:///${project.basedir}/maven-repository</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jitpack.io</id>
|
||||
<url>https://jitpack.io</url>
|
||||
|
|
Loading…
Reference in New Issue