JAVA-30449: Changes made for formatting pom files modules S to Z (#15722)

This commit is contained in:
Bipin kumar
2024-02-06 16:28:33 +05:30
committed by GitHub
parent 28c39d25a0
commit c150165e03
9 changed files with 24 additions and 28 deletions
+2 -5
View File
@@ -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>rome</artifactId>
<version>0.1-SNAPSHOT</version>
@@ -13,8 +13,6 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>rome</groupId>
@@ -23,7 +21,6 @@
</dependency>
</dependencies>
<properties>
<rome.version>1.0</rome.version>
</properties>