From 5f5120a79c74f6f2046a06ab14211353fd6fd094 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 10 Sep 2018 12:21:12 -0400 Subject: [PATCH] Update grouper.installer.properties --- container_files/grouper.installer.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/container_files/grouper.installer.properties b/container_files/grouper.installer.properties index fa0f8b8d..6ee5ce3a 100644 --- a/container_files/grouper.installer.properties +++ b/container_files/grouper.installer.properties @@ -14,9 +14,9 @@ grouperInstaller.default.installOrUpgrade = install ## ############################## -grouperInstaller.autorun.installAllPatches = true -# grouperInstaller.autorun.installPatchesUpToACertainPatchLevel = true - grouperInstaller.autorun.installPatchesUpToThesePatchLevels = grouper_v2_3_0_api_patch_0,grouper_v2_3_0_ui_patch_0,grouper_v2_3_0_ws_patch_0,grouper_v2_3_0_pspng_patch_0 +grouperInstaller.autorun.installAllPatches = false +grouperInstaller.autorun.installPatchesUpToACertainPatchLevel = true +grouperInstaller.autorun.installPatchesUpToThesePatchLevels = grouper_v2_4_0_api_patch_0,grouper_v2_4_0_ui_patch_0,grouper_v2_4_0_ws_patch_0,grouper_v2_4_0_pspng_patch_0 #### set this to true to try to use defaults for everything. Only things without default values will need to be set grouperInstaller.autorun.useDefaultsAsMuchAsAvailable = true