Skip to content

Commit 1c41434

Browse files
committed
Update snapshot coordinates
1 parent 1d95451 commit 1c41434

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ For further details, consult the [wiki](https://github.com/ReactiveX/RxJava/wiki
510510
- Google Group: [RxJava](http://groups.google.com/d/forum/rxjava)
511511
- Twitter: [@RxJava](http://twitter.com/RxJava)
512512
- [GitHub Issues](https://github.com/ReactiveX/RxJava/issues)
513-
- StackOverflow: [rx-java](http://stackoverflow.com/questions/tagged/rx-java) and [rx-java2](http://stackoverflow.com/questions/tagged/rx-java2)
513+
- StackOverflow: [rx-java](http://stackoverflow.com/questions/tagged/rx-java), [rx-java2](http://stackoverflow.com/questions/tagged/rx-java2) and [rx-java3](http://stackoverflow.com/questions/tagged/rx-java3)
514514
- [Gitter.im](https://gitter.im/ReactiveX/RxJava)
515515

516516
## Versioning
@@ -571,19 +571,19 @@ and for Ivy:
571571

572572
### Snapshots
573573

574-
Snapshots after May 1st, 2021 are available via https://oss.sonatype.org/content/repositories/snapshots/io/reactivex/rxjava3/rxjava/
574+
Snapshots after May 19st, 2025 are available via https://central.sonatype.com/repository/maven-snapshots/io/reactivex/rxjava3/rxjava/
575575

576576
```groovy
577577
repositories {
578-
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
578+
maven { url 'https://central.sonatype.com/repository/maven-snapshots' }
579579
}
580580
581581
dependencies {
582582
implementation 'io.reactivex.rxjava3:rxjava:3.0.0-SNAPSHOT'
583583
}
584584
```
585585

586-
JavaDoc snapshots are available at http://reactivex.io/RxJava/3.x/javadoc/snapshot
586+
JavaDoc snapshots are available at https://reactivex.io/RxJava/3.x/javadoc/snapshot
587587

588588
## Build
589589

0 commit comments

Comments
 (0)