Update pom.xml
This commit is contained in:
parent
937ff0c4ac
commit
9caa45d8bb
54
pom.xml
54
pom.xml
@ -11,34 +11,52 @@
|
|||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>jitpack.io</id>
|
<id>mchv</id>
|
||||||
<url>https://jitpack.io</url>
|
<name>MCHV Apache Maven Packages</name>
|
||||||
|
<url>https://mvn.mchv.eu/repository/mchv/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<distributionManagement>
|
<profiles>
|
||||||
<repository>
|
<profile>
|
||||||
<id>github</id>
|
<id>publish-to-mchv</id>
|
||||||
<name>GitHub TDLight Team Apache Maven Packages</name>
|
<properties/>
|
||||||
<url>https://maven.pkg.github.com/tdlight-team/tdlight-java</url>
|
<distributionManagement>
|
||||||
</repository>
|
<repository>
|
||||||
</distributionManagement>
|
<id>mchv</id>
|
||||||
|
<name>MCHV Apache Maven Packages</name>
|
||||||
|
<url>https://mvn.mchv.eu/repository/mchv/</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
</profile>
|
||||||
|
<profile>
|
||||||
|
<id>publish-to-github</id>
|
||||||
|
<properties/>
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>github</id>
|
||||||
|
<name>GitHub TDLight Team Apache Maven Packages</name>
|
||||||
|
<url>https://maven.pkg.github.com/tdlight-team/tdlight-java</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
</profile>
|
||||||
|
</profiles>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.tdlight-team</groupId>
|
<groupId>it.tdlight</groupId>
|
||||||
<artifactId>tdlight-java-natives-linux-amd64</artifactId>
|
<artifactId>tdlight-natives-linux-amd64</artifactId>
|
||||||
<version>v1.1.11</version>
|
<version>1.1.11</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.tdlight-team</groupId>
|
<groupId>it.tdlight</groupId>
|
||||||
<artifactId>tdlight-java-natives-linux-aarch64</artifactId>
|
<artifactId>tdlight-natives-linux-aarch64</artifactId>
|
||||||
<version>v1.1.7</version>
|
<version>1.1.7</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.tdlight-team</groupId>
|
<groupId>it.tdlight</groupId>
|
||||||
<artifactId>tdlight-java-natives-windows-amd64</artifactId>
|
<artifactId>tdlight-natives-windows-amd64</artifactId>
|
||||||
<version>v1.1.8</version>
|
<version>1.1.8</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
|
Loading…
Reference in New Issue
Block a user