feat: bumped version to 1.4.0, ready to release
This commit is contained in:
parent
ef8b0797d7
commit
15eff80417
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 1.4.0 - Unreleased
|
## 1.4.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Readme and changelog files
|
* Readme and changelog files
|
||||||
|
|||||||
@ -3,7 +3,7 @@ main: me.EtienneDx.RealEstate.RealEstate
|
|||||||
version: ${project.version}
|
version: ${project.version}
|
||||||
authors: [EtienneDx, DmitryRendov]
|
authors: [EtienneDx, DmitryRendov]
|
||||||
depend: [Vault, GriefPrevention]
|
depend: [Vault, GriefPrevention]
|
||||||
api-version: "1.17"
|
api-version: "1.18"
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
re:
|
re:
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@ -4,7 +4,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>Me.EtienneDx</groupId>
|
<groupId>Me.EtienneDx</groupId>
|
||||||
<artifactId>real-estate</artifactId>
|
<artifactId>real-estate</artifactId>
|
||||||
<version>1.4.0-pre2</version>
|
<version>1.4.0</version>
|
||||||
<name>RealEstate</name>
|
<name>RealEstate</name>
|
||||||
<description>A spigot plugin for selling, renting and leasing GriefPrevention claims</description>
|
<description>A spigot plugin for selling, renting and leasing GriefPrevention claims</description>
|
||||||
<build>
|
<build>
|
||||||
@ -150,7 +150,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.TechFortress</groupId>
|
<groupId>com.github.TechFortress</groupId>
|
||||||
<artifactId>GriefPrevention</artifactId>
|
<artifactId>GriefPrevention</artifactId>
|
||||||
<version>16.18-RC1</version>
|
<version>16.18</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user