vertx-web-site / vertx-web-site.github.io

The official Vert.x website (https://vertx.io)
https://vertx.io
Apache License 2.0
18 stars 72 forks source link

Wrong snapshot repository #125

Closed cescoffier closed 2 years ago

cescoffier commented 2 years ago

If should be updated to:

<repository>
      <id>sonatype-s01-snapshots</id>
      <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
      <snapshots>
          <enabled>true</enabled>
      </snapshots>
 </repository>
michel-kraemer commented 2 years ago

Hi @cescoffier! What do you mean exactly? Can you point me to a page/file?

cescoffier commented 2 years ago

Hi @michel-kraemer I know it's an old page, but here: https://vertx.io/download/.

On the new web site, the correct snapshot repository should be mentioned somewhere.