mirror of
https://github.com/toolbox4minecraft/amidst.git
synced 2025-01-09 04:28:44 +08:00
Update to Amidst v4.5-beta3
This commit is contained in:
parent
c5ed40add2
commit
aff34b7d4d
2
pom.xml
2
pom.xml
@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>amidst</groupId>
|
||||
<artifactId>amidst</artifactId>
|
||||
<version>4.5-beta2</version>
|
||||
<version>4.5-beta3</version>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>jitpack.io</id>
|
||||
|
@ -1,7 +1,7 @@
|
||||
project.build.sourceEncoding=UTF-8
|
||||
amidst.build.jdk.version=1.8
|
||||
amidst.build.filename=amidst-v4-5-beta2
|
||||
amidst.build.filename=amidst-v4-5-beta3
|
||||
|
||||
amidst.version.major=4
|
||||
amidst.version.minor=5
|
||||
amidst.version.preReleaseSuffix=beta2
|
||||
amidst.version.preReleaseSuffix=beta3
|
||||
|
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>amidst</groupId>
|
||||
<artifactId>wrapper-for-mac</artifactId>
|
||||
<version>4.5-beta2</version>
|
||||
<version>4.5-beta3</version>
|
||||
<build>
|
||||
<finalName>${amidst.build.filename}</finalName>
|
||||
<plugins>
|
||||
@ -62,7 +62,7 @@
|
||||
<dependency>
|
||||
<groupId>amidst</groupId>
|
||||
<artifactId>amidst</artifactId>
|
||||
<version>4.5-beta2</version>
|
||||
<version>4.5-beta3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>sh.tak.appbundler</groupId>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>amidst</groupId>
|
||||
<artifactId>wrapper-for-windows</artifactId>
|
||||
<version>4.5-beta2</version>
|
||||
<version>4.5-beta3</version>
|
||||
<build>
|
||||
<finalName>${amidst.build.filename}</finalName>
|
||||
<plugins>
|
||||
|
Loading…
Reference in New Issue
Block a user