We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0258a15 commit eedbf43Copy full SHA for eedbf43
RELEASING.md
@@ -1,7 +1,7 @@
1
# Releasing
2
3
1. Every change on the main development branch is released as -SNAPSHOT version
4
-to Sonatype snapshot repo at https://s01.oss.sonatype.org/content/repositories/snapshots.
+to Sonatype snapshot repo at https://s01.oss.sonatype.org/content/repositories/snapshots/org/mockito/kotlin/mockito-kotlin.
5
2. In order to release a non-snapshot version to Maven Central push an annotated tag, for example:
6
```
7
git tag -a -m "Release 3.4.5" 3.4.5
0 commit comments