diff options
author | 2018-11-19 22:40:16 +0000 | |
---|---|---|
committer | 2018-11-19 22:40:16 +0000 | |
commit | 511bc18a6f85bb3018406a4302c05c2a8a1493d7 (patch) | |
tree | d7e98802da1a0ca4158990561b7b4e7cf0cc536e /components | |
parent | ffd073342aea38355c98a2ba7a7e3f60b8009b10 (diff) | |
parent | ec92866fa0bc8d8cd7a6ce4d5d5fd014d8eacef1 (diff) |
Merge "Blueprints Processor Microservice"
Diffstat (limited to 'components')
-rw-r--r-- | components/parent/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/components/parent/pom.xml b/components/parent/pom.xml index 7308e9d2..71310f1e 100644 --- a/components/parent/pom.xml +++ b/components/parent/pom.xml @@ -31,7 +31,8 @@ <properties> <spring.boot.version>2.0.6.RELEASE</spring.boot.version> <spring.version>5.0.10.RELEASE</spring.version> - <kotlin.version>1.3.0</kotlin.version> + <kotlin.version>1.3.10</kotlin.version> + <kotlin.maven.version>1.3.0</kotlin.maven.version> <kotlin.couroutines.version>1.0.1</kotlin.couroutines.version> <eelf.version>1.0.0</eelf.version> <guava.version>26.0-jre</guava.version> @@ -234,7 +235,7 @@ <plugin> <artifactId>kotlin-maven-plugin</artifactId> <groupId>org.jetbrains.kotlin</groupId> - <version>${kotlin.version}</version> + <version>${kotlin.maven.version}</version> <executions> <execution> <id>compile</id> |