Skip to content

Commit 10b1bcc

Browse files
authored
fix target maven repository url in readme (via #934)
1 parent 2cdc7ae commit 10b1bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

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

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

2020
## TestNG
2121

@@ -219,4 +219,4 @@ more usage example look into module `allure-awaitility`
219219
Usage example:
220220
```
221221
Awaitility.setDefaultConditionEvaluationListener(new AllureAwaitilityListener());
222-
```
222+
```

0 commit comments

Comments
 (0)