diff --git a/slf4j-site/src/site/pages/faq.html b/slf4j-site/src/site/pages/faq.html index 1baca10fd..e859d2ec8 100755 --- a/slf4j-site/src/site/pages/faq.html +++ b/slf4j-site/src/site/pages/faq.html @@ -720,7 +720,7 @@

Generalities

<dependency>
   <groupId>org.slf4j</groupId>
   <artifactId>slf4j-api</artifactId>
-  <version>${project.version}</version>
+  <version>${latest.stable.version}</version>
 </dependency>

Limiting the transitivity of the SLF4J provider used in your @@ -730,7 +730,7 @@

Generalities

<dependency>
   <groupId>org.slf4j</groupId>
   <artifactId>slf4j-log4j12</artifactId>
-  <version>${project.version}</version>
+  <version>${latest.stable.version}</version>
   <scope>test</scope>
 </dependency>
@@ -787,7 +787,7 @@

Generalities

<dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> - <version>${project.version}</version> + <version>${latest.stable.version}</version> </dependency>

The first dependency declaration essentially states that @@ -807,6 +807,10 @@

Generalities

alternative 3) empty artifacts

+ +

Version99 service will be disabled at the of + 2022.

+

An alternative approach is to depend on an empty commons-logging.jar artifact. This clever Generalities

The empty artifact is available from a http://version99.qos.ch a - high-availability Maven repository, replicated on several hosts - located in different geographical regions.

+ high-availability Maven repository, replicated on several + hosts.

The following declaration adds the version99 repository to the set of remote repositories searched by Maven. This @@ -863,7 +867,7 @@

Generalities

<dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> - <version>${project.version}</version> + <version>${latest.stable.version}</version> </dependency> ... other dependency declarations </dependencies> diff --git a/slf4j-site/src/site/pages/manual.html b/slf4j-site/src/site/pages/manual.html index dcbb8f5a6..65e53d7fe 100755 --- a/slf4j-site/src/site/pages/manual.html +++ b/slf4j-site/src/site/pages/manual.html @@ -35,7 +35,7 @@

SLF4J user manual

to plug in the desired logging framework at deployment time. Note that SLF4J-enabling your library/application implies the addition of only a single mandatory dependency, namely - slf4j-api-${project.version}.jar.

+ slf4j-api-${latest.stable.version}.jar.

since 1.6.0 If no binding is found on the class path, then SLF4J will default to a no-operation