diff --git a/pom.xml b/pom.xml
index 254a744c..be533f31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,14 +10,14 @@
org.springframework.boot
spring-boot-starter-parent
- 2.3.7.RELEASE
+ 2.4.1
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
@@ -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
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