From eb008eb2f0d5caddd0a4ef94280cbc6ec5400d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Sat, 10 Jan 2026 12:43:50 +0200 Subject: [PATCH] Update Maven to 3.9.12 --- .github/workflows/copilot-setup-steps.yml | 4 ++-- AGENTS.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index d70d7bca226..b14cfbb698a 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -25,8 +25,8 @@ jobs: distribution: 'temurin' cache: 'maven' - - name: Set up Maven 3.9.11 + - name: Set up Maven 3.9.1 uses: stCarolas/setup-maven@v5 with: - maven-version: '3.9.11' + maven-version: '3.9.12' diff --git a/AGENTS.md b/AGENTS.md index 1c13840708f..f6799505f15 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -8,7 +8,7 @@ This repository contains the core Eclipse Platform components that form the basi **Key Technologies:** - Language: Java (JDK 21) -- Build: Maven 3.9.11 with Eclipse Tycho (OSGi/RCP build tooling) +- Build: Maven 3.9.12 with Eclipse Tycho (OSGi/RCP build tooling) - Architecture: OSGi bundles organized as Eclipse plugins - Testing: JUnit with Tycho Surefire plugin