Skip to content
This repository has been archived by the owner on Jun 21, 2018. It is now read-only.

Commit

Permalink
Release 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineco committed Jul 20, 2017
1 parent b2012f3 commit 5b6ec5d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
sudo: false
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.5
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### 2.8.2 (unreleased)
### 2.8.2

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

### 2.8.1

Expand Down
11 changes: 7 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"project_page": "https://github.com/antoineco/aco-oracle_java",
"source": "git://github.com/antoineco/aco-oracle_java.git",
"summary": "Puppet module to install Oracle Java on Linux systems",
"version": "2.8.1",
"version": "2.8.2",
"tags": ["jre","jdk","oracle","java"],
"dependencies": [
{
Expand Down Expand Up @@ -127,7 +127,8 @@
"operatingsystemrelease": [
"6",
"7",
"8"
"8",
"9"
]
},
{
Expand All @@ -143,14 +144,16 @@
"15.10",
"16.04",
"16.10",
"17.04"
"17.04",
"17.10"
]
},
{
"operatingsystem": "Mageia",
"operatingsystemrelease": [
"4",
"5"
"5",
"6"
]
}
]
Expand Down

0 comments on commit 5b6ec5d

Please sign in to comment.