Skip to content

Commit

Permalink
Prepare for release 0.17.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Jul 4, 2021
1 parent 99717ab commit 152697f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

Version 0.17.0 *(2021-07-04)*
---------------------------------

- Removed the deprecated `uploadArchives` and `installArchives` tasks. Use `publish` and `publishToMavenLocal` instead.


Version 0.16.0 *(2021-06-20)*
---------------------------------

Expand All @@ -8,7 +14,7 @@ Version 0.16.0 *(2021-06-20)*
- Support `POM_LICENSE_NAME`, `POM_LICENSE_URL` and `POM_LICENSE_DIST` properties in addition to `LICENCE` based properties.
- Fixes an issue in the base plugin that caused an error during configuration of Android projects.
- Fixes an issue with javadoc tasks when using Java toolchains.
- The deprecated `nexusOptions` method was removed. `closeAndReleaseRepository` is automatically configured.
- The deprecated `nexusOptions` and `nexus {}` methods were removed. `closeAndReleaseRepository` is automatically configured.


Version 0.15.1 *(2021-05-02)*
Expand Down
4 changes: 2 additions & 2 deletions 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.16.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.17.0'
}
}
Expand Down Expand Up @@ -215,7 +215,7 @@ allprojects {
developerConnection = "scm:git:ssh://[email protected]/username/mylibrary.git"
}
}
// Alternatively to the DSL based POM configuration above you can define them
// in Gradle properties
pomFromGradleProperties()
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.17.0-SNAPSHOT
VERSION_NAME=0.17.0

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

0 comments on commit 152697f

Please sign in to comment.