Skip to content

Commit 5d8e193

Browse files
Prepare next development version. (#286)
1 parent cde9e2e commit 5d8e193

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Releasing
88
4. `git push && git push --tags`
99
* This should be pushed to your fork.
1010
5. Create a PR with this commit and merge it.
11-
6. Confirm the new artifacts are present in https://repo1.maven.org/maven2/com/dropbox/affectedmoduledetector/affectedmoduledetector/
11+
6. Confirm the new artifacts are present in https://s01.oss.sonatype.org/content/repositories/releases/com/dropbox/affectedmoduledetector/affectedmoduledetector/
1212
* If the plugin fails to publish the release, you'll need to log into Sonatype and drop any repositories under 'Staging Repositories' and re-run the CI job to publish.
1313
7. Go to https://github.com/dropbox/AffectedModuleDetector/releases and `Draft a new release` from the tag you just created
1414
7. Update the top level `gradle.properties` to the next SNAPSHOT version.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ kotlin.code.style=official
2222

2323
# POM
2424
GROUP = com.dropbox.affectedmoduledetector
25-
VERSION_NAME=0.5.0
25+
VERSION_NAME=0.5.1-SNAPSHOT
2626

2727
POM_ARTIFACT_ID = affectedmoduledetector
2828
POM_NAME = Affected Module Detector

sample/buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
}
1414

1515
dependencies {
16-
implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.5.0-SNAPSHOT")
16+
implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.5.1-SNAPSHOT")
1717
testImplementation("junit:junit:4.13.1")
1818
testImplementation("com.nhaarman:mockito-kotlin:1.5.0")
1919
testImplementation("com.google.truth:truth:1.0.1")

0 commit comments

Comments
 (0)