- Updated to new repo

This commit is contained in:
2025-09-24 22:05:02 +02:00
parent d090b1067c
commit 13953b94b0

View File

@@ -23,7 +23,7 @@ This project (OAC) is licensed under the [Open Autonomous Public License (OAPL)]
### pom.xml ### pom.xml
``` ```
<dependency> <dependency>
<groupId>github.openautonomousconnection</groupId> <groupId>org.openautonomousconnection</groupId>
<artifactId>protocol</artifactId> <artifactId>protocol</artifactId>
<version>VERSION</version> <version>VERSION</version>
</dependency> </dependency>
@@ -31,15 +31,13 @@ This project (OAC) is licensed under the [Open Autonomous Public License (OAPL)]
### Repository: ### Repository:
``` ```
<repositories> <repository>
<repository> <id>repounlegitdqrk</id>
<id>github</id> <url>https://repo.open-autonomous-connection.org/api/packages/open-autonomous-connection/maven</url>
<url>https://maven.pkg.github.com/open-autonomous-connection/protocol</url> <snapshots>
<snapshots> <enabled>true</enabled>
<enabled>true</enabled> </snapshots>
</snapshots> </repository>
</repository>
</repositories>
``` ```
# Examples # Examples