Skip to content

Commit

Permalink
Adapt project names from 'Binding' to 'Provider'
Browse files Browse the repository at this point in the history
Since slf4j 2 Bindings are now called Providers. The corresponding Maven
project names and descriptions should be adapted accordingly.

Signed-off-by: Hannes Wellmann <wellmann.hannes1@gmx.net>
  • Loading branch information
HannesWell authored and ceki committed Apr 9, 2023
1 parent cff3312 commit 661869e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
4 changes: 2 additions & 2 deletions slf4j-jdk14/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

<artifactId>slf4j-jdk14</artifactId>
<packaging>jar</packaging>
<name>SLF4J JDK14 Binding</name>
<description>SLF4J JDK14 Binding</description>
<name>SLF4J JDK14 Provider</name>
<description>SLF4J JDK14 Provider</description>
<url>http://www.slf4j.org</url>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions slf4j-nop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<artifactId>slf4j-nop</artifactId>

<packaging>jar</packaging>
<name>SLF4J NOP Binding</name>
<description>SLF4J NOP Binding</description>
<name>SLF4J NOP Provider</name>
<description>SLF4J NOP Provider</description>
<url>http://www.slf4j.org</url>

<properties>
Expand Down
17 changes: 8 additions & 9 deletions slf4j-reload4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@


<packaging>jar</packaging>
<name>SLF4J Reload4j Binding</name>
<description>SLF4J Reload4j Binding</description>
<name>SLF4J Reload4j Provider</name>
<description>SLF4J Reload4j Provider</description>
<url>http://reload4j.qos.ch</url>


<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -29,7 +29,7 @@
<groupId>ch.qos.reload4j</groupId>
<artifactId>reload4j</artifactId>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand All @@ -42,7 +42,7 @@

<build>
<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand All @@ -59,9 +59,8 @@
<argLine>-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8001</argLine>
<!--<argLine>XXadd-opens log4j/org.apache.log4j=org.slf4j.log4j12</argLine>-->
</configuration>
</plugin>


</plugin>

</plugins>
</build>
</project>
6 changes: 3 additions & 3 deletions slf4j-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

<artifactId>slf4j-simple</artifactId>
<packaging>jar</packaging>
<name>SLF4J Simple Binding</name>
<description>SLF4J Simple binding</description>
<name>SLF4J Simple Provider</name>
<description>SLF4J Simple Provider</description>
<url>http://www.slf4j.org</url>

<properties>
Expand All @@ -25,7 +25,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit 661869e

Please sign in to comment.