65 lines
2.3 KiB
XML
65 lines
2.3 KiB
XML
<?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"
|
|
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.6.2</version>
|
|
<name>JUnit Platform Console Standalone</name>
|
|
<description>Module "junit-platform-console-standalone" 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>stefan.bechtold@me.com</email>
|
|
</developer>
|
|
<developer>
|
|
<id>jlink</id>
|
|
<name>Johannes Link</name>
|
|
<email>business@johanneslink.net</email>
|
|
</developer>
|
|
<developer>
|
|
<id>marcphilipp</id>
|
|
<name>Marc Philipp</name>
|
|
<email>mail@marcphilipp.de</email>
|
|
</developer>
|
|
<developer>
|
|
<id>mmerdes</id>
|
|
<name>Matthias Merdes</name>
|
|
<email>Matthias.Merdes@heidelberg-mobil.com</email>
|
|
</developer>
|
|
<developer>
|
|
<id>sbrannen</id>
|
|
<name>Sam Brannen</name>
|
|
<email>sam@sambrannen.com</email>
|
|
</developer>
|
|
<developer>
|
|
<id>sormuras</id>
|
|
<name>Christian Stein</name>
|
|
<email>sormuras@gmail.com</email>
|
|
</developer>
|
|
<developer>
|
|
<id>juliette-derancourt</id>
|
|
<name>Juliette de Rancourt</name>
|
|
<email>derancourt.juliette@gmail.com</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>
|
|
</project>
|