diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-11-05 18:56:50 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-11-05 18:56:50 +0100 |
commit | e8e7e8e573098de80f95422d3e56f9a0b2cc9ad4 (patch) | |
tree | b7ccc972b515f6b70c2db37b742019ebe4124241 /maven-plugin/pom.xml | |
parent | cbce42557a454fb3ee3c2f509eca36841e87ffa9 (diff) | |
download | dokka-e8e7e8e573098de80f95422d3e56f9a0b2cc9ad4.tar.gz dokka-e8e7e8e573098de80f95422d3e56f9a0b2cc9ad4.tar.bz2 dokka-e8e7e8e573098de80f95422d3e56f9a0b2cc9ad4.zip |
prepare pom.xml for editing by updatePom task
Diffstat (limited to 'maven-plugin/pom.xml')
-rw-r--r-- | maven-plugin/pom.xml | 8 |
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> |