Skip to content

Commit

Permalink
prepare release 2.0.11
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Jan 8, 2024
1 parent 68ff706 commit d9145fb
Show file tree
Hide file tree
Showing 16 changed files with 53 additions and 29 deletions.
2 changes: 1 addition & 1 deletion integration/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jcl-over-slf4j/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jul-to-slf4j/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion log4j-over-slf4j/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion osgi-over-slf4j/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-bom</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -27,7 +27,7 @@

<properties>
<!-- yyyy-MM-dd'T'HH:mm:ss'Z' -->
<project.build.outputTimestamp>2023-12-28T23:03:15Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-01-08T17:55:00Z</project.build.outputTimestamp>
<latest.1.version>1.7.36</latest.1.version>
<!-- java.util.ServiceLoader requires Java 6 -->
<jdk.version>8</jdk.version>
Expand Down
48 changes: 36 additions & 12 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>org.slf4j</groupId>
<artifactId>slf4j-bom</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<packaging>pom</packaging>

<url>http://www.slf4j.org</url>
Expand Down Expand Up @@ -152,24 +152,47 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<configuration>
<linkJavadoc>true</linkJavadoc>
<verbose>true</verbose>
<skippedModules>
slf4j-jdk-platform-logging,slf4j-migrator,osgi-over-slf4j
</skippedModules>
<detectLinks>true</detectLinks>
<doctitle>SLF4J project modules 2.1.0-alpha1</doctitle>
<windowtitle>SLF4J javadoc</windowtitle>
<bottom><![CDATA[Copyright &copy; 2005-{currentYear} QOS.CH Sarl. All rights reserved]]></bottom>
<linksource>true</linksource>
<additionalOptions>
<additionalOption>-Xdoclint:none</additionalOption>
</additionalOptions>
<legacyMode>true</legacyMode>
<sourceFileExcludes>
<sourceFileExclude>**/module-info.java</sourceFileExclude>
</sourceFileExcludes>
<skippedModules>
slf4j-jdk-platform-logging
</skippedModules>
<groups>
<group>
<title>SLF4J packages</title>
<packages>org.slf4j:org.slf4j.*</packages>
<title>SLF4J API packages</title>
<packages>org.slf4j:org.slf4j.spi:org.slf4j.event:org.slf4j.helpers</packages>
</group>

<group>
<title>slf4j-simple package</title>
<packages>org.slf4j.simple</packages>
</group>

<group>
<title>slf4j-nop package</title>
<packages>org.slf4j.nop</packages>
</group>


<group>
<title>slf4j-jdk14 package</title>
<packages>org.slf4j.jul</packages>
</group>


<group>
<title>slf4j-reload4j package</title>
<packages>org.slf4j.reload4j</packages>
</group>


<group>
<title>SLF4J extensions</title>
<packages>
Expand All @@ -188,10 +211,11 @@
</group>

<group>
<title>Apache log4j</title>
<title>log4j-over-slf4j redirection</title>
<packages>org.apache.log4j:org.apache.log4j.*</packages>
</group>
</groups>

</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion slf4j-api/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion slf4j-ext/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion slf4j-jdk-platform-logging/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>slf4j-parent</artifactId>
<groupId>org.slf4j</groupId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion slf4j-jdk14/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions slf4j-log4j12/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<relocation>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
<version>2.0.10</version>
<version>2.0.11</version>
</relocation>
</distributionManagement>

Expand Down
2 changes: 1 addition & 1 deletion slf4j-migrator/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion slf4j-nop/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion slf4j-reload4j/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion slf4j-simple/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>2.0.11-SNAPSHOT</version>
<version>2.0.11</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit d9145fb

Please sign in to comment.