-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release JUnitDiff-2.0.0
- Loading branch information
Ondrej Zizka
committed
Nov 30, 2022
1 parent
b0d9305
commit ed2d376
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<groupId>ch.zizka.junitdiff</groupId> | ||
<artifactId>JUnitDiff</artifactId> | ||
<packaging>jar</packaging> | ||
<version>2.0.0-SNAPSHOT</version> | ||
<version>2.0.0</version> | ||
|
||
<name>JUnitDiff</name> | ||
<description>JUnitDiff creates a HTML table from JUnit results. Rows are tests, columns are runs. Clicking the statuses reveals a pop-up with the logs and the stacktrace if any. </description> | ||
|
@@ -21,7 +21,7 @@ | |
<version.kotlin-dokka>1.7.20</version.kotlin-dokka> | ||
<mainClass>ch.zizka.junitdiff.JUnitDiffApp</mainClass> | ||
<distDir>${project.basedir}/./dist</distDir> | ||
<jvm.args.debug/> | ||
<jvm.args.debug /> | ||
<kotlin.version>${version.kotlin}</kotlin.version> | ||
<kotlin.compiler.incremental>true</kotlin.compiler.incremental> | ||
</properties> | ||
|
@@ -30,7 +30,8 @@ | |
<url>https://github.com/OndraZizka/junitdiff</url> | ||
<connection>scm:git:git://github.com/OndraZizka/junitdiff.git</connection> | ||
<developerConnection>scm:git:[email protected]:OndraZizka/junitdiff.git</developerConnection> | ||
</scm> | ||
<tag>JUnitDiff-2.0.0</tag> | ||
</scm> | ||
|
||
<build> | ||
|
||
|