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

Commit 5a1a109

Browse files
committed
release v2.3.0
1 parent 01d830e commit 5a1a109

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
###2.3.0
2+
3+
Support multiple installations of Oracle Java with a new defined type: `oracle_java::installation`
4+
15
###2.2.7
26

37
Add support for Java '8u51'

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.2.7",
8+
"version": "2.3.0",
99
"tags": ["jre","jdk","oracle","java"],
1010
"dependencies": [
1111
{
@@ -78,7 +78,8 @@
7878
"19",
7979
"20",
8080
"21",
81-
"22"
81+
"22",
82+
"23"
8283
]
8384
},
8485
{
@@ -113,7 +114,8 @@
113114
"operatingsystem": "Debian",
114115
"operatingsystemrelease": [
115116
"6",
116-
"7"
117+
"7",
118+
"8"
117119
]
118120
},
119121
{
@@ -125,7 +127,8 @@
125127
"13.10",
126128
"14.04",
127129
"14.10",
128-
"15.04"
130+
"15.04",
131+
"15.10"
129132
]
130133
},
131134
{

0 commit comments

Comments
 (0)