Skip to content

Commit ff8749e

Browse files
committed
use kotlin 1.3.50 and BOM, restructure pom, fixes #8
1 parent c682777 commit ff8749e

File tree

2 files changed

+472
-478
lines changed

2 files changed

+472
-478
lines changed

kotlin/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,17 @@
1818
<project xmlns="http://maven.apache.org/POM/4.0.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<modelVersion>4.0.0</modelVersion>
21+
22+
<name>Axon Framework - Kotlin Extension</name>
23+
<description>Module for the Kotlin Extension of Axon Framework</description>
24+
2125
<parent>
2226
<groupId>org.axonframework.extensions.kotlin</groupId>
2327
<artifactId>axon-kotlin-parent</artifactId>
2428
<version>0.0.1-SNAPSHOT</version>
2529
</parent>
2630

2731
<artifactId>axon-kotlin</artifactId>
28-
<version>0.0.1-SNAPSHOT</version>
29-
<name>Axon Framework Kotlin Extension</name>
30-
<description>Module for the Kotlin Extension of Axon Framework</description>
3132

3233
<dependencies>
3334
<dependency>

0 commit comments

Comments
 (0)