aboutsummaryrefslogtreecommitdiff
path: root/maven-plugin/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'maven-plugin/pom.xml')
-rw-r--r--maven-plugin/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml
index 71cc856d..fb7a6423 100644
--- a/maven-plugin/pom.xml
+++ b/maven-plugin/pom.xml
@@ -6,14 +6,14 @@
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.0-beta-1038</version>
<packaging>maven-plugin</packaging>
<properties>
<maven-plugin-anno.version>1.4.1</maven-plugin-anno.version>
<maven.version>3.0.5</maven.version>
<plexus.version>3.0.22</plexus.version>
- <kotlin.version>0.1-SNAPSHOT</kotlin.version>
+ <kotlin.version>1.0.0-beta-1038</kotlin.version>
</properties>
<dependencies>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-fatjar</artifactId>
- <version>(,0.2)</version>
+ <version>1.0.0-beta-1038</version>
<type>jar</type>
<scope>compile</scope>
</dependency>