Basically the state of commit c7cf939 of https://github.com/moduliths/moduliths for further development under the Spring umbrella.
20 lines
608 B
XML
20 lines
608 B
XML
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>org.moduliths</groupId>
|
|
<artifactId>moduliths-events</artifactId>
|
|
<version>1.4.0-SNAPSHOT</version>
|
|
<relativePath>../pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<name>Moduliths - Events - Core</name>
|
|
|
|
<artifactId>moduliths-events-core</artifactId>
|
|
|
|
<properties>
|
|
<module.name>org.moduliths.events.core</module.name>
|
|
</properties>
|
|
|
|
|
|
</project> |