Release prep 2.4.0

This commit is contained in:
Helen Campbell
2018-01-23 14:58:42 +00:00
parent 10dc3068a7
commit 5db3084c11
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
## Supported Release [2.4.0]
### Summary
This release uses the PDK convert functionality which in return makes the module PDK compliant. Also includes a clean up from Rubocop.
#### Changed
- 1.3.2 PDK convert has been applied [MODULES-6456](https://tickets.puppetlabs.com/browse/MODULES-6456)
- The modules has undergone a Rubocop cleanup.
#### Fixed
- $java_home for SLES 11.4 has been updated to the correct location.
## Supported Release [2.3.0] ## Supported Release [2.3.0]
### Summary ### Summary
This release is in order to implement Rubocop changes into the module. This release is in order to implement Rubocop changes into the module.

View File

@@ -1,6 +1,6 @@
{ {
"name": "puppetlabs-java", "name": "puppetlabs-java",
"version": "2.3.0", "version": "2.4.0",
"author": "puppetlabs", "author": "puppetlabs",
"summary": "Installs the correct Java package on various platforms.", "summary": "Installs the correct Java package on various platforms.",
"license": "Apache-2.0", "license": "Apache-2.0",