File tree Expand file tree Collapse file tree 12 files changed +4
-11
lines changed
spring-boot-integration-tests
spring-boot-sample-jersey
spring-boot-sample-jta-jndi
spring-boot-sample-servlet
spring-boot-sample-tomcat-jsp
spring-boot-sample-tomcat7-jsp
spring-boot-sample-web-jsp
spring-boot-sample-web-static
spring-boot-sample-websocket-jetty
spring-boot-sample-websocket-tomcat
spring-boot-sample-websocket-undertow Expand file tree Collapse file tree 12 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 1818 </organization >
1919 <properties >
2020 <main .basedir>${basedir} /..</main .basedir>
21+ <java .version>1.8</java .version>
2122 </properties >
2223 <modules >
2324 <module >spring-boot-gradle-tests</module >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
34 <modelVersion >4.0.0</modelVersion >
45 <parent >
56 <groupId >org.springframework.boot</groupId >
1819 </organization >
1920 <properties >
2021 <main .basedir>${basedir} /..</main .basedir>
22+ <java .version>1.8</java .version>
2123 </properties >
2224 <modules >
2325 <module >spring-boot-sample-actuator</module >
Original file line number Diff line number Diff line change 1818 </organization >
1919 <properties >
2020 <main .basedir>${basedir} /../..</main .basedir>
21- <java .version>1.7</java .version>
2221 </properties >
2322 <dependencies >
2423 <dependency >
Original file line number Diff line number Diff line change 1717 <url >http://www.spring.io</url >
1818 </organization >
1919 <properties >
20- <java .version>1.7</java .version>
2120 <main .basedir>${basedir} /../..</main .basedir>
2221 </properties >
2322 <dependencies >
Original file line number Diff line number Diff line change 1818 </organization >
1919 <properties >
2020 <main .basedir>${basedir} /../..</main .basedir>
21- <java .version>1.7</java .version>
2221 <m2eclipse .wtp.contextRoot>/</m2eclipse .wtp.contextRoot>
2322 </properties >
2423 <dependencies >
Original file line number Diff line number Diff line change 1919 <properties >
2020 <main .basedir>${basedir} /../..</main .basedir>
2121 <m2eclipse .wtp.contextRoot>/</m2eclipse .wtp.contextRoot>
22- <java .version>1.7</java .version>
2322 </properties >
2423 <dependencies >
2524 <dependency >
Original file line number Diff line number Diff line change 2020 <main .basedir>${basedir} /../..</main .basedir>
2121 <m2eclipse .wtp.contextRoot>/</m2eclipse .wtp.contextRoot>
2222 <tomcat .version>7.0.59</tomcat .version>
23- <java .version>1.7</java .version>
2423 </properties >
2524 <dependencies >
2625 <dependency >
Original file line number Diff line number Diff line change 1818 </organization >
1919 <properties >
2020 <main .basedir>${basedir} /../..</main .basedir>
21- <java .version>1.7</java .version>
2221 <m2eclipse .wtp.contextRoot>/</m2eclipse .wtp.contextRoot>
2322 </properties >
2423 <dependencies >
Original file line number Diff line number Diff line change 1717 <url >http://www.spring.io</url >
1818 </organization >
1919 <properties >
20- <java .version>1.7</java .version>
2120 <main .basedir>${basedir} /../..</main .basedir>
2221 </properties >
2322 <dependencies >
Original file line number Diff line number Diff line change 1717 </organization >
1818 <properties >
1919 <main .basedir>${basedir} /../..</main .basedir>
20- <java .version>1.7</java .version>
2120 </properties >
2221 <dependencies >
2322 <dependency >
You can’t perform that action at this time.
0 commit comments