File tree Expand file tree Collapse file tree 5 files changed +11
-19
lines changed
spring-boot-starters/spring-boot-starter-parent Expand file tree Collapse file tree 5 files changed +11
-19
lines changed Original file line number Diff line number Diff line change 1
- <?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" >
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?><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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<groupId >org.springframework.boot</groupId >
5
4
<artifactId >spring-boot-dependencies</artifactId >
3258
3257
<id >integration-test</id >
3259
3258
</profile >
3260
3259
</profiles >
3261
- </project >
3260
+ </project >
Original file line number Diff line number Diff line change 26
26
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
27
27
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
28
28
<maven .version>3.1.1</maven .version>
29
- <spring-javaformat .version>0.0.1 </spring-javaformat .version>
29
+ <spring-javaformat .version>0.0.2 </spring-javaformat .version>
30
30
</properties >
31
31
<scm >
32
32
<url >http://github.com/spring-projects/spring-boot</url >
506
506
<groupId >io.spring.javaformat</groupId >
507
507
<artifactId >spring-javaformat-maven-plugin</artifactId >
508
508
<version >${spring-javaformat.version} </version >
509
- <configuration >
510
- <excludes >
511
- <exclude >**/HelpMojo.java</exclude >
512
- </excludes >
513
- </configuration >
514
509
<executions >
515
510
<execution >
516
511
<phase >validate</phase >
Original file line number Diff line number Diff line change 21
21
<properties >
22
22
<main .basedir>${basedir} /..</main .basedir>
23
23
<java .version>1.8</java .version>
24
- <spring-javaformat .version>0.0.1 </spring-javaformat .version>
24
+ <spring-javaformat .version>0.0.2 </spring-javaformat .version>
25
25
</properties >
26
26
<modules >
27
27
<module >spring-boot-sample-ant</module >
Original file line number Diff line number Diff line change 1
- <?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" >
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?><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" >
3
2
<!-- This POM is just to trigger the Ant/Ivy sample from Maven and to test -->
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<parent >
62
61
<phase >package</phase >
63
62
<configuration >
64
63
<target >
65
- <property name =" build.compiler" value =" extJavac" />
66
- <ant dir =" ${basedir}" />
64
+ <property name =" build.compiler" value =" extJavac" />
65
+ <ant dir =" ${basedir}" />
67
66
</target >
68
67
</configuration >
69
68
<goals >
103
102
</plugin >
104
103
</plugins >
105
104
</build >
106
- </project >
105
+ </project >
Original file line number Diff line number Diff line change 1
- <?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" >
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?><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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<parent >
5
4
<groupId >org.springframework.boot</groupId >
206
205
<transformer implementation =" org.apache.maven.plugins.shade.resource.AppendingTransformer" >
207
206
<resource >META-INF/spring.schemas</resource >
208
207
</transformer >
209
- <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
208
+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
210
209
<transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
211
210
<mainClass >${start-class} </mainClass >
212
211
</transformer >
218
217
</plugins >
219
218
</pluginManagement >
220
219
</build >
221
- </project >
220
+ </project >
You can’t perform that action at this time.
0 commit comments