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

View File

@ -86,5 +86,4 @@
<start-class>com.baeldung.changeport.CustomApplication</start-class>
</properties>
</project>

View File

@ -1,5 +1,6 @@
<?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"
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-pulsar</artifactId>

View File

@ -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>