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

Commit 5b6ec5d

Browse files
committed
Release 2.8.2
1 parent b2012f3 commit 5b6ec5d

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
sudo: false
33
language: ruby
44
rvm:
5-
- 1.9.3
65
- 2.0.0
76
- 2.1.10
87
- 2.2.5

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
### 2.8.2 (unreleased)
1+
### 2.8.2
22

3-
* Add support for Java '8u141'
3+
* Add support for Java '8u141' ([mtron](https://github.com/mtron))
4+
* Tested on Debian 9, Ubuntu 17.10 and Mageia 6
45

56
### 2.8.1
67

metadata.json

Lines changed: 7 additions & 4 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.1",
8+
"version": "2.8.2",
99
"tags": ["jre","jdk","oracle","java"],
1010
"dependencies": [
1111
{
@@ -127,7 +127,8 @@
127127
"operatingsystemrelease": [
128128
"6",
129129
"7",
130-
"8"
130+
"8",
131+
"9"
131132
]
132133
},
133134
{
@@ -143,14 +144,16 @@
143144
"15.10",
144145
"16.04",
145146
"16.10",
146-
"17.04"
147+
"17.04",
148+
"17.10"
147149
]
148150
},
149151
{
150152
"operatingsystem": "Mageia",
151153
"operatingsystemrelease": [
152154
"4",
153-
"5"
155+
"5",
156+
"6"
154157
]
155158
}
156159
]

0 commit comments

Comments
 (0)