Some small changes (maven version deployed yet)

This commit is contained in:
UnlegitDqrk
2026-02-06 17:53:01 +01:00
parent cdf83958c9
commit 68aa9c1df2
3 changed files with 3 additions and 13 deletions

View File

@@ -19,16 +19,6 @@ the [Open Autonomous Public License (OAPL)](https://open-autonomous-connection.o
Therefore, within OAC, the OAPL terms apply to UnlegitLibrary as well.<br/>
<br/>
### Take a look into [Certificate Generation](https://repo.unlegitdqrk.dev/UnlegitDqrk/unlegitlibrary/src/branch/master#certificate-generation-for-networksystem).
# Bugs/Problems
- Project not tested yet
# In progress
- WebServer
# TODO
- Finishing WebServer
- Writing INS Backend and Frontend
- Writing WebClient
- Writing WebServer
- Documentation / Wiki
# Maven
### pom.xml

View File

@@ -6,7 +6,7 @@
<groupId>org.openautonomousconnection</groupId>
<artifactId>Protocol</artifactId>
<version>1.0.0-BETA.7.3</version>
<version>1.0.0-BETA.7.4</version>
<organization>
<name>Open Autonomous Connection</name>
<url>https://open-autonomous-connection.org/</url>
@@ -119,7 +119,7 @@
<dependency>
<groupId>dev.unlegitdqrk</groupId>
<artifactId>unlegitlibrary</artifactId>
<version>1.7.9</version>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>

View File

@@ -2,6 +2,6 @@ package org.openautonomousconnection.protocol.versions.v1_0_0.beta;
public enum TOFUFeedback {
TRUST, TRUST_ONCE, DISCONNECT
TRUST, DISCONNECT
}