diff --git a/.github/ci-mimir-session.properties b/.github/ci-mimir-session.properties index 5f7f9e54d2a4..26acd0f7703c 100644 --- a/.github/ci-mimir-session.properties +++ b/.github/ci-mimir-session.properties @@ -18,4 +18,6 @@ # Mimir Session config properties # do not waste time on this; we maintain the version -mimir.daemon.autoupdate=false \ No newline at end of file +mimir.daemon.autoupdate=false +# CI uses US Mirror +mimir.session.mirrors=central(https://maven-central.storage-download.googleapis.com/maven2/) \ No newline at end of file diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b3ff026f1c91..a0017ea04681 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,10 +32,11 @@ concurrency: permissions: {} env: - MIMIR_VERSION: 0.10.6 + MIMIR_VERSION: 0.11.2 MIMIR_BASEDIR: ~/.mimir MIMIR_LOCAL: ~/.mimir/local MAVEN_OPTS: -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./target/java_heapdump.hprof + MVNW_REPOURL: https://maven-central.storage-download.googleapis.com/maven2 jobs: initial-build: @@ -71,7 +72,7 @@ jobs: - name: Set up Maven shell: bash - run: mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.4:wrapper "-Dmaven=4.0.0-rc-4" + run: mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.4:wrapper "-Dmaven=4.0.0-rc-5" - name: Prepare Mimir for Maven 4.x shell: bash diff --git a/pom.xml b/pom.xml index d8afe517da4d..20f657672427 100644 --- a/pom.xml +++ b/pom.xml @@ -684,7 +684,7 @@ under the License. eu.maveniverse.maven.mimir testing - 0.10.6 + 0.11.2