1
mirror of https://github.com/CarmJos/EasyPlugin.git synced 2026-06-04 16:48:16 +08:00

ci(deploy): 添加 repo-deploy 配置

This commit is contained in:
2022-05-30 04:10:54 +08:00
parent c7190274d7
commit 0005ce13b4
10 changed files with 133 additions and 80 deletions
+12 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>easyplugin-parent</artifactId>
<groupId>cc.carm.lib</groupId>
<version>1.4.3</version>
<version>1.4.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -22,4 +22,15 @@
<name>EasyPlugin-PlaceholderAPI</name>
<dependencies>
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.10.9</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>