kske
c411eace81
Some checks failed
zdm/undo-redo/pipeline/head There was a failure building this commit
16 lines
453 B
XML
16 lines
453 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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>undo-redo-core</artifactId>
|
|
<name>Undo-Redo Core</name>
|
|
|
|
<parent>
|
|
<groupId>dev.kske</groupId>
|
|
<artifactId>undo-redo</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
</project>
|