Skip to content

Commit

Permalink
[maven-release-plugin] prepare release JUnitDiff-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Zizka committed Nov 30, 2022
1 parent b0d9305 commit ed2d376
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>

Expand Down

0 comments on commit ed2d376

Please sign in to comment.