JAVA-21189: changes made for formatting modules starting from S (#14106)

This commit is contained in:
Bipin kumar
2023-05-24 19:37:51 +05:30
committed by GitHub
parent ec44198e34
commit 0e4dc7b874
34 changed files with 338 additions and 337 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns="http://maven.apache.org/POM/4.0.0"
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>
<artifactId>spring-5-data-reactive</artifactId>
<name>spring-5-data-reactive</name>

View File

@@ -8,11 +8,11 @@
<name>spring-reactive-exceptions</name>
<description>A module to hold demo examples related to exception in Spring Reactive</description>
<parent>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-3</artifactId>
<artifactId>parent-boot-3</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-3</relativePath>
<relativePath>../../parent-boot-3</relativePath>
</parent>
<dependencies>