Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 1767324

Browse files
committed
Release v2.8.3
1 parent 31c1b47 commit 1767324

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 2.8.3
2+
3+
* Add support for Java '8u144' ([mtron](https://github.com/mtron))
4+
* Add support for Java 9
5+
16
### 2.8.2
27

38
* Add support for Java '8u141' ([mtron](https://github.com/mtron))

metadata.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"project_page": "https://github.com/antoineco/aco-oracle_java",
66
"source": "git://github.com/antoineco/aco-oracle_java.git",
77
"summary": "Puppet module to install Oracle Java on Linux systems",
8-
"version": "2.8.2",
8+
"version": "2.8.3",
99
"tags": ["jre","jdk","oracle","java"],
1010
"dependencies": [
1111
{
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"name": "puppet/archive",
17-
"version_requirement": ">= 0.4.4 < 2.0.0"
17+
"version_requirement": ">= 0.4.4 < 3.0.0"
1818
}
1919
],
2020
"requirements": [
@@ -89,7 +89,8 @@
8989
"13.1",
9090
"13.2",
9191
"42.1",
92-
"42.2"
92+
"42.2",
93+
"42.3"
9394
]
9495
},
9596
{

0 commit comments

Comments
 (0)