2 Commits

Author SHA1 Message Date
Finn
8102451fc3 Merge remote-tracking branch 'origin/master' 2026-01-18 14:26:46 +01:00
Finn
fe737b9293 Updated to new Protocol Version 2026-01-18 14:25:57 +01:00
2 changed files with 3 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
<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 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.openautonomousconnection</groupId>
<artifactId>webserver</artifactId>
<artifactId>WebServer</artifactId>
<version>1.0-BETA.1.0</version>
<description>The default DNS-Server</description>
<url>https://open-autonomous-connection.org/</url>
@@ -137,13 +137,6 @@
<scope>provided</scope>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>oac</id>
<name>WebServer</name>
<url>https://repo.open-autonomous-connection.org/api/packages/open-autonomous-connection/maven</url>
</repository>
</distributionManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>23</maven.compiler.target>

View File

@@ -6,7 +6,7 @@
<groupId>org.openautonomousconnection</groupId>
<artifactId>WebServer</artifactId>
<version>1.0-BETA.1.0</version>
<version>1.0-BETA.1.1</version>
<organization>
<name>Open Autonomous Connection</name>
<url>https://open-autonomous-connection.org/</url>
@@ -104,7 +104,7 @@
<dependency>
<groupId>org.openautonomousconnection</groupId>
<artifactId>protocol</artifactId>
<version>1.0.0-BETA.5</version>
<version>1.0.0-BETA.5.2</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>