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

Commit 0052b2d

Browse files
committed
v2.2.4
1 parent 3872e35 commit 0052b2d

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
###2.2.4
2+
3+
* Add support for Java '7u79', '7u80' and '8u45'
4+
* Minor Puppet 4.0 compatibility fix
5+
16
###2.2.3
27

38
Add support for Java '8u40'

metadata.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"author": "Antoine Cotten",
33
"license": "Apache-2.0",
44
"name": "aco-oracle_java",
5-
"project_page": "https://github.com/tOnI0/aco-oracle_java",
6-
"source": "git://github.com/tOnI0/aco-oracle_java.git",
5+
"project_page": "https://github.com/antoineco/aco-oracle_java",
6+
"source": "git://github.com/antoineco/aco-oracle_java.git",
77
"summary": "Puppet module to install Oracle Java on Linux systems",
8-
"version": "2.2.3",
8+
"version": "2.2.4",
99
"tags": ["jre","jdk","oracle","java"],
1010
"dependencies": [
1111
{
@@ -77,7 +77,8 @@
7777
"18",
7878
"19",
7979
"20",
80-
"21"
80+
"21",
81+
"22"
8182
]
8283
},
8384
{
@@ -134,4 +135,4 @@
134135
]
135136
}
136137
]
137-
}
138+
}

0 commit comments

Comments
 (0)