Skip to content

Commit

Permalink
Prepare version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Mar 22, 2020
1 parent 8e93238 commit 37b9435
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Change Log

Version 0.10.0 *(In development)*
---------------------------------
Version 0.10.0 *(2020-03-22)*
-----------------------------

- update mpp integrationt test [\#124](https://github.com/vanniktech/gradle-maven-publish-plugin/pull/124) ([gabrielittner](https://github.com/gabrielittner))
- allow to override group and version in build files [\#123](https://github.com/vanniktech/gradle-maven-publish-plugin/pull/123) ([gabrielittner](https://github.com/gabrielittner))
- disable legacy mode by default [\#120](https://github.com/vanniktech/gradle-maven-publish-plugin/pull/120) ([gabrielittner](https://github.com/gabrielittner))
- fix plugin marker pom not containing name and description [\#119](https://github.com/vanniktech/gradle-maven-publish-plugin/pull/119) ([gabrielittner](https://github.com/gabrielittner))
- publish empty source and javadocs jars for plugin marker [\#118](https://github.com/vanniktech/gradle-maven-publish-plugin/pull/118) ([gabrielittner](https://github.com/gabrielittner))
- directly support java-gradle-plugin projects [\#115](https://github.com/vanniktech/gradle-maven-publish-plugin/pull/115) ([gabrielittner](https://github.com/gabrielittner))
- Use 0.9.0 for publishing. [\#113](https://github.com/vanniktech/gradle-maven-publish-plugin/pull/113) ([vanniktech](https://github.com/vanniktech))
- Update some dependencies. [\#107](https://github.com/vanniktech/gradle-maven-publish-plugin/pull/107) ([vanniktech](https://github.com/vanniktech))

Version 0.9.0 *(2020-02-08)*
----------------------------
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.9.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.10.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.10.0-SNAPSHOT
VERSION_NAME=0.10.0

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

0 comments on commit 37b9435

Please sign in to comment.