Skip to content

Commit 4818415

Browse files
author
bnasslahsen
committed
update code formatter
1 parent 1e1f354 commit 4818415

File tree

432 files changed

+20443
-12216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

432 files changed

+20443
-12216
lines changed

pom.xml

Lines changed: 214 additions & 211 deletions
Large diffs are not rendered by default.

settings.xml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/SETTINGS/1.0.0"
2-
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
3-
<servers>
4-
<server>
5-
<id>ossrh</id>
6-
<username>${env.OSSRH_USER}</username>
7-
<password>${env.OSSRH_PASS}</password>
8-
</server>
9-
</servers>
1+
<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xmlns="http://maven.apache.org/SETTINGS/1.0.0"
3+
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
4+
<servers>
5+
<server>
6+
<id>ossrh</id>
7+
<username>${env.OSSRH_USER}</username>
8+
<password>${env.OSSRH_PASS}</password>
9+
</server>
10+
</servers>
1011
</settings>

springdoc-openapi-common/pom.xml

Lines changed: 42 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,43 @@
1-
<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-
<modelVersion>4.0.0</modelVersion>
3-
<artifactId>springdoc-openapi-common</artifactId>
4-
<name>${project.artifactId}</name>
5-
<parent>
6-
<groupId>org.springdoc</groupId>
7-
<artifactId>springdoc-openapi</artifactId>
8-
<version>1.2.29-SNAPSHOT</version>
9-
</parent>
10-
<dependencies>
11-
<dependency>
12-
<groupId>org.springframework.boot</groupId>
13-
<artifactId>spring-boot-autoconfigure</artifactId>
14-
</dependency>
15-
<dependency>
16-
<groupId>org.springframework.boot</groupId>
17-
<artifactId>spring-boot-configuration-processor</artifactId>
18-
<optional>true</optional>
19-
</dependency>
20-
<dependency>
21-
<groupId>org.springframework</groupId>
22-
<artifactId>spring-web</artifactId>
23-
</dependency>
24-
<dependency>
25-
<groupId>io.swagger.core.v3</groupId>
26-
<artifactId>swagger-models</artifactId>
27-
</dependency>
28-
<dependency>
29-
<groupId>io.swagger.core.v3</groupId>
30-
<artifactId>swagger-annotations</artifactId>
31-
</dependency>
32-
<dependency>
33-
<groupId>io.swagger.core.v3</groupId>
34-
<artifactId>swagger-integration</artifactId>
35-
</dependency>
36-
<dependency>
37-
<groupId>org.apache.commons</groupId>
38-
<artifactId>commons-lang3</artifactId>
39-
</dependency>
40-
</dependencies>
1+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xmlns="http://maven.apache.org/POM/4.0.0"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<artifactId>springdoc-openapi-common</artifactId>
6+
<name>${project.artifactId}</name>
7+
<parent>
8+
<groupId>org.springdoc</groupId>
9+
<artifactId>springdoc-openapi</artifactId>
10+
<version>1.2.29-SNAPSHOT</version>
11+
</parent>
12+
<dependencies>
13+
<dependency>
14+
<groupId>org.springframework.boot</groupId>
15+
<artifactId>spring-boot-autoconfigure</artifactId>
16+
</dependency>
17+
<dependency>
18+
<groupId>org.springframework.boot</groupId>
19+
<artifactId>spring-boot-configuration-processor</artifactId>
20+
<optional>true</optional>
21+
</dependency>
22+
<dependency>
23+
<groupId>org.springframework</groupId>
24+
<artifactId>spring-web</artifactId>
25+
</dependency>
26+
<dependency>
27+
<groupId>io.swagger.core.v3</groupId>
28+
<artifactId>swagger-models</artifactId>
29+
</dependency>
30+
<dependency>
31+
<groupId>io.swagger.core.v3</groupId>
32+
<artifactId>swagger-annotations</artifactId>
33+
</dependency>
34+
<dependency>
35+
<groupId>io.swagger.core.v3</groupId>
36+
<artifactId>swagger-integration</artifactId>
37+
</dependency>
38+
<dependency>
39+
<groupId>org.apache.commons</groupId>
40+
<artifactId>commons-lang3</artifactId>
41+
</dependency>
42+
</dependencies>
4143
</project>

0 commit comments

Comments
 (0)