Skip to content

Commit 010d452

Browse files
committed
Setting large versions for all test packages
1 parent 3d11f91 commit 010d452

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

test/packages/aws/manifest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
format_version: 1.0.0
22
name: aws
33
title: AWS
4-
version: 0.3.9
4+
# version is set to something very large to so this test package can
5+
# be installed in the package registry regardless of the version of
6+
# the actual apache package in the registry at any given time.
7+
version: 999.999.999
58
license: basic
69
description: AWS Integration
710
type: integration

test/packages/multiinput/manifest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
format_version: 1.0.0
22
name: multiinput
33
title: Multi-input test
4-
version: 0.0.1
4+
# version is set to something very large to so this test package can
5+
# be installed in the package registry regardless of the version of
6+
# the actual apache package in the registry at any given time.
7+
version: 999.999.999
58
description: Test for multiple input tests
69
categories: ["network"]
710
release: experimental

test/packages/nginx/manifest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
format_version: 1.0.0
22
name: nginx
33
title: Nginx
4-
version: 0.2.4
4+
# version is set to something very large to so this test package can
5+
# be installed in the package registry regardless of the version of
6+
# the actual apache package in the registry at any given time.
7+
version: 999.999.999
58
license: basic
69
description: Nginx Integration
710
type: integration

0 commit comments

Comments
 (0)