Bump Version to 0.1.0 #9

Merged
kske merged 2 commits from r/0.1.0 into develop 2021-12-25 21:33:57 +01:00
4 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
<parent>
<groupId>dev.kske</groupId>
<artifactId>undo-redo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
</project>

View File

@ -18,7 +18,7 @@ public final class UnlimitedChangeManager<C extends Change> implements ChangeMan
private int markedIndex = -1;
/**
* @implNode As this change manager uses a linear history model, all changes behind the last
* @implNote As this change manager uses a linear history model, all changes behind the last
* applied change will be discarded and therefore can be garbage collected.
*/
@Override

View File

@ -9,14 +9,14 @@
<parent>
<groupId>dev.kske</groupId>
<artifactId>undo-redo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<dependencies>
<dependency>
<groupId>dev.kske</groupId>
<artifactId>undo-redo-core</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>

View File

@ -5,7 +5,7 @@
<groupId>dev.kske</groupId>
<artifactId>undo-redo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>
<name>Undo-Redo</name>