From 080dc7772d378c6f505f3b95a877a5ae022d8230 Mon Sep 17 00:00:00 2001 From: Foivos Zakkak Date: Wed, 26 Oct 2022 14:41:46 +0300 Subject: [PATCH] Docs: Move graal/mandrel version-for-documentation properties to docs pom The properties defining the GraalVM version are already located in different files. Moving these properties to docs/pom.xml avoids running all the CI jobs when altering them (which is the right thing to do as they only affect the documentation). --- build-parent/pom.xml | 5 ----- docs/pom.xml | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build-parent/pom.xml b/build-parent/pom.xml index 68536098ba169..de90d71b6ab25 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -38,11 +38,6 @@ 1.0.0 - - 22.2 - 22.2 - 2.5.7 2.40.0 3.24.2 diff --git a/docs/pom.xml b/docs/pom.xml index ba48af4f52e47..be85311b46bcf 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -15,6 +15,11 @@ jar + + 22.2 + 22.2 + 2.0.0 1.5.0-beta.8 2.26.0.Final