Repository: logging-log4j2 Updated Branches: refs/heads/master f68fb3038 -> ee202ca95
Update jdk version in vagrant config. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ee202ca9 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ee202ca9 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ee202ca9 Branch: refs/heads/master Commit: ee202ca9580cc810b3072c108e9b9506d061390c Parents: f68fb30 Author: Matt Sicker <[email protected]> Authored: Mon Feb 8 20:35:21 2016 -0600 Committer: Matt Sicker <[email protected]> Committed: Mon Feb 8 20:35:21 2016 -0600 ---------------------------------------------------------------------- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ee202ca9/Vagrantfile ---------------------------------------------------------------------- diff --git a/Vagrantfile b/Vagrantfile index 5c5adb9..e5c08e1 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -17,7 +17,7 @@ # limitations under the License. $script = <<SCRIPT -apt-get install --quiet --yes openjdk-6-jdk maven +apt-get install --quiet --yes openjdk-7-jdk maven SCRIPT # Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
