From 3e284312b0a513a486578270cc5507366762164a Mon Sep 17 00:00:00 2001 From: Eric Putnam Date: Fri, 26 May 2017 15:05:37 -0700 Subject: [PATCH] (maint) update metadata forgot to update version in metadata for major version bump --- .fixtures.yml | 1 - metadata.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 499df88..5d70285 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -3,6 +3,5 @@ fixtures: stdlib: "git://github.com/puppetlabs/puppetlabs-stdlib.git" archive: repo: "git://github.com/voxpupuli/puppet-archive.git" - ref: "v1.2.0" symlinks: java: "#{source_dir}" diff --git a/metadata.json b/metadata.json index 2a60a96..eeb2b4a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-java", - "version": "1.7.0", + "version": "2.0.0", "author": "puppetlabs", "summary": "Installs the correct Java package on various platforms.", "license": "Apache-2.0", @@ -90,6 +90,6 @@ ], "dependencies": [ {"name":"puppetlabs/stdlib","version_requirement":">= 2.4.0 < 5.0.0"}, - {"name":"puppet/archive","version_requirement":">= 1.1.0 < 1.2.0"} + {"name":"puppet/archive","version_requirement":">= 1.1.0 < 2.0.0"} ] }