mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2024-11-24 12:16:36 +01:00
CoreProtect v22.2 release
This commit is contained in:
parent
e49913bc09
commit
b48dcec589
@ -41,7 +41,7 @@ Maven
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.coreprotect</groupId>
|
<groupId>net.coreprotect</groupId>
|
||||||
<artifactId>coreprotect</artifactId>
|
<artifactId>coreprotect</artifactId>
|
||||||
<version>22.1</version>
|
<version>22.2</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
@ -7,7 +7,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = 'net.coreprotect'
|
group = 'net.coreprotect'
|
||||||
String projectVersion = '22.1'
|
String projectVersion = '22.2'
|
||||||
String projectBranch = ''
|
String projectBranch = ''
|
||||||
version = projectVersion // `version` might be modified, we don't always want that (e.g. plugin.yml)
|
version = projectVersion // `version` might be modified, we don't always want that (e.g. plugin.yml)
|
||||||
description = 'Provides block protection for your server.'
|
description = 'Provides block protection for your server.'
|
||||||
|
8
pom.xml
8
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>net.coreprotect</groupId>
|
<groupId>net.coreprotect</groupId>
|
||||||
<artifactId>CoreProtect</artifactId>
|
<artifactId>CoreProtect</artifactId>
|
||||||
<version>22.1</version>
|
<version>22.2</version>
|
||||||
<properties>
|
<properties>
|
||||||
<project.branch></project.branch>
|
<project.branch></project.branch>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
@ -101,9 +101,9 @@
|
|||||||
bukkit: org.bukkit
|
bukkit: org.bukkit
|
||||||
-->
|
-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>dev.folia</groupId>
|
<groupId>io.papermc.paper</groupId>
|
||||||
<artifactId>folia-api</artifactId>
|
<artifactId>paper-api</artifactId>
|
||||||
<version>1.20.1-R0.1-SNAPSHOT</version>
|
<version>1.20.2-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user