Skip to content

Commit d22a8b1

Browse files
Updates Snapshot release section
1 parent c67f6fc commit d22a8b1

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,19 @@ The future roadmap of BaSyx is described [here](https://github.com/eclipse-basyx
4646
We're distributing our SNAPSHOT releases via DockerHub and Maven Central. For using the snapshots from Maven Central, add the following part to your project's POM:
4747

4848
```
49-
<repository>
50-
<id>sonatype.snapshots</id>
51-
<name>Sonatype Snapshot Repository</name>
52-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
53-
<releases>
54-
<enabled>false</enabled>
55-
</releases>
56-
<snapshots>
57-
<enabled>true</enabled>
58-
</snapshots>
59-
</repository>
49+
<repositories>
50+
<repository>
51+
<name>Central Portal Snapshots</name>
52+
<id>central-portal-snapshots</id>
53+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
54+
<releases>
55+
<enabled>false</enabled>
56+
</releases>
57+
<snapshots>
58+
<enabled>true</enabled>
59+
</snapshots>
60+
</repository>
61+
</repositories>
6062
```
6163

6264
## Getting Involved & Contributing

0 commit comments

Comments
 (0)