Skip to content

Commit c6a6279

Browse files
authored
JAVA-22625: Changes made for module Q to S formatting the pom.xml (#14330)
1 parent 4a2c365 commit c6a6279

23 files changed

Lines changed: 45 additions & 43 deletions

File tree

  • quarkus-modules/quarkus-funqy
  • spring-boot-modules
  • spring-cloud-modules
    • spring-cloud-azure
    • spring-cloud-data-flow/spring-cloud-data-flow-stream-processing/data-flow-server
    • spring-cloud-open-telemetry/spring-cloud-open-telemetry2
  • spring-security-modules
  • spring-web-modules

quarkus-modules/quarkus-funqy/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
34
xmlns="http://maven.apache.org/POM/4.0.0"
45
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
56
<modelVersion>4.0.0</modelVersion>

spring-boot-modules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<module>spring-boot-swagger-keycloak</module>
7676
<module>spring-boot-testing</module>
7777
<module>spring-boot-testing-2</module>
78-
<module>spring-boot-testing-spock</module>
78+
<module>spring-boot-testing-spock</module>
7979
<module>spring-boot-vue</module>
8080
<module>spring-boot-actuator</module>
8181
<module>spring-boot-data-2</module>

spring-boot-modules/spring-boot-3-test-pitfalls/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,4 @@
8383
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
8484
</properties>
8585

86-
8786
</project>

spring-boot-modules/spring-boot-basic-customization/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>spring-boot-basic-customization</artifactId>
77
<name>spring-boot-basic-customization</name>

spring-boot-modules/spring-boot-keycloak-2/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
<version>${keycloak.version}</version>
7878
</dependency>
7979

80-
8180
</dependencies>
8281

8382
<build>

spring-boot-modules/spring-boot-libraries-2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>spring-boot-libraries-2</artifactId>
77

spring-boot-modules/spring-boot-mvc-4/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
<artifactId>spring-boot-devtools</artifactId>
3333
<optional>true</optional>
3434
</dependency>
35-
<dependency>
36-
<groupId>org.springdoc</groupId>
37-
<artifactId>springdoc-openapi-ui</artifactId>
38-
<version>${springdoc.version}</version>
39-
</dependency>
35+
<dependency>
36+
<groupId>org.springdoc</groupId>
37+
<artifactId>springdoc-openapi-ui</artifactId>
38+
<version>${springdoc.version}</version>
39+
</dependency>
4040
<dependency>
4141
<groupId>com.fasterxml.jackson.core</groupId>
4242
<artifactId>jackson-databind</artifactId>

spring-boot-modules/spring-boot-mvc-legacy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>org.springframework.boot</groupId>
2424
<artifactId>spring-boot-starter-data-jpa</artifactId>
2525
</dependency>
26-
<dependency>
26+
<dependency>
2727
<groupId>org.springframework.boot</groupId>
2828
<artifactId>spring-boot-starter-data-rest</artifactId>
2929
</dependency>

spring-boot-modules/spring-boot-redis/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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"
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
34
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
45
<modelVersion>4.0.0</modelVersion>
56
<groupId>com.baelding</groupId>

spring-boot-modules/spring-boot-springdoc-2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>spring-boot-springdoc-2</artifactId>
77
<version>0.0.1-SNAPSHOT</version>

0 commit comments

Comments
 (0)