Skip to content

Commit 50d15fa

Browse files
committed
Version 1.2
1 parent 1f3b728 commit 50d15fa

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Gradle Module Metadata Maven Plugin - Changelog
22

3+
## Version 1.2
4+
* [#45](https://github.com/gradlex-org/gradle-module-metadata-maven-plugin/issues/45) Add Javadoc/Sources variants if the corresponding Jar is published
5+
36
## Version 1.1
47
* [#43](https://github.com/gradlex-org/gradle-module-metadata-maven-plugin/issues/43) Do not add 'createdBy' to Gradle Module Metadata
58

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.1</version>
37+
<version>1.2</version>
3838
<executions>
3939
<execution>
4040
<goals>

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "org.gradlex"
11-
version = "1.1"
11+
version = "1.2"
1212

1313
val mvnVersion = "3.9.10"
1414

0 commit comments

Comments
 (0)