From 144ee7868eec139db834428e4f0516f3d2e66c89 Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Tue, 29 Dec 2020 18:04:44 +0100 Subject: [PATCH 1/3] work --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 254a744c..8ad9f44b 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git https://github.com/Spring-Framework-Java-Apps/simpleworklist/tree/${project.scm.tag} - branch-2.3-MVC + master simpleworklist From 0bcaa91f0e8480750e354ea8dbaf1675044a7cb4 Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Tue, 29 Dec 2020 18:12:02 +0100 Subject: [PATCH 2/3] work --- pom.xml | 2 +- src/main/resources/application.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 8ad9f44b..6cdbb2a8 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.7.RELEASE + 2.4.1 diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 710cf0ad..d59cefdd 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -84,12 +84,12 @@ org: strengthBCryptPasswordEncoder: 10 --- spring: - profiles: default + profile: default datasource: url: jdbc:postgresql://localdbhost:5432/simpleworklist --- spring: - profiles: developing + profile: developing datasource: url: jdbc:postgresql://localdbhost:5432/simpleworklist_developing jpa: @@ -98,7 +98,7 @@ spring: #ddl-auto: create-drop --- spring: - profiles: travis + profile: travis datasource: url: jdbc:postgresql://localdbhost:5432/simpleworklist_travis continue-on-error: true @@ -112,7 +112,7 @@ server: enabled: false --- spring: - profiles: testing + profile: testing datasource: url: jdbc:postgresql://localdbhost:5432/simpleworklist_testing jpa: @@ -147,7 +147,7 @@ logging: impl: DEBUG --- spring: - profiles: qa + profile: qa datasource: url: jdbc:postgresql://localdbhost:5432/simpleworklist_qa continue-on-error: true @@ -183,7 +183,7 @@ logging: impl: DEBUG --- spring: - profiles: heroku + profile: heroku datasource: url: jdbc:postgresql://localdbhost:5432/simpleworklist_heroku continue-on-error: true From f96778f7c22acb2fbe0c26f61657e886d096e474 Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Tue, 29 Dec 2020 18:42:54 +0100 Subject: [PATCH 3/3] work --- pom.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6cdbb2a8..be533f31 100644 --- a/pom.xml +++ b/pom.xml @@ -115,13 +115,15 @@ ${project.parent.version} - Neumann-SR6 - Dragonfruit-SR1 + 2.6.4 2.7.0 - 2.43.0 + 2.45.0 2.2 1.13.1 true