Skip to content

Commit

Permalink
Prepare for release 0.16.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Jun 20, 2021
1 parent b7bb811 commit 03c04df
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.16.0 *(In development)*
Version 0.16.0 *(2021-06-20)*
---------------------------------

- Add `pomFromGradleProperties` API to base plugin. This configures the pom in the same way the regular plugin does.
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.15.1'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.16.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.vanniktech
VERSION_NAME=0.16.0-SNAPSHOT
VERSION_NAME=0.16.0

POM_ARTIFACT_ID=gradle-maven-publish-plugin
POM_NAME=Gradle Maven Publish Plugin
Expand Down

0 comments on commit 03c04df

Please sign in to comment.