Skip to content

Commit 91e11eb

Browse files
committed
Polishing
This change updates the configuration so that the automatic pinning results in a net change of only version numbers.
1 parent 29c79f2 commit 91e11eb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

config/luna_security_provider.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
# Configuration for the Luna Security Provider framework
1717
---
1818
version: 6.+
19-
repository_root: "http://files.cf-hsm.io/luna-installer"
19+
repository_root: http://files.cf-hsm.io/luna-installer
2020
logging_enabled: false

config/open_jdk_jre.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ memory_calculator:
2424
repository_root: "{default.repository.root}/memory-calculator/{platform}/{architecture}"
2525
stack_threads: 300
2626
memory_sizes:
27-
heap:
27+
heap:
2828
metaspace: 64m..
29-
native:
29+
native:
3030
permgen: 64m..
3131
stack: 228k..
3232
memory_heuristics:

config/oracle_jre.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ memory_calculator:
2727
repository_root: "{default.repository.root}/memory-calculator/{platform}/{architecture}"
2828
stack_threads: 300
2929
memory_sizes:
30-
heap:
30+
heap:
3131
metaspace: 64m..
32-
native:
32+
native:
3333
permgen: 64m..
3434
stack: 228k..
3535
memory_heuristics:

0 commit comments

Comments
 (0)