aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--maven-plugin/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml
index fb7a6423..3dc57f54 100644
--- a/maven-plugin/pom.xml
+++ b/maven-plugin/pom.xml
@@ -13,7 +13,7 @@
<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>1.0.0-beta-1038</kotlin.version>
+ <kotlinVersion>1.0.0-beta-1038</kotlinVersion>
</properties>
<dependencies>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-fatjar</artifactId>
- <version>1.0.0-beta-1038</version>
+ <version>${version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
@@ -59,7 +59,7 @@
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
- <version>${kotlin.version}</version>
+ <version>${kotlinVersion}</version>
<executions>
<execution>
<id>compile</id>
@@ -138,4 +138,4 @@
</snapshots>
</pluginRepository>
</pluginRepositories>
-</project> \ No newline at end of file
+</project>