reformat POM files

This commit is contained in:
Marc Baloup 2022-07-22 17:10:34 +02:00
parent 566ffee3ae
commit c827027e77
19 changed files with 115 additions and 85 deletions

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-bungee-permissions</artifactId> <artifactId>pandalib-bungee-permissions</artifactId>
<packaging>jar</packaging>
<repositories> <repositories>
<repository> <repository>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-bungee-players</artifactId> <artifactId>pandalib-bungee-players</artifactId>
<packaging>jar</packaging>
<repositories> <repositories>
<repository> <repository>

View File

@ -1,11 +1,14 @@
<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"> <?xml version="1.0" encoding="UTF-8"?>
<modelVersion>4.0.0</modelVersion> <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">
<parent> <parent>
<groupId>fr.pandacube.lib</groupId>
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-bungee</artifactId> <artifactId>pandalib-bungee</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -6,6 +6,7 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -1,11 +1,15 @@
<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"> <?xml version="1.0" encoding="UTF-8"?>
<modelVersion>4.0.0</modelVersion> <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">
<parent> <parent>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-cli</artifactId> <artifactId>pandalib-cli</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
@ -27,27 +31,23 @@
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<artifactId>pandalib-core</artifactId> <artifactId>pandalib-core</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<artifactId>pandalib-reflect</artifactId> <artifactId>pandalib-reflect</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.md-5</groupId> <groupId>net.md-5</groupId>
<artifactId>bungeecord-log</artifactId> <artifactId>bungeecord-log</artifactId>
<version>${bungeecord.version}</version> <version>${bungeecord.version}</version>
<scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.md-5</groupId> <groupId>net.md-5</groupId>
<artifactId>bungeecord-config</artifactId> <artifactId>bungeecord-config</artifactId>
<version>${bungeecord.version}</version> <version>${bungeecord.version}</version>
<scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -1,13 +1,14 @@
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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>
<parent> <parent>
<groupId>fr.pandacube.lib</groupId>
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-core</artifactId> <artifactId>pandalib-core</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-db</artifactId> <artifactId>pandalib-db</artifactId>
<packaging>jar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-net</artifactId> <artifactId>pandalib-net</artifactId>
<packaging>jar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-netapi</artifactId> <artifactId>pandalib-netapi</artifactId>
<packaging>jar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-paper-permissions</artifactId> <artifactId>pandalib-paper-permissions</artifactId>
<packaging>jar</packaging>
<repositories> <repositories>
<repository> <repository>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-paper-players</artifactId> <artifactId>pandalib-paper-players</artifactId>
<packaging>jar</packaging>
<repositories> <repositories>
<repository> <repository>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-paper-reflect</artifactId> <artifactId>pandalib-paper-reflect</artifactId>
<packaging>jar</packaging>
<repositories> <repositories>
<repository> <repository>

View File

@ -1,11 +1,14 @@
<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"> <?xml version="1.0" encoding="UTF-8"?>
<modelVersion>4.0.0</modelVersion> <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">
<parent> <parent>
<groupId>fr.pandacube.lib</groupId>
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-paper</artifactId> <artifactId>pandalib-paper</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-permissions</artifactId> <artifactId>pandalib-permissions</artifactId>
<packaging>jar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-players-permissible</artifactId> <artifactId>pandalib-players-permissible</artifactId>
<packaging>jar</packaging>
<dependencies> <dependencies>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-players-standalone</artifactId> <artifactId>pandalib-players-standalone</artifactId>
<packaging>jar</packaging>
<dependencies> <dependencies>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-reflect</artifactId> <artifactId>pandalib-reflect</artifactId>
<packaging>jar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -6,14 +6,11 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-util</artifactId> <artifactId>pandalib-util</artifactId>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
</project> </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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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> <modelVersion>4.0.0</modelVersion>