From cfc93eb9e5e9fe4f4ce9f1dcced0dbd2e028d18e Mon Sep 17 00:00:00 2001 From: Emily Wedek <170527786+bunbry@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:40:35 +0200 Subject: [PATCH] ci: make parent POM versions CI friendly Using the ${revision} placeholder and the flatten-maven-plugin to simplify CI implementation. --- .gitignore | 3 ++- pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e130e5b..8ebcf1a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ .project target/ .idea -*.iml \ No newline at end of file +*.iml +.flattened-pom.xml diff --git a/pom.xml b/pom.xml index 2dfb574..e48e2a1 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ org.aktin aktin - 0.12 + ${revision} github.com