File tree 29 files changed +86
-27
lines changed
appengine-java8/springboot-helloworld
java-8/helloworld-springboot
29 files changed +86
-27
lines changed Original file line number Diff line number Diff line change 31
31
<properties >
32
32
<maven .compiler.target>11</maven .compiler.target>
33
33
<maven .compiler.source>11</maven .compiler.source>
34
+ <spring-boot .version>2.7.10</spring-boot .version>
34
35
</properties >
35
36
36
37
<dependencyManagement >
39
40
<!-- Import dependency management from Spring Boot -->
40
41
<groupId >org.springframework.boot</groupId >
41
42
<artifactId >spring-boot-dependencies</artifactId >
42
- <version >2.7.10 </version >
43
+ <version >${spring-boot.version} </version >
43
44
<type >pom</type >
44
45
<scope >import</scope >
45
46
</dependency >
78
79
<plugin >
79
80
<groupId >org.springframework.boot</groupId >
80
81
<artifactId >spring-boot-maven-plugin</artifactId >
82
+ <version >${spring-boot.version} </version >
81
83
<executions >
82
84
<execution >
83
85
<goals >
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ limitations under the License.
34
34
<properties >
35
35
<maven .compiler.target>11</maven .compiler.target>
36
36
<maven .compiler.source>11</maven .compiler.source>
37
+ <spring .boot.version>2.7.10</spring .boot.version>
37
38
</properties >
38
39
39
40
<dependencyManagement >
@@ -42,7 +43,7 @@ limitations under the License.
42
43
<!-- Import dependency management from Spring Boot -->
43
44
<groupId >org.springframework.boot</groupId >
44
45
<artifactId >spring-boot-dependencies</artifactId >
45
- <version >2.7.10 </version >
46
+ <version >${spring.boot.version} </version >
46
47
<type >pom</type >
47
48
<scope >import</scope >
48
49
</dependency >
@@ -82,6 +83,7 @@ limitations under the License.
82
83
<plugin >
83
84
<groupId >org.springframework.boot</groupId >
84
85
<artifactId >spring-boot-maven-plugin</artifactId >
86
+ <version >${spring.boot.version} </version >
85
87
<executions >
86
88
<execution >
87
89
<goals >
Original file line number Diff line number Diff line change 82
82
<plugin >
83
83
<groupId >org.springframework.boot</groupId >
84
84
<artifactId >spring-boot-maven-plugin</artifactId >
85
+ <version >${spring.boot.version} </version >
85
86
</plugin >
86
87
<plugin >
87
88
<groupId >com.google.cloud.tools</groupId >
Original file line number Diff line number Diff line change 24
24
<java .version>11</java .version>
25
25
<maven .compiler.target>11</maven .compiler.target>
26
26
<maven .compiler.source>11</maven .compiler.source>
27
+ <spring .boot.version>2.7.10</spring .boot.version>
27
28
</properties >
28
29
29
30
<dependencies >
72
73
<plugin >
73
74
<groupId >org.springframework.boot</groupId >
74
75
<artifactId >spring-boot-maven-plugin</artifactId >
76
+ <version >${spring.boot.version} </version >
75
77
<executions >
76
78
<execution >
77
79
<id >repackage</id >
101
103
<dependency >
102
104
<groupId >org.springframework.boot</groupId >
103
105
<artifactId >spring-boot-starter-parent</artifactId >
104
- <version >2.7.10 </version >
106
+ <version >${spring.boot.version} </version >
105
107
<scope >import</scope >
106
108
<type >pom</type >
107
109
</dependency >
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ limitations under the License.
27
27
<properties >
28
28
<maven .compiler.target>11</maven .compiler.target>
29
29
<maven .compiler.source>11</maven .compiler.source>
30
+ <spring .boot.version>2.7.10</spring .boot.version>
30
31
</properties >
31
32
32
33
<dependencyManagement >
@@ -35,7 +36,7 @@ limitations under the License.
35
36
<!-- Import dependency management from Spring Boot -->
36
37
<groupId >org.springframework.boot</groupId >
37
38
<artifactId >spring-boot-dependencies</artifactId >
38
- <version >2.7.10 </version >
39
+ <version >${spring.boot.version} </version >
39
40
<type >pom</type >
40
41
<scope >import</scope >
41
42
</dependency >
@@ -81,6 +82,7 @@ limitations under the License.
81
82
<plugin >
82
83
<groupId >org.springframework.boot</groupId >
83
84
<artifactId >spring-boot-maven-plugin</artifactId >
85
+ <version >${spring.boot.version} </version >
84
86
<executions >
85
87
<execution >
86
88
<goals >
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ limitations under the License.
27
27
<properties >
28
28
<maven .compiler.target>11</maven .compiler.target>
29
29
<maven .compiler.source>11</maven .compiler.source>
30
+ <spring .boot.version>2.7.10</spring .boot.version>
30
31
</properties >
31
32
32
33
<dependencyManagement >
@@ -35,7 +36,7 @@ limitations under the License.
35
36
<!-- Import dependency management from Spring Boot -->
36
37
<groupId >org.springframework.boot</groupId >
37
38
<artifactId >spring-boot-dependencies</artifactId >
38
- <version >2.7.10 </version >
39
+ <version >${spring.boot.version} </version >
39
40
<type >pom</type >
40
41
<scope >import</scope >
41
42
</dependency >
@@ -74,6 +75,7 @@ limitations under the License.
74
75
<plugin >
75
76
<groupId >org.springframework.boot</groupId >
76
77
<artifactId >spring-boot-maven-plugin</artifactId >
78
+ <version >${spring.boot.version} </version >
77
79
<executions >
78
80
<execution >
79
81
<goals >
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ limitations under the License.
27
27
<properties >
28
28
<maven .compiler.target>11</maven .compiler.target>
29
29
<maven .compiler.source>11</maven .compiler.source>
30
+ <spring .boot.version>2.7.10</spring .boot.version>
30
31
</properties >
31
32
32
33
<dependencyManagement >
@@ -35,7 +36,7 @@ limitations under the License.
35
36
<!-- Import dependency management from Spring Boot -->
36
37
<groupId >org.springframework.boot</groupId >
37
38
<artifactId >spring-boot-dependencies</artifactId >
38
- <version >2.7.10 </version >
39
+ <version >${spring.boot.version} </version >
39
40
<type >pom</type >
40
41
<scope >import</scope >
41
42
</dependency >
@@ -81,6 +82,7 @@ limitations under the License.
81
82
<plugin >
82
83
<groupId >org.springframework.boot</groupId >
83
84
<artifactId >spring-boot-maven-plugin</artifactId >
85
+ <version >${spring.boot.version} </version >
84
86
<executions >
85
87
<execution >
86
88
<goals >
Original file line number Diff line number Diff line change 34
34
<properties >
35
35
<maven .compiler.source>1.8</maven .compiler.source>
36
36
<maven .compiler.target>1.8</maven .compiler.target>
37
+ <spring .boot.version>2.7.10</spring .boot.version>
37
38
</properties >
38
39
39
40
<dependencyManagement >
40
41
<dependencies >
41
42
<dependency >
42
43
<groupId >org.springframework.boot</groupId >
43
44
<artifactId >spring-boot-dependencies</artifactId >
44
- <version >2.7.10 </version >
45
+ <version >${spring.boot.version} </version >
45
46
<type >pom</type >
46
47
<scope >import</scope >
47
48
</dependency >
75
76
<plugin >
76
77
<groupId >org.springframework.boot</groupId >
77
78
<artifactId >spring-boot-maven-plugin</artifactId >
79
+ <version >${spring.boot.version} </version >
78
80
<executions >
79
81
<execution >
80
82
<goals >
Original file line number Diff line number Diff line change 37
37
<appengine .maven.plugin>2.4.3</appengine .maven.plugin>
38
38
<jetty >9.4.44.v20210927</jetty >
39
39
<failOnMissingWebXml >false</failOnMissingWebXml > <!-- REQUIRED -->
40
+
41
+ <spring .boot.version>2.7.10</spring .boot.version>
40
42
</properties >
41
43
42
44
<dependencyManagement >
43
45
<dependencies >
44
46
<dependency >
45
47
<groupId >org.springframework.boot</groupId >
46
48
<artifactId >spring-boot-dependencies</artifactId >
47
- <version >2.7.10 </version >
49
+ <version >${spring.boot.version} </version >
48
50
<type >pom</type >
49
51
<scope >import</scope >
50
52
</dependency >
124
126
<plugin >
125
127
<groupId >org.springframework.boot</groupId >
126
128
<artifactId >spring-boot-maven-plugin</artifactId >
129
+ <version >${spring.boot.version} </version >
127
130
<executions >
128
131
<execution >
129
132
<goals >
Original file line number Diff line number Diff line change 38
38
39
39
<appengine .maven.plugin>2.4.3</appengine .maven.plugin>
40
40
<jetty >9.4.44.v20210927</jetty >
41
+
42
+ <spring .boot.version>2.7.10</spring .boot.version>
41
43
</properties >
42
44
43
45
<!-- [START gae_flex_storage_dependencies] -->
55
57
<dependency >
56
58
<groupId >org.springframework.boot</groupId >
57
59
<artifactId >spring-boot-dependencies</artifactId >
58
- <version >2.7.10 </version >
60
+ <version >${spring.boot.version} </version >
59
61
<type >pom</type >
60
62
<scope >import</scope >
61
63
</dependency >
149
151
<plugin >
150
152
<groupId >org.springframework.boot</groupId >
151
153
<artifactId >spring-boot-maven-plugin</artifactId >
154
+ <version >${spring.boot.version} </version >
152
155
<executions >
153
156
<execution >
154
157
<goals >
Original file line number Diff line number Diff line change 38
38
39
39
<appengine .maven.plugin>2.4.3</appengine .maven.plugin>
40
40
<jetty >9.4.44.v20210927</jetty >
41
+
42
+ <spring .boot.version>2.7.10</spring .boot.version>
41
43
</properties >
42
44
43
45
<!-- [START gae_flex_datastore_config] -->
55
57
<dependency >
56
58
<groupId >org.springframework.boot</groupId >
57
59
<artifactId >spring-boot-dependencies</artifactId >
58
- <version >2.7.10 </version >
60
+ <version >${spring.boot.version} </version >
59
61
<type >pom</type >
60
62
<scope >import</scope >
61
63
</dependency >
143
145
<plugin >
144
146
<groupId >org.springframework.boot</groupId >
145
147
<artifactId >spring-boot-maven-plugin</artifactId >
148
+ <version >${spring.boot.version} </version >
146
149
<executions >
147
150
<execution >
148
151
<goals >
Original file line number Diff line number Diff line change 38
38
39
39
<appengine .maven.plugin>2.4.3</appengine .maven.plugin>
40
40
<jetty >9.4.50.v20221201</jetty >
41
+
42
+ <spring .boot.version>2.7.10</spring .boot.version>
41
43
</properties >
42
44
43
45
<dependencyManagement >
52
54
<dependency >
53
55
<groupId >org.springframework.boot</groupId >
54
56
<artifactId >spring-boot-dependencies</artifactId >
55
- <version >2.7.10 </version >
57
+ <version >${spring.boot.version} </version >
56
58
<type >pom</type >
57
59
<scope >import</scope >
58
60
</dependency >
250
252
<plugin >
251
253
<groupId >org.springframework.boot</groupId >
252
254
<artifactId >spring-boot-maven-plugin</artifactId >
255
+ <version >${spring.boot.version} </version >
253
256
<executions >
254
257
<execution >
255
258
<goals >
Original file line number Diff line number Diff line change 31
31
<properties >
32
32
<maven .compiler.target>11</maven .compiler.target>
33
33
<maven .compiler.source>11</maven .compiler.source>
34
- </properties >
34
+ <spring .boot.version>2.7.10</spring .boot.version>
35
+ </properties >
35
36
36
37
<dependencyManagement >
37
38
<dependencies >
38
39
<dependency >
39
40
<!-- Import dependency management from Spring Boot -->
40
41
<groupId >org.springframework.boot</groupId >
41
42
<artifactId >spring-boot-dependencies</artifactId >
42
- <version >2.7.10 </version >
43
+ <version >${spring.boot.version} </version >
43
44
<type >pom</type >
44
45
<scope >import</scope >
45
46
</dependency >
92
93
<plugin >
93
94
<groupId >org.springframework.boot</groupId >
94
95
<artifactId >spring-boot-maven-plugin</artifactId >
96
+ <version >${spring.boot.version} </version >
95
97
<executions >
96
98
<execution >
97
99
<goals >
Original file line number Diff line number Diff line change 38
38
39
39
<appengine .maven.plugin>2.4.3</appengine .maven.plugin>
40
40
<jetty >9.4.44.v20210927</jetty >
41
+
42
+ <spring .boot.version>2.7.10</spring .boot.version>
41
43
</properties >
42
44
43
45
<dependencyManagement >
44
46
<dependencies >
45
47
<dependency >
46
48
<groupId >org.springframework.boot</groupId >
47
49
<artifactId >spring-boot-dependencies</artifactId >
48
- <version >2.7.10 </version >
50
+ <version >${spring.boot.version} </version >
49
51
<type >pom</type >
50
52
<scope >import</scope >
51
53
</dependency >
129
131
<plugin >
130
132
<groupId >org.springframework.boot</groupId >
131
133
<artifactId >spring-boot-maven-plugin</artifactId >
134
+ <version >${spring.boot.version} </version >
132
135
<executions >
133
136
<execution >
134
137
<goals >
Original file line number Diff line number Diff line change 38
38
<maven .compiler.source>1.8</maven .compiler.source>
39
39
<failOnMissingWebXml >false</failOnMissingWebXml > <!-- REQUIRED -->
40
40
<jetty .version>9.4.46.v20220331</jetty .version>
41
+ <spring .boot.version>2.7.10</spring .boot.version>
41
42
</properties >
42
43
43
44
<dependencyManagement >
52
53
<dependency >
53
54
<groupId >org.springframework.boot</groupId >
54
55
<artifactId >spring-boot-dependencies</artifactId >
55
- <version >2.7.10 </version >
56
+ <version >${spring.boot.version} </version >
56
57
<type >pom</type >
57
58
<scope >import</scope >
58
59
</dependency >
189
190
<plugin >
190
191
<groupId >org.springframework.boot</groupId >
191
192
<artifactId >spring-boot-maven-plugin</artifactId >
193
+ <version >${spring.boot.version} </version >
192
194
<executions >
193
195
<execution >
194
196
<goals >
Original file line number Diff line number Diff line change 34
34
<properties >
35
35
<maven .compiler.source>1.8</maven .compiler.source>
36
36
<maven .compiler.target>1.8</maven .compiler.target>
37
+ <spring .boot.version>2.7.10</spring .boot.version>
37
38
</properties >
38
39
39
40
<dependencyManagement >
40
41
<dependencies >
41
42
<dependency >
42
43
<groupId >org.springframework.boot</groupId >
43
44
<artifactId >spring-boot-dependencies</artifactId >
44
- <version >2.7.10 </version >
45
+ <version >${spring.boot.version} </version >
45
46
<type >pom</type >
46
47
<scope >import</scope >
47
48
</dependency >
75
76
<plugin >
76
77
<groupId >org.springframework.boot</groupId >
77
78
<artifactId >spring-boot-maven-plugin</artifactId >
79
+ <version >${spring.boot.version} </version >
78
80
<executions >
79
81
<execution >
80
82
<goals >
You can’t perform that action at this time.
0 commit comments