Skip to content

Commit

Permalink
fix wording in snapshots how to
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed May 14, 2020
1 parent f4de9f9 commit 440b1a2
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -15,7 +15,7 @@
~~

Snapshot builds of current development version are regularly pushed to
maven.java.net snapshots repository. In order to be able to use SNAPSHOT
Jakarta snapshots repository. In order to be able to use SNAPSHOT
version in your project, you need to add following pluginRepository
definition to your pom.xml:

Expand All @@ -24,8 +24,7 @@ definition to your pom.xml:
...
<pluginRepositories>
<pluginRepository>
<!-- temporary definition for harness plugin to be found-->
<id>temp</id>
<id>jakarta-snapshots</id>
<url>https://jakarta.oss.sonatype.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
Expand Down

0 comments on commit 440b1a2

Please sign in to comment.