File tree Expand file tree Collapse file tree 29 files changed +86
-27
lines changed
appengine-java8/springboot-helloworld
java-8/helloworld-springboot Expand file tree Collapse file tree 29 files changed +86
-27
lines changed Original file line number Diff line number Diff line change 3131 <properties >
3232 <maven .compiler.target>11</maven .compiler.target>
3333 <maven .compiler.source>11</maven .compiler.source>
34+ <spring-boot .version>2.7.10</spring-boot .version>
3435 </properties >
3536
3637 <dependencyManagement >
3940 <!-- Import dependency management from Spring Boot -->
4041 <groupId >org.springframework.boot</groupId >
4142 <artifactId >spring-boot-dependencies</artifactId >
42- <version >2.7.10 </version >
43+ <version >${spring-boot.version} </version >
4344 <type >pom</type >
4445 <scope >import</scope >
4546 </dependency >
7879 <plugin >
7980 <groupId >org.springframework.boot</groupId >
8081 <artifactId >spring-boot-maven-plugin</artifactId >
82+ <version >${spring-boot.version} </version >
8183 <executions >
8284 <execution >
8385 <goals >
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ limitations under the License.
3434 <properties >
3535 <maven .compiler.target>11</maven .compiler.target>
3636 <maven .compiler.source>11</maven .compiler.source>
37+ <spring .boot.version>2.7.10</spring .boot.version>
3738 </properties >
3839
3940 <dependencyManagement >
@@ -42,7 +43,7 @@ limitations under the License.
4243 <!-- Import dependency management from Spring Boot -->
4344 <groupId >org.springframework.boot</groupId >
4445 <artifactId >spring-boot-dependencies</artifactId >
45- <version >2.7.10 </version >
46+ <version >${spring.boot.version} </version >
4647 <type >pom</type >
4748 <scope >import</scope >
4849 </dependency >
@@ -82,6 +83,7 @@ limitations under the License.
8283 <plugin >
8384 <groupId >org.springframework.boot</groupId >
8485 <artifactId >spring-boot-maven-plugin</artifactId >
86+ <version >${spring.boot.version} </version >
8587 <executions >
8688 <execution >
8789 <goals >
Original file line number Diff line number Diff line change 8282 <plugin >
8383 <groupId >org.springframework.boot</groupId >
8484 <artifactId >spring-boot-maven-plugin</artifactId >
85+ <version >${spring.boot.version} </version >
8586 </plugin >
8687 <plugin >
8788 <groupId >com.google.cloud.tools</groupId >
Original file line number Diff line number Diff line change 2424 <java .version>11</java .version>
2525 <maven .compiler.target>11</maven .compiler.target>
2626 <maven .compiler.source>11</maven .compiler.source>
27+ <spring .boot.version>2.7.10</spring .boot.version>
2728 </properties >
2829
2930 <dependencies >
7273 <plugin >
7374 <groupId >org.springframework.boot</groupId >
7475 <artifactId >spring-boot-maven-plugin</artifactId >
76+ <version >${spring.boot.version} </version >
7577 <executions >
7678 <execution >
7779 <id >repackage</id >
101103 <dependency >
102104 <groupId >org.springframework.boot</groupId >
103105 <artifactId >spring-boot-starter-parent</artifactId >
104- <version >2.7.10 </version >
106+ <version >${spring.boot.version} </version >
105107 <scope >import</scope >
106108 <type >pom</type >
107109 </dependency >
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ limitations under the License.
2727 <properties >
2828 <maven .compiler.target>11</maven .compiler.target>
2929 <maven .compiler.source>11</maven .compiler.source>
30+ <spring .boot.version>2.7.10</spring .boot.version>
3031 </properties >
3132
3233 <dependencyManagement >
@@ -35,7 +36,7 @@ limitations under the License.
3536 <!-- Import dependency management from Spring Boot -->
3637 <groupId >org.springframework.boot</groupId >
3738 <artifactId >spring-boot-dependencies</artifactId >
38- <version >2.7.10 </version >
39+ <version >${spring.boot.version} </version >
3940 <type >pom</type >
4041 <scope >import</scope >
4142 </dependency >
@@ -81,6 +82,7 @@ limitations under the License.
8182 <plugin >
8283 <groupId >org.springframework.boot</groupId >
8384 <artifactId >spring-boot-maven-plugin</artifactId >
85+ <version >${spring.boot.version} </version >
8486 <executions >
8587 <execution >
8688 <goals >
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ limitations under the License.
2727 <properties >
2828 <maven .compiler.target>11</maven .compiler.target>
2929 <maven .compiler.source>11</maven .compiler.source>
30+ <spring .boot.version>2.7.10</spring .boot.version>
3031 </properties >
3132
3233 <dependencyManagement >
@@ -35,7 +36,7 @@ limitations under the License.
3536 <!-- Import dependency management from Spring Boot -->
3637 <groupId >org.springframework.boot</groupId >
3738 <artifactId >spring-boot-dependencies</artifactId >
38- <version >2.7.10 </version >
39+ <version >${spring.boot.version} </version >
3940 <type >pom</type >
4041 <scope >import</scope >
4142 </dependency >
@@ -74,6 +75,7 @@ limitations under the License.
7475 <plugin >
7576 <groupId >org.springframework.boot</groupId >
7677 <artifactId >spring-boot-maven-plugin</artifactId >
78+ <version >${spring.boot.version} </version >
7779 <executions >
7880 <execution >
7981 <goals >
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ limitations under the License.
2727 <properties >
2828 <maven .compiler.target>11</maven .compiler.target>
2929 <maven .compiler.source>11</maven .compiler.source>
30+ <spring .boot.version>2.7.10</spring .boot.version>
3031 </properties >
3132
3233 <dependencyManagement >
@@ -35,7 +36,7 @@ limitations under the License.
3536 <!-- Import dependency management from Spring Boot -->
3637 <groupId >org.springframework.boot</groupId >
3738 <artifactId >spring-boot-dependencies</artifactId >
38- <version >2.7.10 </version >
39+ <version >${spring.boot.version} </version >
3940 <type >pom</type >
4041 <scope >import</scope >
4142 </dependency >
@@ -81,6 +82,7 @@ limitations under the License.
8182 <plugin >
8283 <groupId >org.springframework.boot</groupId >
8384 <artifactId >spring-boot-maven-plugin</artifactId >
85+ <version >${spring.boot.version} </version >
8486 <executions >
8587 <execution >
8688 <goals >
Original file line number Diff line number Diff line change 3434 <properties >
3535 <maven .compiler.source>1.8</maven .compiler.source>
3636 <maven .compiler.target>1.8</maven .compiler.target>
37+ <spring .boot.version>2.7.10</spring .boot.version>
3738 </properties >
3839
3940 <dependencyManagement >
4041 <dependencies >
4142 <dependency >
4243 <groupId >org.springframework.boot</groupId >
4344 <artifactId >spring-boot-dependencies</artifactId >
44- <version >2.7.10 </version >
45+ <version >${spring.boot.version} </version >
4546 <type >pom</type >
4647 <scope >import</scope >
4748 </dependency >
7576 <plugin >
7677 <groupId >org.springframework.boot</groupId >
7778 <artifactId >spring-boot-maven-plugin</artifactId >
79+ <version >${spring.boot.version} </version >
7880 <executions >
7981 <execution >
8082 <goals >
Original file line number Diff line number Diff line change 3737 <appengine .maven.plugin>2.4.3</appengine .maven.plugin>
3838 <jetty >9.4.44.v20210927</jetty >
3939 <failOnMissingWebXml >false</failOnMissingWebXml > <!-- REQUIRED -->
40+
41+ <spring .boot.version>2.7.10</spring .boot.version>
4042 </properties >
4143
4244 <dependencyManagement >
4345 <dependencies >
4446 <dependency >
4547 <groupId >org.springframework.boot</groupId >
4648 <artifactId >spring-boot-dependencies</artifactId >
47- <version >2.7.10 </version >
49+ <version >${spring.boot.version} </version >
4850 <type >pom</type >
4951 <scope >import</scope >
5052 </dependency >
124126 <plugin >
125127 <groupId >org.springframework.boot</groupId >
126128 <artifactId >spring-boot-maven-plugin</artifactId >
129+ <version >${spring.boot.version} </version >
127130 <executions >
128131 <execution >
129132 <goals >
Original file line number Diff line number Diff line change 3838
3939 <appengine .maven.plugin>2.4.3</appengine .maven.plugin>
4040 <jetty >9.4.44.v20210927</jetty >
41+
42+ <spring .boot.version>2.7.10</spring .boot.version>
4143 </properties >
4244
4345 <!-- [START gae_flex_storage_dependencies] -->
5557 <dependency >
5658 <groupId >org.springframework.boot</groupId >
5759 <artifactId >spring-boot-dependencies</artifactId >
58- <version >2.7.10 </version >
60+ <version >${spring.boot.version} </version >
5961 <type >pom</type >
6062 <scope >import</scope >
6163 </dependency >
149151 <plugin >
150152 <groupId >org.springframework.boot</groupId >
151153 <artifactId >spring-boot-maven-plugin</artifactId >
154+ <version >${spring.boot.version} </version >
152155 <executions >
153156 <execution >
154157 <goals >
You can’t perform that action at this time.
0 commit comments