From fbfdcebacb186d3e13b35506904143d01c958167 Mon Sep 17 00:00:00 2001 From: Bixilon Date: Thu, 1 Jul 2021 21:56:36 +0200 Subject: [PATCH] bump to 1.17.1-rc1 --- .gitlab-ci.yml | 10 +++++----- pom.xml | 2 +- wrapper/PixLyzer.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd61edb..ef5d020 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ cache: stages: - build - - 1.17.1-pre2 + - 1.17.1-rc1 - 1.17.0 - 1.16.5 - 1.15.2 @@ -22,13 +22,13 @@ stages: build: stage: build script: - - "cd wrapper && python3 PixLyzer.py --only-version=1.17.1-pre2 --dont-compile --only-map" + - "cd wrapper && python3 PixLyzer.py --only-version=1.17.1-rc1 --dont-compile --only-map" - 'cd ../ && mvn clean $MAVEN_CLI_OPTS verify' -1.17.1-pre2: - stage: 1.17.1-pre2 +1.17.1-rc1: + stage: 1.17.1-rc1 script: - - "cd wrapper && python3 PixLyzer.py --only-version=1.17.1-pre2 --dont-compile" + - "cd wrapper && python3 PixLyzer.py --only-version=1.17.1-rc1 --dont-compile" 1.17.0: diff --git a/pom.xml b/pom.xml index ad9c1c8..8357877 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 1.8 1.8 1.8 - 1.17.1-pre2 + 1.17.1-rc1 diff --git a/wrapper/PixLyzer.py b/wrapper/PixLyzer.py index df10189..db40926 100755 --- a/wrapper/PixLyzer.py +++ b/wrapper/PixLyzer.py @@ -38,7 +38,7 @@ YARN_MANIFEST_URL = "https://maven.fabricmc.net/net/fabricmc/yarn/versions.json" TINY_MAPPINGS_BASE_URL = "https://maven.fabricmc.net/net/fabricmc/yarn/" INTERMEDIARY_BASE_URL = "https://maven.fabricmc.net/net/fabricmc/intermediary/" -COMPILE_VERSION = "1.17.1-pre2" +COMPILE_VERSION = "1.17.1-rc1" MAJOR_VERSIONS = [COMPILE_VERSION, "1.17", "1.16.5", "1.15.2", "1.14.4"]