Revert "Revert "- Updated to new repo""
This reverts commit 06c5724803
.
This commit is contained in:
18
README.MD
18
README.MD
@@ -23,7 +23,7 @@ This project (OAC) is licensed under the [Open Autonomous Public License (OAPL)]
|
||||
### pom.xml
|
||||
```
|
||||
<dependency>
|
||||
<groupId>github.openautonomousconnection</groupId>
|
||||
<groupId>org.openautonomousconnection</groupId>
|
||||
<artifactId>protocol</artifactId>
|
||||
<version>VERSION</version>
|
||||
</dependency>
|
||||
@@ -31,15 +31,13 @@ This project (OAC) is licensed under the [Open Autonomous Public License (OAPL)]
|
||||
|
||||
### Repository:
|
||||
```
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>github</id>
|
||||
<url>https://maven.pkg.github.com/open-autonomous-connection/protocol</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
<repository>
|
||||
<id>repounlegitdqrk</id>
|
||||
<url>https://repo.open-autonomous-connection.org/api/packages/open-autonomous-connection/maven</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
```
|
||||
|
||||
# Examples
|
||||
|
Reference in New Issue
Block a user