diff --git a/CHANGELOG.md b/CHANGELOG.md index 678b580..fd434b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## 3.3.0 (under development) -## 3.2.2 (2019-01-18) +## 3.2.3 (2019-01-21) + +- Fix the published POM file to include a license and SCM information. + +## 3.2.2 (2019-01-21) - Upgrade the Gradle plugin-publish plugin to 0.10.0 as this version should now include the POM modifications in the published POM file. diff --git a/plugin/gradle.properties b/plugin/gradle.properties index fc3ca12..e08029d 100644 --- a/plugin/gradle.properties +++ b/plugin/gradle.properties @@ -1,6 +1,6 @@ # Maven configuration maven.groupId=com.here.gradle.plugins maven.artifactId=gradle-jenkins-jobdsl-plugin -maven.version=3.2.2-SNAPSHOT +maven.version=3.2.3-SNAPSHOT # Set this flag to true for release builds. maven.release=false