File tree 5 files changed +7
-5
lines changed
5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,5 @@ project/boot/
15
15
project /plugins /project /
16
16
credentials.sbt
17
17
/.idea /
18
+ .DS_Store
19
+
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Please create issues on the main kotest [board](https://github.com/kotest/kotest
10
10
[ <img src =" https://img.shields.io/maven-central/v/io.kotest.extensions/kotest-extensions-pitest.svg?label=latest%20release " />] ( http://search.maven.org/#search|ga|1|kotest-extensions-pitest )
11
11
![ GitHub] ( https://img.shields.io/github/license/kotest/kotest-extensions-pitest )
12
12
[ ![ kotest @ kotlinlang.slack.com] ( https://img.shields.io/static/v1?label=kotlinlang&message=kotest&color=blue&logo=slack )] ( https://kotlinlang.slack.com/archives/CT0G9SD7Z )
13
- [ <img src =" https://img.shields.io/nexus/s/https/oss.sonatype.org/io.kotest.extensions/kotest-extensions-pitest.svg?label=latest%20snapshot " />] ( https://oss.sonatype.org/content/repositories/snapshots/io/kotest/extensions/kotest-extensions-pitest/ )
13
+ [ <img src =" https://img.shields.io/nexus/s/https/s01. oss.sonatype.org/io.kotest.extensions/kotest-extensions-pitest.svg?label=latest%20snapshot " />] ( https://oss.sonatype.org/content/repositories/snapshots/io/kotest/extensions/kotest-extensions-pitest/ )
14
14
15
15
## Changelog
16
16
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ repositories {
41
41
mavenLocal()
42
42
mavenCentral()
43
43
maven {
44
- url = uri(" https://oss.sonatype.org/content/repositories/snapshots" )
44
+ url = uri(" https://s01. oss.sonatype.org/content/repositories/snapshots" )
45
45
}
46
46
}
47
47
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ object Ci {
2
2
3
3
// this is the version used for building snapshots
4
4
// .GITHUB_RUN_NUMBER-snapshot will be appended
5
- private const val snapshotBase = " 1.0 .0"
5
+ private const val snapshotBase = " 1.2 .0"
6
6
7
7
private val githubRunNumber = System .getenv(" GITHUB_RUN_NUMBER" )
8
8
Original file line number Diff line number Diff line change 41
41
publishing {
42
42
repositories {
43
43
maven {
44
- val releasesRepoUrl = uri(" https://oss.sonatype.org/service/local/staging/deploy/maven2/" )
45
- val snapshotsRepoUrl = uri(" https://oss.sonatype.org/content/repositories/snapshots/" )
44
+ val releasesRepoUrl = uri(" https://s01. oss.sonatype.org/service/local/staging/deploy/maven2/" )
45
+ val snapshotsRepoUrl = uri(" https://s01. oss.sonatype.org/content/repositories/snapshots/" )
46
46
name = " deploy"
47
47
url = if (Ci .isRelease) releasesRepoUrl else snapshotsRepoUrl
48
48
credentials {
You can’t perform that action at this time.
0 commit comments