File tree Expand file tree Collapse file tree 2 files changed +472
-478
lines changed Expand file tree Collapse file tree 2 files changed +472
-478
lines changed Original file line number Diff line number Diff line change 18
18
<project xmlns =" http://maven.apache.org/POM/4.0.0"
19
19
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" >
20
20
<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
+
21
25
<parent >
22
26
<groupId >org.axonframework.extensions.kotlin</groupId >
23
27
<artifactId >axon-kotlin-parent</artifactId >
24
28
<version >0.0.1-SNAPSHOT</version >
25
29
</parent >
26
30
27
31
<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 >
31
32
32
33
<dependencies >
33
34
<dependency >
You can’t perform that action at this time.
0 commit comments