Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/ci-mimir-session.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@
# Mimir Session config properties

# do not waste time on this; we maintain the version
mimir.daemon.autoupdate=false
mimir.daemon.autoupdate=false
# CI uses US Mirror
mimir.session.mirrors=central(https://maven-central.storage-download.googleapis.com/maven2/)
5 changes: 3 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ under the License.
<dependency>
<groupId>eu.maveniverse.maven.mimir</groupId>
<artifactId>testing</artifactId>
<version>0.10.6</version>
<version>0.11.2</version>
</dependency>
</dependencies>
<!--bootstrap-start-comment-->
Expand Down