mirror of https://github.com/qos-ch/slf4j
This release will not be a candidate.
This commit is contained in:
parent
d5d4f1ef99
commit
d628e4690f
|
|
@ -3,7 +3,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.2-RC0</version>
|
||||
<version>1.2</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.2-RC0</version>
|
||||
<version>1.2</version>
|
||||
|
||||
<packaging>pom</packaging>
|
||||
<name>SLF4J</name>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.2-RC0</version>
|
||||
<version>1.2</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<parent>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<version>1.2-RC0</version>
|
||||
<version>1.2</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.2-RC0</version>
|
||||
<version>1.2</version>
|
||||
</parent>
|
||||
|
||||
<groupId>$groupId</groupId>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.2-RC0</version>
|
||||
<version>1.2</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.2-RC0</version>
|
||||
<version>1.2</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.2-RC0</version>
|
||||
<version>1.2</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.2-RC0</version>
|
||||
<version>1.2</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.2-RC0</version>
|
||||
<version>1.2</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.2-RC0</version>
|
||||
<version>1.2</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<skin>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-skin</artifactId>
|
||||
<version>1.2-RC0</version>
|
||||
<version>1.2</version>
|
||||
</skin>
|
||||
|
||||
<publishDate position="navigation-bottom" format="dd-MM-yyyy"/>
|
||||
|
|
|
|||
|
|
@ -11,13 +11,13 @@
|
|||
|
||||
<h2>Latest official SLF4J version</h2>
|
||||
|
||||
<p>Download version 1.1.0 including <i>full source code</i>,
|
||||
<p>Download version 1.2 including <i>full source code</i>,
|
||||
class files and documentation as
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="dist/slf4j-1.2-RC0.tar.gz"><b>slf4j-1.2-RC0.tar.gz</b></a> </li>
|
||||
<li><a href="dist/slf4j-1.2-RC0.zip"><b>slf4j-1.2-RC0.zip</b></a> </li>
|
||||
<li><a href="dist/slf4j-1.2.tar.gz"><b>slf4j-1.2.tar.gz</b></a> </li>
|
||||
<li><a href="dist/slf4j-1.2.zip"><b>slf4j-1.2.zip</b></a> </li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<hr noshade="noshade" size="1"/>
|
||||
|
||||
<h3>January 24th, 2006 - Release of SLF4J 1.2-RC0</h3>
|
||||
<h3>January 24th, 2006 - Release of SLF4J 1.2</h3>
|
||||
|
||||
<p>This release includes several modifications to make SLF4J
|
||||
an <a href="http://www.osgi.org/">OSGi</a>-friendly framework.
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-parent</artifactId>
|
||||
<version>1.2-RC0</version>
|
||||
<version>1.2</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
|
|
|||
Loading…
Reference in New Issue