move parent-pom.xml to parent/pom.xml as explained in SLF4J-437

Signed-off-by: Ceki Gulcu <ceki@qos.ch>
This commit is contained in:
Ceki Gulcu 2023-08-29 22:50:25 +02:00
parent 0b9c92cc3a
commit f967033766
16 changed files with 22 additions and 20 deletions

View File

@ -8,7 +8,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.8</version>
<relativePath>../parent-pom.xml</relativePath>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>integration</artifactId>

View File

@ -6,7 +6,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.8</version>
<relativePath>../parent-pom.xml</relativePath>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -8,7 +8,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.8</version>
<relativePath>../parent-pom.xml</relativePath>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>jul-to-slf4j</artifactId>

View File

@ -8,7 +8,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.8</version>
<relativePath>../parent-pom.xml</relativePath>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View File

@ -8,7 +8,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.8</version>
<relativePath>../parent-pom.xml</relativePath>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>osgi-over-slf4j</artifactId>

View File

@ -8,13 +8,13 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-bom</artifactId>
<version>2.0.8</version>
<relativePath>pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>slf4j-parent</artifactId>
<packaging>pom</packaging>
<name>SLF4J Parent OM</name>
<description>Top SLF4J project parent pom.xml file</description>
<name>SLF4J Parent POM</name>
<description>SLF4J project parent pom.xml file</description>
<url>http://www.slf4j.org</url>
<organization>
@ -38,7 +38,7 @@
<properties>
<!-- yyyy-MM-dd'T'HH:mm:ss'Z' -->
<project.build.outputTimestamp>2023-08-29T20:08:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-08-29T21:48:00Z</project.build.outputTimestamp>
<latest.1.version>1.7.36</latest.1.version>
<!-- java.util.ServiceLoader requires Java 6 -->
<jdk.version>8</jdk.version>
@ -116,7 +116,7 @@
</resource>
<resource>
<directory>.</directory>
<directory>..</directory>
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE.txt</include>

View File

@ -13,8 +13,10 @@
<name>SLF4J BOM</name>
<description>SLF4J project BOM</description>
<!-- Inspired by Improving the Maven Bill of Materials (BOM) Pattern -->
<!-- https://www.garretwilson.com/blog/2023/06/14/improve-maven-bom-pattern -->
<modules>
<module>parent-pom.xml</module>
<module>parent</module>
<module>slf4j-api</module>
<module>slf4j-simple</module>
<module>slf4j-nop</module>

View File

@ -8,7 +8,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.8</version>
<relativePath>../parent-pom.xml</relativePath>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>slf4j-api</artifactId>

View File

@ -8,7 +8,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.8</version>
<relativePath>../parent-pom.xml</relativePath>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>slf4j-ext</artifactId>

View File

@ -9,7 +9,7 @@
<artifactId>slf4j-parent</artifactId>
<groupId>org.slf4j</groupId>
<version>2.0.8</version>
<relativePath>../parent-pom.xml</relativePath>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>slf4j-jdk-platform-logging</artifactId>

View File

@ -8,7 +8,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.8</version>
<relativePath>../parent-pom.xml</relativePath>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>slf4j-jdk14</artifactId>

View File

@ -9,7 +9,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.8</version>
<relativePath>../parent-pom.xml</relativePath>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>slf4j-log4j12</artifactId>

View File

@ -8,7 +8,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.8</version>
<relativePath>../parent-pom.xml</relativePath>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>slf4j-migrator</artifactId>

View File

@ -8,7 +8,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.8</version>
<relativePath>../parent-pom.xml</relativePath>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>slf4j-nop</artifactId>

View File

@ -8,7 +8,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.8</version>
<relativePath>../parent-pom.xml</relativePath>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>slf4j-reload4j</artifactId>

View File

@ -8,7 +8,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.8</version>
<relativePath>../parent-pom.xml</relativePath>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>slf4j-simple</artifactId>