]> Git Server - utils.git/commitdiff
test
authorRobin Cheney <cheneyr@eternal.ddnss.de>
Tue, 25 Nov 2025 08:40:35 +0000 (09:40 +0100)
committerRobin Cheney <cheneyr@eternal.ddnss.de>
Tue, 25 Nov 2025 08:40:35 +0000 (09:40 +0100)
pom.xml
src/main/java/de/ddnss/eternal/utils/io/input/GenericCommand.java
src/main/java/de/ddnss/eternal/utils/io/input/GenericCommandOption.java

diff --git a/pom.xml b/pom.xml
index 5352a727bde70c239f62f20cbbaf516d8fcaa026..05f6ab6f03fa144736e9295992e1c456d96d8f6a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 
     <groupId>de.ddnss.eternal.utils</groupId>
     <artifactId>utils</artifactId>
-    <version>1.2</version>
+    <version>1.3</version>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
index f59477bd77bb9097b1c58f5d242c6fedb8abaa07..e6ebe379a2af2c3444d2059c114592b894aa137e 100644 (file)
@@ -9,7 +9,7 @@ import de.ddnss.eternal.utils.io.error.InvalidArgumentsError;
  * 
  * @author Robin Cheney
  * 
- * @since 1.2
+ * @since 1.3
  */
 public class GenericCommand<E> {
     /**
index f31ca588f57a2d04d6c9fe4ec8b165be686f4b49..5940553284f6b4bed5b403609d7c1773e94d3f35 100644 (file)
@@ -9,7 +9,7 @@ import java.util.HashMap;
  * 
  * @author Robin Cheney
  * 
- * @since 1.2
+ * @since 1.3
  */
 public class GenericCommandOption<E> extends HashMap<String, E> {
     public GenericCommandOption(String string, E e) {