JAVA-19536 Fix formatting of pom.xmls

This commit is contained in:
Dhawal Kapil
2023-04-05 07:14:09 +05:30
parent a3fc26ec50
commit bb5bfa992a
160 changed files with 141 additions and 366 deletions

View File

@@ -4,7 +4,6 @@
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>data-structures</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>data-structures</name>
<parent>
@@ -13,13 +12,6 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
<repositories>
<repository>
<id>github.release.repo</id>
<url>https://raw.github.com/bulldog2011/bulldog-repo/master/repo/releases/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.leansoft</groupId>
@@ -39,6 +31,13 @@
</pluginManagement>
</build>
<repositories>
<repository>
<id>github.release.repo</id>
<url>https://raw.github.com/bulldog2011/bulldog-repo/master/repo/releases/</url>
</repository>
</repositories>
<properties>
<bigqueue.version>0.7.0</bigqueue.version>
</properties>