Some small changes (maven version deployed yet)
This commit is contained in:
10
README.MD
10
README.MD
@@ -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/>
|
Therefore, within OAC, the OAPL terms apply to UnlegitLibrary as well.<br/>
|
||||||
<br/>
|
<br/>
|
||||||
### Take a look into [Certificate Generation](https://repo.unlegitdqrk.dev/UnlegitDqrk/unlegitlibrary/src/branch/master#certificate-generation-for-networksystem).
|
### 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
|
# Maven
|
||||||
|
|
||||||
### pom.xml
|
### pom.xml
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>org.openautonomousconnection</groupId>
|
<groupId>org.openautonomousconnection</groupId>
|
||||||
<artifactId>Protocol</artifactId>
|
<artifactId>Protocol</artifactId>
|
||||||
<version>1.0.0-BETA.7.3</version>
|
<version>1.0.0-BETA.7.4</version>
|
||||||
<organization>
|
<organization>
|
||||||
<name>Open Autonomous Connection</name>
|
<name>Open Autonomous Connection</name>
|
||||||
<url>https://open-autonomous-connection.org/</url>
|
<url>https://open-autonomous-connection.org/</url>
|
||||||
@@ -119,7 +119,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>dev.unlegitdqrk</groupId>
|
<groupId>dev.unlegitdqrk</groupId>
|
||||||
<artifactId>unlegitlibrary</artifactId>
|
<artifactId>unlegitlibrary</artifactId>
|
||||||
<version>1.7.9</version>
|
<version>1.8.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ package org.openautonomousconnection.protocol.versions.v1_0_0.beta;
|
|||||||
|
|
||||||
public enum TOFUFeedback {
|
public enum TOFUFeedback {
|
||||||
|
|
||||||
TRUST, TRUST_ONCE, DISCONNECT
|
TRUST, DISCONNECT
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user