Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
b03f8905
Commit
b03f8905
authored
May 30, 2018
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to spring-javaformat 0.0.2
parent
5692b83a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
19 deletions
+11
-19
pom.xml
spring-boot-dependencies/pom.xml
+2
-3
pom.xml
spring-boot-parent/pom.xml
+1
-6
pom.xml
spring-boot-samples/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-ant/pom.xml
+4
-5
pom.xml
spring-boot-starters/spring-boot-starter-parent/pom.xml
+3
-4
No files found.
spring-boot-dependencies/pom.xml
View file @
b03f8905
<?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"
>
<?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"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-dependencies
</artifactId>
...
...
@@ -3258,4 +3257,4 @@
<id>
integration-test
</id>
</profile>
</profiles>
</project>
</project>
\ No newline at end of file
spring-boot-parent/pom.xml
View file @
b03f8905
...
...
@@ -26,7 +26,7 @@
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<maven.version>
3.1.1
</maven.version>
<spring-javaformat.version>
0.0.
1
</spring-javaformat.version>
<spring-javaformat.version>
0.0.
2
</spring-javaformat.version>
</properties>
<scm>
<url>
http://github.com/spring-projects/spring-boot
</url>
...
...
@@ -506,11 +506,6 @@
<groupId>
io.spring.javaformat
</groupId>
<artifactId>
spring-javaformat-maven-plugin
</artifactId>
<version>
${spring-javaformat.version}
</version>
<configuration>
<excludes>
<exclude>
**/HelpMojo.java
</exclude>
</excludes>
</configuration>
<executions>
<execution>
<phase>
validate
</phase>
...
...
spring-boot-samples/pom.xml
View file @
b03f8905
...
...
@@ -21,7 +21,7 @@
<properties>
<main.basedir>
${basedir}/..
</main.basedir>
<java.version>
1.8
</java.version>
<spring-javaformat.version>
0.0.
1
</spring-javaformat.version>
<spring-javaformat.version>
0.0.
2
</spring-javaformat.version>
</properties>
<modules>
<module>
spring-boot-sample-ant
</module>
...
...
spring-boot-samples/spring-boot-sample-ant/pom.xml
View file @
b03f8905
<?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"
>
<?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"
>
<!-- This POM is just to trigger the Ant/Ivy sample from Maven and to test -->
<modelVersion>
4.0.0
</modelVersion>
<parent>
...
...
@@ -62,8 +61,8 @@
<phase>
package
</phase>
<configuration>
<target>
<property
name=
"build.compiler"
value=
"extJavac"
/>
<ant
dir=
"${basedir}"
/>
<property
name=
"build.compiler"
value=
"extJavac"
/>
<ant
dir=
"${basedir}"
/>
</target>
</configuration>
<goals>
...
...
@@ -103,4 +102,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
\ No newline at end of file
spring-boot-starters/spring-boot-starter-parent/pom.xml
View file @
b03f8905
<?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"
>
<?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"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.springframework.boot
</groupId>
...
...
@@ -206,7 +205,7 @@
<transformer
implementation=
"org.apache.maven.plugins.shade.resource.AppendingTransformer"
>
<resource>
META-INF/spring.schemas
</resource>
</transformer>
<transformer
implementation=
"org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
/>
<transformer
implementation=
"org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
/>
<transformer
implementation=
"org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"
>
<mainClass>
${start-class}
</mainClass>
</transformer>
...
...
@@ -218,4 +217,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment