Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
storm345 authored Mar 30, 2021
1 parent fcc6b45 commit 394e404
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,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.useful</groupId>
<artifactId>uCars</artifactId>
<name>uCars</name>
<artifactId>ucars</artifactId>
<name>ucars</name>
<url>https://github.com/USERNAME/TEMPLATE</url>
<issueManagement>
<system>GitHub</system>
Expand Down Expand Up @@ -125,13 +125,14 @@
<!--Bukkit API-->
</dependencies>
<distributionManagement>
<repository>
<id>storm-repo</id>
<url>file:///var/lib/jenkins/repo</url>
</repository>
</distributionManagement>
<repository>
<id>github</id>
<name>GitHub stormdev Apache Maven Packages</name>
<url>https://maven.pkg.github.com/storm345dev/ucars</url>
</repository>
</distributionManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<version>24</version>
<version>1.16-R1.0.0</version>
</project>

0 comments on commit 394e404

Please sign in to comment.