File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
src/main/java/nl/matsv/viabackwards/api Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1616 <parent >
1717 <artifactId >viabackwards-parent</artifactId >
1818 <groupId >nl.matsv</groupId >
19- <version >3.1.0-SNAPSHOT </version >
19+ <version >3.1.0</version >
2020 </parent >
2121
2222 <artifactId >viabackwards-all</artifactId >
Original file line number Diff line number Diff line change 1616 <parent >
1717 <artifactId >viabackwards-parent</artifactId >
1818 <groupId >nl.matsv</groupId >
19- <version >3.1.0-SNAPSHOT </version >
19+ <version >3.1.0</version >
2020 </parent >
2121
2222 <artifactId >viabackwards-bukkit</artifactId >
Original file line number Diff line number Diff line change 1616 <parent >
1717 <artifactId >viabackwards-parent</artifactId >
1818 <groupId >nl.matsv</groupId >
19- <version >3.1.0-SNAPSHOT </version >
19+ <version >3.1.0</version >
2020 </parent >
2121
2222 <artifactId >viabackwards-bungee</artifactId >
Original file line number Diff line number Diff line change 1616 <parent >
1717 <artifactId >viabackwards-parent</artifactId >
1818 <groupId >nl.matsv</groupId >
19- <version >3.1.0-SNAPSHOT </version >
19+ <version >3.1.0</version >
2020 </parent >
2121
2222 <artifactId >viabackwards-core</artifactId >
Original file line number Diff line number Diff line change 4444
4545public interface ViaBackwardsPlatform {
4646
47- String MINIMUM_VV_VERSION = "3.0.2 " ;
47+ String MINIMUM_VV_VERSION = "3.1.0 " ;
4848
4949 /**
5050 * Initialize ViaBackwards.
@@ -105,7 +105,7 @@ default boolean isOutdated() {
105105 getLogger ().severe ("================================" );
106106 getLogger ().severe ("YOUR VIAVERSION IS OUTDATED" );
107107 getLogger ().severe ("PLEASE USE VIAVERSION " + MINIMUM_VV_VERSION + " OR NEWER" );
108- getLogger ().severe ("LINK: https://viaversion.com" );
108+ getLogger ().severe ("LINK: https://ci. viaversion.com/ " );
109109 getLogger ().severe ("VIABACKWARDS WILL NOW DISABLE" );
110110 getLogger ().severe ("================================" );
111111
Original file line number Diff line number Diff line change 1616 <parent >
1717 <artifactId >viabackwards-parent</artifactId >
1818 <groupId >nl.matsv</groupId >
19- <version >3.1.0-SNAPSHOT </version >
19+ <version >3.1.0</version >
2020 </parent >
2121
2222 <artifactId >viabackwards-fabric</artifactId >
Original file line number Diff line number Diff line change 1616
1717 <groupId >nl.matsv</groupId >
1818 <artifactId >viabackwards-parent</artifactId >
19- <version >3.1.0-SNAPSHOT </version >
19+ <version >3.1.0</version >
2020 <packaging >pom</packaging >
2121
2222 <description >Allow older clients to join newer server versions.</description >
Original file line number Diff line number Diff line change 1616 <parent >
1717 <artifactId >viabackwards-parent</artifactId >
1818 <groupId >nl.matsv</groupId >
19- <version >3.1.0-SNAPSHOT </version >
19+ <version >3.1.0</version >
2020 </parent >
2121
2222 <artifactId >viabackwards-sponge</artifactId >
Original file line number Diff line number Diff line change 1616 <parent >
1717 <artifactId >viabackwards-parent</artifactId >
1818 <groupId >nl.matsv</groupId >
19- <version >3.1.0-SNAPSHOT </version >
19+ <version >3.1.0</version >
2020 </parent >
2121
2222 <artifactId >viabackwards-velocity</artifactId >
You can’t perform that action at this time.
0 commit comments