File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Gradle Module Metadata Maven Plugin - Changelog
22
3+ ## Version 1.1
4+ * [ #43 ] ( https://github.com/gradlex-org/gradle-module-metadata-maven-plugin/issues/43 ) Do not add 'createdBy' to Gradle Module Metadata
5+
36## Version 1.0.1
47* [ #33 ] ( https://github.com/gradlex-org/gradle-module-metadata-maven-plugin/issues/33 ) Fix: leading zeros of checksum values in metadata are missing
58
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Add the plugin to your build:
3434 <groupId >org.gradlex</groupId >
3535 <artifactId >gradle-module-metadata-maven-plugin</artifactId >
3636 <!-- configuration below may also go into 'pluginManagement' and/or parent POM -->
37- <version >1.0. 1</version >
37+ <version >1.1</version >
3838 <executions >
3939 <execution >
4040 <goals >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88}
99
1010group = " org.gradlex"
11- version = " 1.0. 1"
11+ version = " 1.1"
1212
1313val mvnVersion = " 3.9.10"
1414
You can’t perform that action at this time.
0 commit comments