From 455a3257871a77032efb0820f1191d049e6a0a11 Mon Sep 17 00:00:00 2001 From: Christopher Starcher Date: Tue, 10 Sep 2024 10:28:41 -0500 Subject: [PATCH] fix file extension for references to application.yml --- assembly.xml | 2 +- pom.xml | 4 ++-- src/main/resources/config/.gitkeep | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assembly.xml b/assembly.xml index 5949f6609e..0fda43d2b4 100644 --- a/assembly.xml +++ b/assembly.xml @@ -22,7 +22,7 @@ ./src/main/resources config - application.yaml + application.yml true diff --git a/pom.xml b/pom.xml index 44b48e3423..31b39fff7e 100644 --- a/pom.xml +++ b/pom.xml @@ -385,7 +385,7 @@ src/main/resources WEB-INF/classes - application.yaml + application.yml @@ -395,7 +395,7 @@ */** - application.yaml + application.yml dist diff --git a/src/main/resources/config/.gitkeep b/src/main/resources/config/.gitkeep index e2cbe836bc..c43cb9d150 100644 --- a/src/main/resources/config/.gitkeep +++ b/src/main/resources/config/.gitkeep @@ -1 +1 @@ -# keep config directory for deployment override of application.yaml \ No newline at end of file +# keep config directory for deployment override of application.yml \ No newline at end of file