Skip to content

Commit ed2d376

Browse files
author
Ondrej Zizka
committed
[maven-release-plugin] prepare release JUnitDiff-2.0.0
1 parent b0d9305 commit ed2d376

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>ch.zizka.junitdiff</groupId>
55
<artifactId>JUnitDiff</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88

99
<name>JUnitDiff</name>
1010
<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 @@
2121
<version.kotlin-dokka>1.7.20</version.kotlin-dokka>
2222
<mainClass>ch.zizka.junitdiff.JUnitDiffApp</mainClass>
2323
<distDir>${project.basedir}/./dist</distDir>
24-
<jvm.args.debug/>
24+
<jvm.args.debug />
2525
<kotlin.version>${version.kotlin}</kotlin.version>
2626
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
2727
</properties>
@@ -30,7 +30,8 @@
3030
<url>https://github.com/OndraZizka/junitdiff</url>
3131
<connection>scm:git:git://github.com/OndraZizka/junitdiff.git</connection>
3232
<developerConnection>scm:git:[email protected]:OndraZizka/junitdiff.git</developerConnection>
33-
</scm>
33+
<tag>JUnitDiff-2.0.0</tag>
34+
</scm>
3435

3536
<build>
3637

0 commit comments

Comments
 (0)