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
1ee8c53b
Commit
1ee8c53b
authored
Jun 27, 2019
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to spring-javaformat 0.0.14
Closes gh-17331
parent
72f79852
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
spring-boot-project.setup
eclipse/spring-boot-project.setup
+1
-1
pom.xml
spring-boot-parent/pom.xml
+2
-2
pom.xml
spring-boot-samples/pom.xml
+2
-2
No files found.
eclipse/spring-boot-project.setup
View file @
1ee8c53b
...
...
@@ -59,7 +59,7 @@
<requirement
name=
"org.eclipse.jdt.feature.group"
/>
<requirement
name=
"io.spring.javaformat.eclipse.feature.feature.group"
/>
name=
"io.spring.javaformat.eclipse.feature.feature.group"
versionRange=
"[0.0.14,0.0.15)"
/>
<requirement
name=
"org.eclipse.jst.server_adapters.feature.feature.group"
/>
<requirement
...
...
spring-boot-parent/pom.xml
View file @
1ee8c53b
...
...
@@ -24,7 +24,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
1
</spring-javaformat.version>
<spring-javaformat.version>
0.0.1
4
</spring-javaformat.version>
<nohttp-checkstyle.version>
0.0.1.RELEASE
</nohttp-checkstyle.version>
</properties>
<scm>
...
...
@@ -312,7 +312,7 @@
<dependency>
<groupId>
com.puppycrawl.tools
</groupId>
<artifactId>
checkstyle
</artifactId>
<version>
8.
18
</version>
<version>
8.
22
</version>
</dependency>
<dependency>
<groupId>
io.spring.javaformat
</groupId>
...
...
spring-boot-samples/pom.xml
View file @
1ee8c53b
...
...
@@ -19,7 +19,7 @@
<properties>
<main.basedir>
${basedir}/..
</main.basedir>
<java.version>
1.8
</java.version>
<spring-javaformat.version>
0.0.1
1
</spring-javaformat.version>
<spring-javaformat.version>
0.0.1
4
</spring-javaformat.version>
<nohttp-checkstyle.version>
0.0.1.RELEASE
</nohttp-checkstyle.version>
<disable.checks>
false
</disable.checks>
</properties>
...
...
@@ -149,7 +149,7 @@
<dependency>
<groupId>
com.puppycrawl.tools
</groupId>
<artifactId>
checkstyle
</artifactId>
<version>
8.
18
</version>
<version>
8.
22
</version>
</dependency>
<dependency>
<groupId>
io.spring.javaformat
</groupId>
...
...
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