File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >org.springframework.boot</groupId >
12
12
<artifactId >spring-boot-starter-parent</artifactId >
13
- <version >2.3.7.RELEASE </version >
13
+ <version >2.4.1 </version >
14
14
</parent >
15
15
16
16
<scm >
17
17
<connection >scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</connection >
18
18
<developerConnection >scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</developerConnection >
19
19
<url >https://github.com/Spring-Framework-Java-Apps/simpleworklist/tree/${project.scm.tag} </url >
20
- <tag >branch-2.3-MVC </tag >
20
+ <tag >master </tag >
21
21
</scm >
22
22
23
23
<name >simpleworklist</name >
115
115
116
116
<!-- Spring Boot and Spring Frameworks -->
117
117
<spring-boot-maven-plugin .version>${project.parent.version} </spring-boot-maven-plugin .version>
118
- <spring-data-releasetrain .version>Neumann-SR6</spring-data-releasetrain .version>
119
- <spring-session-bom .version>Dragonfruit-SR1</spring-session-bom .version>
118
+ <!--
119
+ <spring-data-releasetrain.version>2020.0.2</spring-data-releasetrain.version>
120
+ <spring-session-bom.version>2020.0.1</spring-session-bom.version>
121
+ -->
120
122
121
123
<!-- Unit and Integration Testing -->
122
124
<xmlunit .version>2.6.4</xmlunit .version>
123
125
<xmlunit2 .version>2.7.0</xmlunit2 .version>
124
- <htmlunit .version>2.43 .0</htmlunit .version>
126
+ <htmlunit .version>2.45 .0</htmlunit .version>
125
127
<hamcrest .version>2.2</hamcrest .version>
126
128
<jsoup .version>1.13.1</jsoup .version>
127
129
<skipTests >true</skipTests >
Original file line number Diff line number Diff line change 84
84
strengthBCryptPasswordEncoder : 10
85
85
---
86
86
spring :
87
- profiles : default
87
+ profile : default
88
88
datasource :
89
89
url : jdbc:postgresql://localdbhost:5432/simpleworklist
90
90
---
91
91
spring :
92
- profiles : developing
92
+ profile : developing
93
93
datasource :
94
94
url : jdbc:postgresql://localdbhost:5432/simpleworklist_developing
95
95
jpa :
@@ -98,7 +98,7 @@ spring:
98
98
# ddl-auto: create-drop
99
99
---
100
100
spring :
101
- profiles : travis
101
+ profile : travis
102
102
datasource :
103
103
url : jdbc:postgresql://localdbhost:5432/simpleworklist_travis
104
104
continue-on-error : true
@@ -112,7 +112,7 @@ server:
112
112
enabled : false
113
113
---
114
114
spring :
115
- profiles : testing
115
+ profile : testing
116
116
datasource :
117
117
url : jdbc:postgresql://localdbhost:5432/simpleworklist_testing
118
118
jpa :
@@ -147,7 +147,7 @@ logging:
147
147
impl : DEBUG
148
148
---
149
149
spring :
150
- profiles : qa
150
+ profile : qa
151
151
datasource :
152
152
url : jdbc:postgresql://localdbhost:5432/simpleworklist_qa
153
153
continue-on-error : true
@@ -183,7 +183,7 @@ logging:
183
183
impl : DEBUG
184
184
---
185
185
spring :
186
- profiles : heroku
186
+ profile : heroku
187
187
datasource :
188
188
url : jdbc:postgresql://localdbhost:5432/simpleworklist_heroku
189
189
continue-on-error : true
You can’t perform that action at this time.
0 commit comments