Skip to content

Commit

Permalink
Merge branch 'master' into PM1E
Browse files Browse the repository at this point in the history
# Conflicts:
#	pom.xml
#	src/main/java/cn/lanink/murdermystery/MurderMystery.java
  • Loading branch information
lt-name committed Feb 9, 2024
2 parents 1e8976c + b0ccaca commit a64d005
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,13 @@
</build>

<distributionManagement>
<snapshotRepository>
<id>repo-lanink-cn</id>
<url>https://repo.lanink.cn/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>maven-repo</id>
<url>file:/www/wwwroot/repo.lanink.cn</url>
<id>repo-lanink-cn</id>
<url>https://repo.lanink.cn/repository/maven-releases/</url>
</repository>
</distributionManagement>

Expand All @@ -134,7 +138,7 @@
</repository>
<repository>
<id>repo-lanink-cn</id>
<url>https://repo.lanink.cn/</url>
<url>https://repo.lanink.cn/repository/maven-public/</url>
</repository>
</repositories>

Expand All @@ -150,14 +154,14 @@
<dependency>
<groupId>cn.lanink</groupId>
<artifactId>MemoriesOfTime-GameCore</artifactId>
<version>1.6.11-PM1E</version>
<version>1.6.13-PM1E</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.smallaswater</groupId>
<artifactId>RsNPC</artifactId>
<version>2.3.1</version>
<version>2.4.3</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -190,6 +194,7 @@
<version>1.18.26</version>
<scope>provided</scope>
</dependency>

</dependencies>

</project>

0 comments on commit a64d005

Please sign in to comment.