Revert "- Updated to new repo"

This reverts commit 13953b94b0.
This commit is contained in:
Tinglyyy
2025-09-29 18:20:41 +02:00
parent 257af4af91
commit 06c5724803

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