JAVA-24381:Changes made for fixing pom indentation for modules starts S to Z (#14645)

This commit is contained in:
Bipin kumar
2023-08-28 21:00:09 +05:30
committed by GitHub
parent 3b9635fd20
commit 921ad80d3c
6 changed files with 84 additions and 85 deletions
@@ -1,7 +1,7 @@
<?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">
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>
<artifactId>spring-5-data-reactive-2</artifactId>
<name>spring-5-data-reactive-2</name>
@@ -13,7 +13,6 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>