From 444306d37241da1ad8628d585b391e82eeb0ca82 Mon Sep 17 00:00:00 2001 From: Peter Gafert Date: Fri, 10 Jan 2020 23:25:37 +0100 Subject: [PATCH] adjust release check for changed artifacts The POMs were adjusted to the upgraded dependencies and an expected POM for `archunit-junit5` was added. Signed-off-by: Peter Gafert --- .../release/expected/archunit-junit4.pom | 4 +- .../expected/archunit-junit5-engine-api.pom | 4 +- .../release/expected/archunit-junit5.pom | 48 +++++++++++++++++++ 3 files changed, 52 insertions(+), 4 deletions(-) create mode 100644 build-steps/release/expected/archunit-junit5.pom diff --git a/build-steps/release/expected/archunit-junit4.pom b/build-steps/release/expected/archunit-junit4.pom index ff7373dfac..bfbbec1e87 100644 --- a/build-steps/release/expected/archunit-junit4.pom +++ b/build-steps/release/expected/archunit-junit4.pom @@ -41,8 +41,8 @@ junit junit - 4.12 + 4.13 compile - \ No newline at end of file + diff --git a/build-steps/release/expected/archunit-junit5-engine-api.pom b/build-steps/release/expected/archunit-junit5-engine-api.pom index 6e425b7662..cf6fd0c940 100644 --- a/build-steps/release/expected/archunit-junit5-engine-api.pom +++ b/build-steps/release/expected/archunit-junit5-engine-api.pom @@ -36,8 +36,8 @@ org.junit.platform junit-platform-engine - 1.5.1 + 1.5.2 compile - \ No newline at end of file + diff --git a/build-steps/release/expected/archunit-junit5.pom b/build-steps/release/expected/archunit-junit5.pom new file mode 100644 index 0000000000..90dd84dd72 --- /dev/null +++ b/build-steps/release/expected/archunit-junit5.pom @@ -0,0 +1,48 @@ + + + 4.0.0 + com.tngtech.archunit + archunit-junit5 + ${archunit.version} + ArchUnit + A Java architecture test library, to specify and assert architecture rules in plain Java - Module 'archunit-junit5' + https://github.com/TNG/ArchUnit + + TNG Technology Consulting GmbH + https://www.tngtech.com/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + codecholeric + Peter Gafert + peter.gafert@tngtech.com + + + + scm:git@github.com:TNG/ArchUnit.git + scm:git@github.com:TNG/ArchUnit.git + https://github.com/TNG/ArchUnit + + + + com.tngtech.archunit + archunit-junit5-api + ${archunit.version} + compile + + + com.tngtech.archunit + archunit-junit5-engine + ${archunit.version} + runtime + + +