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