Skip to content

Commit a40d924

Browse files
committed
build: bump dokka-maven-plugin version to 2.2.0
1 parent 8af9e82 commit a40d924

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
<maven-dependency-plugin.version>3.11.0</maven-dependency-plugin.version>
6262
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
6363
<build-helper-maven-plugin.version>3.6.1</build-helper-maven-plugin.version>
64+
<dokka-maven-plugin.version>2.2.0</dokka-maven-plugin.version>
6465
</properties>
6566
<pluginRepositories>
6667
<pluginRepository>
@@ -388,7 +389,7 @@
388389
<plugin>
389390
<groupId>org.jetbrains.dokka</groupId>
390391
<artifactId>dokka-maven-plugin</artifactId>
391-
<version>1.6.10</version>
392+
<version>${dokka-maven-plugin.version}</version>
392393
<executions>
393394
<execution>
394395
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)