Skip to content

Commit

Permalink
fix target maven repository url in readme (via #934)
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored Jul 10, 2023
1 parent 2cdc7ae commit 10b1bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

The repository contains new versions of adaptors for JVM-based test frameworks.

All the artifacts are deployed to `https://dl.bintray.com/qameta/maven`.
All the artifacts are deployed to `https://repo1.maven.org/maven2/io/qameta/allure/`.

## TestNG

Expand Down Expand Up @@ -219,4 +219,4 @@ more usage example look into module `allure-awaitility`
Usage example:
```
Awaitility.setDefaultConditionEvaluationListener(new AllureAwaitilityListener());
```
```

0 comments on commit 10b1bcc

Please sign in to comment.