Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package junit5 for openSUSE:Factory checked in at 2022-05-10 15:11:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/junit5 (Old) and /work/SRC/openSUSE:Factory/.junit5.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "junit5" Tue May 10 15:11:53 2022 rev:4 rq:975902 version:5.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/junit5/junit5.changes 2022-03-04 00:19:12.820305125 +0100 +++ /work/SRC/openSUSE:Factory/.junit5.new.1538/junit5.changes 2022-05-10 15:12:01.383577048 +0200 @@ -1,0 +2,29 @@ +Mon May 9 12:28:45 UTC 2022 - Fridrich Strba <[email protected]> + +- Update to upstream version 5.8.2 + * Fixes: + + Text blocks in @CsvSource are treated like CSV files + + CSV headers in display names for @CsvSource and + @CsvFileSource + + Custom quote character support in @CsvSource and + @CsvFileSource + + Support for text blocks in @CsvSource + + Java 18 support in the JRE enum + + Access to the ExecutionMode in the ExtensionContext + + Declarative test suites via @Suite classes + + LauncherSession and accompanying listener + + New UniqueIdTrackingListener + + More fine-grained Java Flight Recorder events + + Java Flight Recorder support on Java 8 Update 262 or + higher + + Test class ordering + + @TempDir can be used to create multiple temporary + directories + + Extension registration via @ExtendWith on fields and + parameters + + Auto-close support for arguments in @ParameterizedTest + methods +- Fix the classpath of console application so that it actually + works + +------------------------------------------------------------------- Old: ---- junit-bom-5.5.2.pom junit-jupiter-5.5.2.pom junit-jupiter-api-5.5.2.pom junit-jupiter-engine-5.5.2.pom junit-jupiter-migrationsupport-5.5.2.pom junit-jupiter-params-5.5.2.pom junit-platform-commons-1.5.2.pom junit-platform-console-1.5.2.pom junit-platform-console-standalone-1.5.2.pom junit-platform-engine-1.5.2.pom junit-platform-launcher-1.5.2.pom junit-platform-reporting-1.5.2.pom junit-platform-runner-1.5.2.pom junit-platform-suite-api-1.5.2.pom junit-vintage-engine-5.5.2.pom junit5-5.5.2.tar.gz New: ---- junit-bom-5.8.2.pom junit-jupiter-5.8.2.pom junit-jupiter-api-5.8.2.pom junit-jupiter-engine-5.8.2.pom junit-jupiter-migrationsupport-5.8.2.pom junit-jupiter-params-5.8.2.pom junit-platform-commons-1.8.2.pom junit-platform-console-1.8.2.pom junit-platform-console-standalone-1.8.2.pom junit-platform-engine-1.8.2.pom junit-platform-launcher-1.8.2.pom junit-platform-reporting-1.8.2.pom junit-platform-runner-1.8.2.pom junit-platform-suite-api-1.8.2.pom junit-platform-suite-commons-1.8.2.pom junit-vintage-engine-5.8.2.pom junit5-5.8.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ junit5.spec ++++++ --- /var/tmp/diff_new_pack.kENmHs/_old 2022-05-10 15:12:02.379578303 +0200 +++ /var/tmp/diff_new_pack.kENmHs/_new 2022-05-10 15:12:02.383578308 +0200 @@ -16,12 +16,12 @@ # -%global platform_version 1.5.2 +%global platform_version 1.8.2 %global jupiter_version %{version} %global vintage_version %{version} %bcond_without console Name: junit5 -Version: 5.5.2 +Version: 5.8.2 Release: 0 Summary: Java regression testing framework License: EPL-2.0 @@ -39,15 +39,16 @@ Source206: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-runner/%{platform_version}/junit-platform-runner-%{platform_version}.pom Source207: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-api/%{platform_version}/junit-platform-suite-api-%{platform_version}.pom Source208: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-reporting/%{platform_version}/junit-platform-reporting-%{platform_version}.pom +Source209: https://repo1.maven.org/maven2/org/junit/platform/junit-platform-suite-commons/%{platform_version}/junit-platform-suite-commons-%{platform_version}.pom # Jupiter POMs +Source300: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter/%{jupiter_version}/junit-jupiter-%{jupiter_version}.pom Source301: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-api/%{jupiter_version}/junit-jupiter-api-%{jupiter_version}.pom Source302: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-engine/%{jupiter_version}/junit-jupiter-engine-%{jupiter_version}.pom Source303: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-migrationsupport/%{jupiter_version}/junit-jupiter-migrationsupport-%{jupiter_version}.pom Source304: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter-params/%{jupiter_version}/junit-jupiter-params-%{jupiter_version}.pom -Source305: https://repo1.maven.org/maven2/org/junit/jupiter/junit-jupiter/%{jupiter_version}/junit-jupiter-%{jupiter_version}.pom # Vintage POM Source400: https://repo1.maven.org/maven2/org/junit/vintage/junit-vintage-engine/%{vintage_version}/junit-vintage-engine-%{vintage_version}.pom -# Bom +# BOM POM Source500: https://repo1.maven.org/maven2/org/junit/junit-bom/%{version}/junit-bom-%{version}.pom BuildRequires: asciidoc BuildRequires: fdupes @@ -60,8 +61,6 @@ BuildArch: noarch %if %{with console} BuildRequires: mvn(info.picocli:picocli) -# Explicit requires for javapackages-tools since junit5 script -# uses /usr/share/java-utils/java-functions Requires: javapackages-tools %endif @@ -104,14 +103,16 @@ cp -p %{SOURCE206} junit-platform-runner/pom.xml cp -p %{SOURCE207} junit-platform-suite-api/pom.xml cp -p %{SOURCE208} junit-platform-reporting/pom.xml +cp -p %{SOURCE209} junit-platform-suite-commons/pom.xml +cp -p %{SOURCE300} junit-jupiter/pom.xml cp -p %{SOURCE301} junit-jupiter-api/pom.xml cp -p %{SOURCE302} junit-jupiter-engine/pom.xml cp -p %{SOURCE303} junit-jupiter-migrationsupport/pom.xml cp -p %{SOURCE304} junit-jupiter-params/pom.xml -cp -p %{SOURCE305} junit-jupiter/pom.xml cp -p %{SOURCE400} junit-vintage-engine/pom.xml +cp -p %{SOURCE500} junit-bom/pom.xml -for pom in $(find -mindepth 2 -name pom.xml); do +for pom in $(find -mindepth 2 -name pom.xml | grep -v tests/); do # Set parent to aggregator %pom_xpath_inject pom:project "<parent><groupId>org.fedoraproject.xmvn.junit5</groupId><artifactId>aggregator</artifactId><version>1.0.0</version></parent>" $pom # OSGi BSN @@ -119,14 +120,14 @@ %pom_xpath_inject pom:project "<properties><osgi.bsn>${bsn}</osgi.bsn></properties>" $pom # Incorrect scope - API guardian is just annotation, needed only during compilation %pom_xpath_set -f "pom:dependency[pom:artifactId='apiguardian-api']/pom:scope" provided $pom + sed -i s/runtime/compile/ $pom done +%pom_remove_parent junit-bom + # Add deps which are shaded by upstream and therefore not present in POMs. %pom_add_dep info.picocli:picocli:4.0.4 junit-platform-console -%pom_add_dep com.univocity:univocity-parsers:2.5.4 junit-jupiter-params - -# Incorrect scope - Junit4 is needed for compilation too, not only runtime. -%pom_xpath_set "pom:dependency[pom:artifactId='junit']/pom:scope" compile junit-vintage-engine +%pom_add_dep com.univocity:univocity-parsers:2.9.1 junit-jupiter-params %if %{without console} # Disable the console modules @@ -137,8 +138,6 @@ %{mvn_package} :aggregator __noinstall %{mvn_package} :junit-bom bom -cp -p %{SOURCE500} junit-bom/pom.xml - %build %{mvn_build} -f -- -Dencoding=utf-8 -Dsource=8 @@ -153,7 +152,7 @@ %fdupes -s documentation/src/docs/ %if %{with console} -%jpackage_script org/junit/platform/console/ConsoleLauncher "" "" junit5:junit:opentest4j:jopt-simple %{name} true +%jpackage_script org/junit/platform/console/ConsoleLauncher "" "" junit5:junit:opentest4j:picocli %{name} true %endif %files -f .mfiles ++++++ aggregator.pom ++++++ --- /var/tmp/diff_new_pack.kENmHs/_old 2022-05-10 15:12:02.415578348 +0200 +++ /var/tmp/diff_new_pack.kENmHs/_new 2022-05-10 15:12:02.419578354 +0200 @@ -5,6 +5,7 @@ <version>1.0.0</version> <packaging>pom</packaging> <modules> + <module>junit-bom</module> <module>junit-platform-commons</module> <module>junit-platform-console</module> <module>junit-platform-console-standalone</module> @@ -13,13 +14,13 @@ <module>junit-platform-reporting</module> <module>junit-platform-runner</module> <module>junit-platform-suite-api</module> + <module>junit-platform-suite-commons</module> + <module>junit-jupiter</module> <module>junit-jupiter-api</module> <module>junit-jupiter-engine</module> <module>junit-jupiter-migrationsupport</module> <module>junit-jupiter-params</module> - <module>junit-jupiter</module> <module>junit-vintage-engine</module> - <module>junit-bom</module> </modules> <build> <pluginManagement> @@ -55,9 +56,9 @@ </goals> <configuration> <instructions> - <Bundle-SymbolicName>${osgi.bsn}</Bundle-SymbolicName> - <Automatic-Module-Name>${osgi.bsn}</Automatic-Module-Name> - <_nouses>true</_nouses> + <Bundle-SymbolicName>${osgi.bsn}</Bundle-SymbolicName> + <Automatic-Module-Name>${osgi.bsn}</Automatic-Module-Name> + <_nouses>true</_nouses> </instructions> </configuration> </execution> ++++++ junit-bom-5.5.2.pom -> junit-bom-5.8.2.pom ++++++ --- /work/SRC/openSUSE:Factory/junit5/junit-bom-5.5.2.pom 2022-03-04 00:19:12.808305122 +0100 +++ /work/SRC/openSUSE:Factory/.junit5.new.1538/junit-bom-5.8.2.pom 2022-05-10 15:12:00.775576281 +0200 @@ -1,10 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <!-- This module was also published with a richer model, Gradle metadata, --> + <!-- which should be used instead. Do not delete the following line which --> + <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> + <!-- that they should prefer consuming it instead. --> + <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.junit</groupId> <artifactId>junit-bom</artifactId> - <version>5.5.2</version> + <version>5.8.2</version> <packaging>pom</packaging> <name>JUnit 5 (Bill of Materials)</name> <description>This Bill of Materials POM can be used to ease dependency management when referencing multiple JUnit artifacts using Gradle or Maven.</description> @@ -34,7 +39,7 @@ <developer> <id>mmerdes</id> <name>Matthias Merdes</name> - <email>[email protected]</email> + <email>[email protected]</email> </developer> <developer> <id>sbrannen</id> @@ -46,6 +51,11 @@ <name>Christian Stein</name> <email>[email protected]</email> </developer> + <developer> + <id>juliette-derancourt</id> + <name>Juliette de Rancourt</name> + <email>[email protected]</email> + </developer> </developers> <scm> <connection>scm:git:git://github.com/junit-team/junit5.git</connection> @@ -57,72 +67,92 @@ <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> - <version>5.5.2</version> + <version>5.8.2</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> - <version>5.5.2</version> + <version>5.8.2</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> - <version>5.5.2</version> + <version>5.8.2</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-migrationsupport</artifactId> - <version>5.5.2</version> + <version>5.8.2</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> - <version>5.5.2</version> + <version>5.8.2</version> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-commons</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-console</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-engine</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> + </dependency> + <dependency> + <groupId>org.junit.platform</groupId> + <artifactId>junit-platform-jfr</artifactId> + <version>1.8.2</version> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-launcher</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-reporting</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-runner</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> + </dependency> + <dependency> + <groupId>org.junit.platform</groupId> + <artifactId>junit-platform-suite</artifactId> + <version>1.8.2</version> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-suite-api</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> + </dependency> + <dependency> + <groupId>org.junit.platform</groupId> + <artifactId>junit-platform-suite-commons</artifactId> + <version>1.8.2</version> + </dependency> + <dependency> + <groupId>org.junit.platform</groupId> + <artifactId>junit-platform-suite-engine</artifactId> + <version>1.8.2</version> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-testkit</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> </dependency> <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> - <version>5.5.2</version> + <version>5.8.2</version> </dependency> </dependencies> </dependencyManagement> ++++++ junit-jupiter-5.5.2.pom -> junit-jupiter-5.8.2.pom ++++++ --- /work/SRC/openSUSE:Factory/junit5/junit-jupiter-5.5.2.pom 2019-11-15 22:38:29.092170720 +0100 +++ /work/SRC/openSUSE:Factory/.junit5.new.1538/junit-jupiter-5.8.2.pom 2022-05-10 15:12:00.783576291 +0200 @@ -1,10 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <!-- This module was also published with a richer model, Gradle metadata, --> + <!-- which should be used instead. Do not delete the following line which --> + <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> + <!-- that they should prefer consuming it instead. --> + <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> - <version>5.5.2</version> + <version>5.8.2</version> <name>JUnit Jupiter (Aggregator)</name> <description>Module "junit-jupiter" of JUnit 5.</description> <url>https://junit.org/junit5/</url> @@ -33,7 +38,7 @@ <developer> <id>mmerdes</id> <name>Matthias Merdes</name> - <email>[email protected]</email> + <email>[email protected]</email> </developer> <developer> <id>sbrannen</id> @@ -45,29 +50,45 @@ <name>Christian Stein</name> <email>[email protected]</email> </developer> + <developer> + <id>juliette-derancourt</id> + <name>Juliette de Rancourt</name> + <email>[email protected]</email> + </developer> </developers> <scm> <connection>scm:git:git://github.com/junit-team/junit5.git</connection> <developerConnection>scm:git:git://github.com/junit-team/junit5.git</developerConnection> <url>https://github.com/junit-team/junit5</url> </scm> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.junit</groupId> + <artifactId>junit-bom</artifactId> + <version>5.8.2</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> <dependencies> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> - <version>5.5.2</version> + <version>5.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> - <version>5.5.2</version> + <version>5.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> - <version>5.5.2</version> + <version>5.8.2</version> <scope>runtime</scope> </dependency> </dependencies> ++++++ junit-jupiter-api-5.5.2.pom -> junit-jupiter-api-5.8.2.pom ++++++ --- /work/SRC/openSUSE:Factory/junit5/junit-jupiter-api-5.5.2.pom 2019-11-15 22:38:29.424171796 +0100 +++ /work/SRC/openSUSE:Factory/.junit5.new.1538/junit-jupiter-api-5.8.2.pom 2022-05-10 15:12:00.795576306 +0200 @@ -1,9 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <!-- This module was also published with a richer model, Gradle metadata, --> + <!-- which should be used instead. Do not delete the following line which --> + <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> + <!-- that they should prefer consuming it instead. --> + <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> - <version>5.5.2</version> + <version>5.8.2</version> <name>JUnit Jupiter API</name> <description>Module "junit-jupiter-api" of JUnit 5.</description> <url>https://junit.org/junit5/</url> @@ -32,7 +37,7 @@ <developer> <id>mmerdes</id> <name>Matthias Merdes</name> - <email>[email protected]</email> + <email>[email protected]</email> </developer> <developer> <id>sbrannen</id> @@ -44,20 +49,30 @@ <name>Christian Stein</name> <email>[email protected]</email> </developer> + <developer> + <id>juliette-derancourt</id> + <name>Juliette de Rancourt</name> + <email>[email protected]</email> + </developer> </developers> <scm> <connection>scm:git:git://github.com/junit-team/junit5.git</connection> <developerConnection>scm:git:git://github.com/junit-team/junit5.git</developerConnection> <url>https://github.com/junit-team/junit5</url> </scm> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.junit</groupId> + <artifactId>junit-bom</artifactId> + <version>5.8.2</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> <dependencies> <dependency> - <groupId>org.apiguardian</groupId> - <artifactId>apiguardian-api</artifactId> - <version>1.1.0</version> - <scope>compile</scope> - </dependency> - <dependency> <groupId>org.opentest4j</groupId> <artifactId>opentest4j</artifactId> <version>1.2.0</version> @@ -66,7 +81,13 @@ <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-commons</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apiguardian</groupId> + <artifactId>apiguardian-api</artifactId> + <version>1.1.2</version> <scope>compile</scope> </dependency> </dependencies> ++++++ junit-jupiter-engine-5.5.2.pom -> junit-jupiter-engine-5.8.2.pom ++++++ --- /work/SRC/openSUSE:Factory/junit5/junit-jupiter-engine-5.5.2.pom 2019-11-15 22:38:29.676172613 +0100 +++ /work/SRC/openSUSE:Factory/.junit5.new.1538/junit-jupiter-engine-5.8.2.pom 2022-05-10 15:12:00.807576321 +0200 @@ -1,9 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <!-- This module was also published with a richer model, Gradle metadata, --> + <!-- which should be used instead. Do not delete the following line which --> + <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> + <!-- that they should prefer consuming it instead. --> + <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> - <version>5.5.2</version> + <version>5.8.2</version> <name>JUnit Jupiter Engine</name> <description>Module "junit-jupiter-engine" of JUnit 5.</description> <url>https://junit.org/junit5/</url> @@ -32,7 +37,7 @@ <developer> <id>mmerdes</id> <name>Matthias Merdes</name> - <email>[email protected]</email> + <email>[email protected]</email> </developer> <developer> <id>sbrannen</id> @@ -44,29 +49,45 @@ <name>Christian Stein</name> <email>[email protected]</email> </developer> + <developer> + <id>juliette-derancourt</id> + <name>Juliette de Rancourt</name> + <email>[email protected]</email> + </developer> </developers> <scm> <connection>scm:git:git://github.com/junit-team/junit5.git</connection> <developerConnection>scm:git:git://github.com/junit-team/junit5.git</developerConnection> <url>https://github.com/junit-team/junit5</url> </scm> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.junit</groupId> + <artifactId>junit-bom</artifactId> + <version>5.8.2</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> <dependencies> <dependency> - <groupId>org.apiguardian</groupId> - <artifactId>apiguardian-api</artifactId> - <version>1.1.0</version> - <scope>compile</scope> - </dependency> - <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-engine</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> - <version>5.5.2</version> + <version>5.8.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apiguardian</groupId> + <artifactId>apiguardian-api</artifactId> + <version>1.1.2</version> <scope>compile</scope> </dependency> </dependencies> ++++++ junit-jupiter-migrationsupport-5.5.2.pom -> junit-jupiter-migrationsupport-5.8.2.pom ++++++ --- /work/SRC/openSUSE:Factory/junit5/junit-jupiter-migrationsupport-5.5.2.pom 2019-11-15 22:38:29.860173209 +0100 +++ /work/SRC/openSUSE:Factory/.junit5.new.1538/junit-jupiter-migrationsupport-5.8.2.pom 2022-05-10 15:12:00.819576337 +0200 @@ -1,10 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <!-- This module was also published with a richer model, Gradle metadata, --> + <!-- which should be used instead. Do not delete the following line which --> + <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> + <!-- that they should prefer consuming it instead. --> + <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-migrationsupport</artifactId> - <version>5.5.2</version> + <version>5.8.2</version> <name>JUnit Jupiter Migration Support</name> <description>Module "junit-jupiter-migrationsupport" of JUnit 5.</description> <url>https://junit.org/junit5/</url> @@ -33,7 +38,7 @@ <developer> <id>mmerdes</id> <name>Matthias Merdes</name> - <email>[email protected]</email> + <email>[email protected]</email> </developer> <developer> <id>sbrannen</id> @@ -45,29 +50,45 @@ <name>Christian Stein</name> <email>[email protected]</email> </developer> + <developer> + <id>juliette-derancourt</id> + <name>Juliette de Rancourt</name> + <email>[email protected]</email> + </developer> </developers> <scm> <connection>scm:git:git://github.com/junit-team/junit5.git</connection> <developerConnection>scm:git:git://github.com/junit-team/junit5.git</developerConnection> <url>https://github.com/junit-team/junit5</url> </scm> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.junit</groupId> + <artifactId>junit-bom</artifactId> + <version>5.8.2</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13.2</version> <scope>compile</scope> </dependency> <dependency> - <groupId>org.apiguardian</groupId> - <artifactId>apiguardian-api</artifactId> - <version>1.1.0</version> + <groupId>org.junit.jupiter</groupId> + <artifactId>junit-jupiter-api</artifactId> + <version>5.8.2</version> <scope>compile</scope> </dependency> <dependency> - <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter-api</artifactId> - <version>5.5.2</version> + <groupId>org.apiguardian</groupId> + <artifactId>apiguardian-api</artifactId> + <version>1.1.2</version> <scope>compile</scope> </dependency> </dependencies> ++++++ junit-jupiter-params-5.5.2.pom -> junit-jupiter-params-5.8.2.pom ++++++ --- /work/SRC/openSUSE:Factory/junit5/junit-jupiter-params-5.5.2.pom 2019-11-15 22:38:29.896173326 +0100 +++ /work/SRC/openSUSE:Factory/.junit5.new.1538/junit-jupiter-params-5.8.2.pom 2022-05-10 15:12:00.831576351 +0200 @@ -1,9 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <!-- This module was also published with a richer model, Gradle metadata, --> + <!-- which should be used instead. Do not delete the following line which --> + <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> + <!-- that they should prefer consuming it instead. --> + <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> - <version>5.5.2</version> + <version>5.8.2</version> <name>JUnit Jupiter Params</name> <description>Module "junit-jupiter-params" of JUnit 5.</description> <url>https://junit.org/junit5/</url> @@ -32,7 +37,7 @@ <developer> <id>mmerdes</id> <name>Matthias Merdes</name> - <email>[email protected]</email> + <email>[email protected]</email> </developer> <developer> <id>sbrannen</id> @@ -44,23 +49,39 @@ <name>Christian Stein</name> <email>[email protected]</email> </developer> + <developer> + <id>juliette-derancourt</id> + <name>Juliette de Rancourt</name> + <email>[email protected]</email> + </developer> </developers> <scm> <connection>scm:git:git://github.com/junit-team/junit5.git</connection> <developerConnection>scm:git:git://github.com/junit-team/junit5.git</developerConnection> <url>https://github.com/junit-team/junit5</url> </scm> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.junit</groupId> + <artifactId>junit-bom</artifactId> + <version>5.8.2</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> <dependencies> <dependency> - <groupId>org.apiguardian</groupId> - <artifactId>apiguardian-api</artifactId> - <version>1.1.0</version> + <groupId>org.junit.jupiter</groupId> + <artifactId>junit-jupiter-api</artifactId> + <version>5.8.2</version> <scope>compile</scope> </dependency> <dependency> - <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter-api</artifactId> - <version>5.5.2</version> + <groupId>org.apiguardian</groupId> + <artifactId>apiguardian-api</artifactId> + <version>1.1.2</version> <scope>compile</scope> </dependency> </dependencies> ++++++ junit-platform-commons-1.5.2.pom -> junit-platform-commons-1.8.2.pom ++++++ --- /work/SRC/openSUSE:Factory/junit5/junit-platform-commons-1.5.2.pom 2019-11-15 22:38:29.924173417 +0100 +++ /work/SRC/openSUSE:Factory/.junit5.new.1538/junit-platform-commons-1.8.2.pom 2022-05-10 15:12:00.855576382 +0200 @@ -1,10 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <!-- This module was also published with a richer model, Gradle metadata, --> + <!-- which should be used instead. Do not delete the following line which --> + <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> + <!-- that they should prefer consuming it instead. --> + <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-commons</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> <name>JUnit Platform Commons</name> <description>Module "junit-platform-commons" of JUnit 5.</description> <url>https://junit.org/junit5/</url> @@ -33,7 +38,7 @@ <developer> <id>mmerdes</id> <name>Matthias Merdes</name> - <email>[email protected]</email> + <email>[email protected]</email> </developer> <developer> <id>sbrannen</id> @@ -45,17 +50,33 @@ <name>Christian Stein</name> <email>[email protected]</email> </developer> + <developer> + <id>juliette-derancourt</id> + <name>Juliette de Rancourt</name> + <email>[email protected]</email> + </developer> </developers> <scm> <connection>scm:git:git://github.com/junit-team/junit5.git</connection> <developerConnection>scm:git:git://github.com/junit-team/junit5.git</developerConnection> <url>https://github.com/junit-team/junit5</url> </scm> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.junit</groupId> + <artifactId>junit-bom</artifactId> + <version>5.8.2</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> <dependencies> <dependency> <groupId>org.apiguardian</groupId> <artifactId>apiguardian-api</artifactId> - <version>1.1.0</version> + <version>1.1.2</version> <scope>compile</scope> </dependency> </dependencies> ++++++ junit-platform-console-1.5.2.pom -> junit-platform-console-1.8.2.pom ++++++ --- /work/SRC/openSUSE:Factory/junit5/junit-platform-console-1.5.2.pom 2019-11-15 22:38:29.960173534 +0100 +++ /work/SRC/openSUSE:Factory/.junit5.new.1538/junit-platform-console-1.8.2.pom 2022-05-10 15:12:00.867576397 +0200 @@ -1,10 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <!-- This module was also published with a richer model, Gradle metadata, --> + <!-- which should be used instead. Do not delete the following line which --> + <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> + <!-- that they should prefer consuming it instead. --> + <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-console</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> <name>JUnit Platform Console</name> <description>Module "junit-platform-console" of JUnit 5.</description> <url>https://junit.org/junit5/</url> @@ -33,7 +38,7 @@ <developer> <id>mmerdes</id> <name>Matthias Merdes</name> - <email>[email protected]</email> + <email>[email protected]</email> </developer> <developer> <id>sbrannen</id> @@ -45,23 +50,39 @@ <name>Christian Stein</name> <email>[email protected]</email> </developer> + <developer> + <id>juliette-derancourt</id> + <name>Juliette de Rancourt</name> + <email>[email protected]</email> + </developer> </developers> <scm> <connection>scm:git:git://github.com/junit-team/junit5.git</connection> <developerConnection>scm:git:git://github.com/junit-team/junit5.git</developerConnection> <url>https://github.com/junit-team/junit5</url> </scm> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.junit</groupId> + <artifactId>junit-bom</artifactId> + <version>5.8.2</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> <dependencies> <dependency> - <groupId>org.apiguardian</groupId> - <artifactId>apiguardian-api</artifactId> - <version>1.1.0</version> + <groupId>org.junit.platform</groupId> + <artifactId>junit-platform-reporting</artifactId> + <version>1.8.2</version> <scope>compile</scope> </dependency> <dependency> - <groupId>org.junit.platform</groupId> - <artifactId>junit-platform-reporting</artifactId> - <version>1.5.2</version> + <groupId>org.apiguardian</groupId> + <artifactId>apiguardian-api</artifactId> + <version>1.1.2</version> <scope>compile</scope> </dependency> </dependencies> ++++++ junit-platform-console-standalone-1.5.2.pom -> junit-platform-console-standalone-1.8.2.pom ++++++ --- /work/SRC/openSUSE:Factory/junit5/junit-platform-console-standalone-1.5.2.pom 2019-11-15 22:38:29.984173611 +0100 +++ /work/SRC/openSUSE:Factory/.junit5.new.1538/junit-platform-console-standalone-1.8.2.pom 2022-05-10 15:12:00.891576427 +0200 @@ -1,10 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <!-- This module was also published with a richer model, Gradle metadata, --> + <!-- which should be used instead. Do not delete the following line which --> + <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> + <!-- that they should prefer consuming it instead. --> + <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-console-standalone</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> <name>JUnit Platform Console Standalone</name> <description>Module "junit-platform-console-standalone" of JUnit 5.</description> <url>https://junit.org/junit5/</url> @@ -33,7 +38,7 @@ <developer> <id>mmerdes</id> <name>Matthias Merdes</name> - <email>[email protected]</email> + <email>[email protected]</email> </developer> <developer> <id>sbrannen</id> @@ -45,6 +50,11 @@ <name>Christian Stein</name> <email>[email protected]</email> </developer> + <developer> + <id>juliette-derancourt</id> + <name>Juliette de Rancourt</name> + <email>[email protected]</email> + </developer> </developers> <scm> <connection>scm:git:git://github.com/junit-team/junit5.git</connection> ++++++ junit-platform-engine-1.5.2.pom -> junit-platform-engine-1.8.2.pom ++++++ --- /work/SRC/openSUSE:Factory/junit5/junit-platform-engine-1.5.2.pom 2019-11-15 22:38:30.000173663 +0100 +++ /work/SRC/openSUSE:Factory/.junit5.new.1538/junit-platform-engine-1.8.2.pom 2022-05-10 15:12:00.903576443 +0200 @@ -1,10 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <!-- This module was also published with a richer model, Gradle metadata, --> + <!-- which should be used instead. Do not delete the following line which --> + <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> + <!-- that they should prefer consuming it instead. --> + <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-engine</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> <name>JUnit Platform Engine API</name> <description>Module "junit-platform-engine" of JUnit 5.</description> <url>https://junit.org/junit5/</url> @@ -33,7 +38,7 @@ <developer> <id>mmerdes</id> <name>Matthias Merdes</name> - <email>[email protected]</email> + <email>[email protected]</email> </developer> <developer> <id>sbrannen</id> @@ -45,20 +50,30 @@ <name>Christian Stein</name> <email>[email protected]</email> </developer> + <developer> + <id>juliette-derancourt</id> + <name>Juliette de Rancourt</name> + <email>[email protected]</email> + </developer> </developers> <scm> <connection>scm:git:git://github.com/junit-team/junit5.git</connection> <developerConnection>scm:git:git://github.com/junit-team/junit5.git</developerConnection> <url>https://github.com/junit-team/junit5</url> </scm> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.junit</groupId> + <artifactId>junit-bom</artifactId> + <version>5.8.2</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> <dependencies> <dependency> - <groupId>org.apiguardian</groupId> - <artifactId>apiguardian-api</artifactId> - <version>1.1.0</version> - <scope>compile</scope> - </dependency> - <dependency> <groupId>org.opentest4j</groupId> <artifactId>opentest4j</artifactId> <version>1.2.0</version> @@ -67,7 +82,13 @@ <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-commons</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apiguardian</groupId> + <artifactId>apiguardian-api</artifactId> + <version>1.1.2</version> <scope>compile</scope> </dependency> </dependencies> ++++++ junit-platform-launcher-1.5.2.pom -> junit-platform-launcher-1.8.2.pom ++++++ --- /work/SRC/openSUSE:Factory/junit5/junit-platform-launcher-1.5.2.pom 2019-11-15 22:38:30.112174026 +0100 +++ /work/SRC/openSUSE:Factory/.junit5.new.1538/junit-platform-launcher-1.8.2.pom 2022-05-10 15:12:00.915576458 +0200 @@ -1,10 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <!-- This module was also published with a richer model, Gradle metadata, --> + <!-- which should be used instead. Do not delete the following line which --> + <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> + <!-- that they should prefer consuming it instead. --> + <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-launcher</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> <name>JUnit Platform Launcher</name> <description>Module "junit-platform-launcher" of JUnit 5.</description> <url>https://junit.org/junit5/</url> @@ -33,7 +38,7 @@ <developer> <id>mmerdes</id> <name>Matthias Merdes</name> - <email>[email protected]</email> + <email>[email protected]</email> </developer> <developer> <id>sbrannen</id> @@ -45,23 +50,39 @@ <name>Christian Stein</name> <email>[email protected]</email> </developer> + <developer> + <id>juliette-derancourt</id> + <name>Juliette de Rancourt</name> + <email>[email protected]</email> + </developer> </developers> <scm> <connection>scm:git:git://github.com/junit-team/junit5.git</connection> <developerConnection>scm:git:git://github.com/junit-team/junit5.git</developerConnection> <url>https://github.com/junit-team/junit5</url> </scm> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.junit</groupId> + <artifactId>junit-bom</artifactId> + <version>5.8.2</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> <dependencies> <dependency> - <groupId>org.apiguardian</groupId> - <artifactId>apiguardian-api</artifactId> - <version>1.1.0</version> + <groupId>org.junit.platform</groupId> + <artifactId>junit-platform-engine</artifactId> + <version>1.8.2</version> <scope>compile</scope> </dependency> <dependency> - <groupId>org.junit.platform</groupId> - <artifactId>junit-platform-engine</artifactId> - <version>1.5.2</version> + <groupId>org.apiguardian</groupId> + <artifactId>apiguardian-api</artifactId> + <version>1.1.2</version> <scope>compile</scope> </dependency> </dependencies> ++++++ junit-platform-reporting-1.5.2.pom -> junit-platform-reporting-1.8.2.pom ++++++ --- /work/SRC/openSUSE:Factory/junit5/junit-platform-reporting-1.5.2.pom 2019-11-15 22:38:30.528175375 +0100 +++ /work/SRC/openSUSE:Factory/.junit5.new.1538/junit-platform-reporting-1.8.2.pom 2022-05-10 15:12:00.935576482 +0200 @@ -1,10 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <!-- This module was also published with a richer model, Gradle metadata, --> + <!-- which should be used instead. Do not delete the following line which --> + <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> + <!-- that they should prefer consuming it instead. --> + <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-reporting</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> <name>JUnit Platform Reporting</name> <description>Module "junit-platform-reporting" of JUnit 5.</description> <url>https://junit.org/junit5/</url> @@ -33,7 +38,7 @@ <developer> <id>mmerdes</id> <name>Matthias Merdes</name> - <email>[email protected]</email> + <email>[email protected]</email> </developer> <developer> <id>sbrannen</id> @@ -45,23 +50,39 @@ <name>Christian Stein</name> <email>[email protected]</email> </developer> + <developer> + <id>juliette-derancourt</id> + <name>Juliette de Rancourt</name> + <email>[email protected]</email> + </developer> </developers> <scm> <connection>scm:git:git://github.com/junit-team/junit5.git</connection> <developerConnection>scm:git:git://github.com/junit-team/junit5.git</developerConnection> <url>https://github.com/junit-team/junit5</url> </scm> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.junit</groupId> + <artifactId>junit-bom</artifactId> + <version>5.8.2</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> <dependencies> <dependency> - <groupId>org.apiguardian</groupId> - <artifactId>apiguardian-api</artifactId> - <version>1.1.0</version> + <groupId>org.junit.platform</groupId> + <artifactId>junit-platform-launcher</artifactId> + <version>1.8.2</version> <scope>compile</scope> </dependency> <dependency> - <groupId>org.junit.platform</groupId> - <artifactId>junit-platform-launcher</artifactId> - <version>1.5.2</version> + <groupId>org.apiguardian</groupId> + <artifactId>apiguardian-api</artifactId> + <version>1.1.2</version> <scope>compile</scope> </dependency> </dependencies> ++++++ junit-platform-runner-1.5.2.pom -> junit-platform-runner-1.8.2.pom ++++++ --- /work/SRC/openSUSE:Factory/junit5/junit-platform-runner-1.5.2.pom 2019-11-15 22:38:32.504181780 +0100 +++ /work/SRC/openSUSE:Factory/.junit5.new.1538/junit-platform-runner-1.8.2.pom 2022-05-10 15:12:00.947576498 +0200 @@ -1,10 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <!-- This module was also published with a richer model, Gradle metadata, --> + <!-- which should be used instead. Do not delete the following line which --> + <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> + <!-- that they should prefer consuming it instead. --> + <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-runner</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> <name>JUnit Platform Runner</name> <description>Module "junit-platform-runner" of JUnit 5.</description> <url>https://junit.org/junit5/</url> @@ -33,7 +38,7 @@ <developer> <id>mmerdes</id> <name>Matthias Merdes</name> - <email>[email protected]</email> + <email>[email protected]</email> </developer> <developer> <id>sbrannen</id> @@ -45,36 +50,58 @@ <name>Christian Stein</name> <email>[email protected]</email> </developer> + <developer> + <id>juliette-derancourt</id> + <name>Juliette de Rancourt</name> + <email>[email protected]</email> + </developer> </developers> <scm> <connection>scm:git:git://github.com/junit-team/junit5.git</connection> <developerConnection>scm:git:git://github.com/junit-team/junit5.git</developerConnection> <url>https://github.com/junit-team/junit5</url> </scm> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.junit</groupId> + <artifactId>junit-bom</artifactId> + <version>5.8.2</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.apiguardian</groupId> - <artifactId>apiguardian-api</artifactId> - <version>1.1.0</version> + <version>4.13.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-launcher</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-suite-api</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.apiguardian</groupId> + <artifactId>apiguardian-api</artifactId> + <version>1.1.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.junit.platform</groupId> + <artifactId>junit-platform-suite-commons</artifactId> + <version>1.8.2</version> + <scope>runtime</scope> + </dependency> </dependencies> </project> ++++++ junit-platform-suite-api-1.5.2.pom -> junit-platform-suite-api-1.8.2.pom ++++++ --- /work/SRC/openSUSE:Factory/junit5/junit-platform-suite-api-1.5.2.pom 2019-11-15 22:38:33.104183725 +0100 +++ /work/SRC/openSUSE:Factory/.junit5.new.1538/junit-platform-suite-api-1.8.2.pom 2022-05-10 15:12:00.963576518 +0200 @@ -1,10 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <!-- This module was also published with a richer model, Gradle metadata, --> + <!-- which should be used instead. Do not delete the following line which --> + <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> + <!-- that they should prefer consuming it instead. --> + <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-suite-api</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> <name>JUnit Platform Suite API</name> <description>Module "junit-platform-suite-api" of JUnit 5.</description> <url>https://junit.org/junit5/</url> @@ -33,7 +38,7 @@ <developer> <id>mmerdes</id> <name>Matthias Merdes</name> - <email>[email protected]</email> + <email>[email protected]</email> </developer> <developer> <id>sbrannen</id> @@ -45,17 +50,39 @@ <name>Christian Stein</name> <email>[email protected]</email> </developer> + <developer> + <id>juliette-derancourt</id> + <name>Juliette de Rancourt</name> + <email>[email protected]</email> + </developer> </developers> <scm> <connection>scm:git:git://github.com/junit-team/junit5.git</connection> <developerConnection>scm:git:git://github.com/junit-team/junit5.git</developerConnection> <url>https://github.com/junit-team/junit5</url> </scm> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.junit</groupId> + <artifactId>junit-bom</artifactId> + <version>5.8.2</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> <dependencies> <dependency> + <groupId>org.junit.platform</groupId> + <artifactId>junit-platform-commons</artifactId> + <version>1.8.2</version> + <scope>compile</scope> + </dependency> + <dependency> <groupId>org.apiguardian</groupId> <artifactId>apiguardian-api</artifactId> - <version>1.1.0</version> + <version>1.1.2</version> <scope>compile</scope> </dependency> </dependencies> ++++++ junit-platform-suite-commons-1.8.2.pom ++++++ <?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-suite-commons</artifactId> <version>1.8.2</version> <name>JUnit Platform Suite Commons</name> <description>Module "junit-platform-suite-commons" of JUnit 5.</description> <url>https://junit.org/junit5/</url> <licenses> <license> <name>Eclipse Public License v2.0</name> <url>https://www.eclipse.org/legal/epl-v20.html</url> </license> </licenses> <developers> <developer> <id>bechte</id> <name>Stefan Bechtold</name> <email>[email protected]</email> </developer> <developer> <id>jlink</id> <name>Johannes Link</name> <email>[email protected]</email> </developer> <developer> <id>marcphilipp</id> <name>Marc Philipp</name> <email>[email protected]</email> </developer> <developer> <id>mmerdes</id> <name>Matthias Merdes</name> <email>[email protected]</email> </developer> <developer> <id>sbrannen</id> <name>Sam Brannen</name> <email>[email protected]</email> </developer> <developer> <id>sormuras</id> <name>Christian Stein</name> <email>[email protected]</email> </developer> <developer> <id>juliette-derancourt</id> <name>Juliette de Rancourt</name> <email>[email protected]</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/junit-team/junit5.git</connection> <developerConnection>scm:git:git://github.com/junit-team/junit5.git</developerConnection> <url>https://github.com/junit-team/junit5</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.junit</groupId> <artifactId>junit-bom</artifactId> <version>5.8.2</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-launcher</artifactId> <version>1.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apiguardian</groupId> <artifactId>apiguardian-api</artifactId> <version>1.1.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-engine</artifactId> <version>1.8.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-suite-api</artifactId> <version>1.8.2</version> <scope>runtime</scope> </dependency> </dependencies> </project> ++++++ junit-vintage-engine-5.5.2.pom -> junit-vintage-engine-5.8.2.pom ++++++ --- /work/SRC/openSUSE:Factory/junit5/junit-vintage-engine-5.5.2.pom 2019-11-15 22:38:33.440184814 +0100 +++ /work/SRC/openSUSE:Factory/.junit5.new.1538/junit-vintage-engine-5.8.2.pom 2022-05-10 15:12:01.063576644 +0200 @@ -1,10 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <!-- This module was also published with a richer model, Gradle metadata, --> + <!-- which should be used instead. Do not delete the following line which --> + <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> + <!-- that they should prefer consuming it instead. --> + <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> - <version>5.5.2</version> + <version>5.8.2</version> <name>JUnit Vintage Engine</name> <description>Module "junit-vintage-engine" of JUnit 5.</description> <url>https://junit.org/junit5/</url> @@ -33,7 +38,7 @@ <developer> <id>mmerdes</id> <name>Matthias Merdes</name> - <email>[email protected]</email> + <email>[email protected]</email> </developer> <developer> <id>sbrannen</id> @@ -45,29 +50,45 @@ <name>Christian Stein</name> <email>[email protected]</email> </developer> + <developer> + <id>juliette-derancourt</id> + <name>Juliette de Rancourt</name> + <email>[email protected]</email> + </developer> </developers> <scm> <connection>scm:git:git://github.com/junit-team/junit5.git</connection> <developerConnection>scm:git:git://github.com/junit-team/junit5.git</developerConnection> <url>https://github.com/junit-team/junit5</url> </scm> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.junit</groupId> + <artifactId>junit-bom</artifactId> + <version>5.8.2</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> <dependencies> <dependency> - <groupId>org.apiguardian</groupId> - <artifactId>apiguardian-api</artifactId> - <version>1.1.0</version> - <scope>compile</scope> - </dependency> - <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-engine</artifactId> - <version>1.5.2</version> + <version>1.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13.2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apiguardian</groupId> + <artifactId>apiguardian-api</artifactId> + <version>1.1.2</version> <scope>compile</scope> </dependency> </dependencies> ++++++ junit5-5.5.2.tar.gz -> junit5-5.8.2.tar.gz ++++++ ++++ 96324 lines of diff (skipped)
