Skip to content

Commit

Permalink
Prepare for release 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Sep 9, 2022
1 parent 3dd754a commit 7df14f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

Version 0.22.0 *(unreleased)*
Version 0.22.0 *(2022-09-09)*
---------------------------------

- **NEW**: When publishing to maven central by setting `SONATYPE_HOST` or calling `publishToMavenCentral(...)` the plugin will now explicitly create a staging repository on Sonatype. This avoids issues where a single build would create multiple repositories
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.21.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.22.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true

GROUP=com.vanniktech
VERSION_NAME=0.22.0-SNAPSHOT
VERSION_NAME=0.22.0

POM_PACKAGING=jar

Expand Down

0 comments on commit 7df14f3

Please sign in to comment.