- Updated to new repo
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
|
### 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
|
||||||
|
Reference in New Issue
Block a user