Author: ceki
Date: Tue Feb 26 21:31:25 2008
New Revision: 998

Modified:
   slf4j/trunk/jcl104-over-slf4j/pom.xml
   slf4j/trunk/log4j-over-slf4j/pom.xml
   slf4j/trunk/osgi-over-slf4j/pom.xml
   slf4j/trunk/pom.xml
   slf4j/trunk/slf4j-api/pom.xml
   slf4j/trunk/slf4j-jcl/pom.xml
   slf4j/trunk/slf4j-jdk14/pom.xml
   slf4j/trunk/slf4j-jdk14/src/test/java/org/slf4j/impl/PerfTest.java
   slf4j/trunk/slf4j-log4j12/pom.xml
   slf4j/trunk/slf4j-migrator/pom.xml
   slf4j/trunk/slf4j-nop/pom.xml
   slf4j/trunk/slf4j-osgi-integration-test/pom.xml
   slf4j/trunk/slf4j-osgi-test-bundle/pom.xml
   slf4j/trunk/slf4j-simple/pom.xml
   slf4j/trunk/slf4j-site/pom.xml
   slf4j/trunk/slf4j-site/src/site/pages/news.html

Log:
preparing release 1.5.0

Modified: slf4j/trunk/jcl104-over-slf4j/pom.xml
==============================================================================
--- slf4j/trunk/jcl104-over-slf4j/pom.xml       (original)
+++ slf4j/trunk/jcl104-over-slf4j/pom.xml       Tue Feb 26 21:31:25 2008
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-parent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
        </parent>
        
        <modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/log4j-over-slf4j/pom.xml
==============================================================================
--- slf4j/trunk/log4j-over-slf4j/pom.xml        (original)
+++ slf4j/trunk/log4j-over-slf4j/pom.xml        Tue Feb 26 21:31:25 2008
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/osgi-over-slf4j/pom.xml
==============================================================================
--- slf4j/trunk/osgi-over-slf4j/pom.xml (original)
+++ slf4j/trunk/osgi-over-slf4j/pom.xml Tue Feb 26 21:31:25 2008
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/pom.xml
==============================================================================
--- slf4j/trunk/pom.xml (original)
+++ slf4j/trunk/pom.xml Tue Feb 26 21:31:25 2008
@@ -5,7 +5,7 @@
 
        <groupId>org.slf4j</groupId>
        <artifactId>slf4j-parent</artifactId>
-       <version>1.5.0-SNAPSHOT</version>
+       <version>1.5.0</version>
 
        <packaging>pom</packaging>
        <name>SLF4J</name>

Modified: slf4j/trunk/slf4j-api/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-api/pom.xml       (original)
+++ slf4j/trunk/slf4j-api/pom.xml       Tue Feb 26 21:31:25 2008
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-jcl/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-jcl/pom.xml       (original)
+++ slf4j/trunk/slf4j-jcl/pom.xml       Tue Feb 26 21:31:25 2008
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-parent</artifactId>
-               <version>1.5.0-SNAPSHOT</version>
+               <version>1.5.0</version>
        </parent>
        
        <modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-jdk14/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-jdk14/pom.xml     (original)
+++ slf4j/trunk/slf4j-jdk14/pom.xml     Tue Feb 26 21:31:25 2008
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-parent</artifactId>
-       <version>1.5.0-SNAPSHOT</version>
+       <version>1.5.0</version>
        </parent>
        
        <modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-jdk14/src/test/java/org/slf4j/impl/PerfTest.java
==============================================================================
--- slf4j/trunk/slf4j-jdk14/src/test/java/org/slf4j/impl/PerfTest.java  
(original)
+++ slf4j/trunk/slf4j-jdk14/src/test/java/org/slf4j/impl/PerfTest.java  Tue Feb 
26 21:31:25 2008
@@ -38,8 +38,7 @@
     // duration is about 16 *micro*seconds for 1000 iterations
     // when it is not guarded the figure is 90 milliseconds,
     // i.e a ration of 1 to 5000
-    // hence
-    assertTrue(duration <= 1);
+    assertTrue(duration <= 5);
   }
 
 }

Modified: slf4j/trunk/slf4j-log4j12/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-log4j12/pom.xml   (original)
+++ slf4j/trunk/slf4j-log4j12/pom.xml   Tue Feb 26 21:31:25 2008
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-parent</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>1.5.0</version>
        </parent>
        
        <modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-migrator/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-migrator/pom.xml  (original)
+++ slf4j/trunk/slf4j-migrator/pom.xml  Tue Feb 26 21:31:25 2008
@@ -7,7 +7,7 @@
        <parent>
          <groupId>org.slf4j</groupId>
       <artifactId>slf4j-parent</artifactId>
-      <version>1.5.0-SNAPSHOT</version>
+      <version>1.5.0</version>
        </parent>
        
        <modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-nop/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-nop/pom.xml       (original)
+++ slf4j/trunk/slf4j-nop/pom.xml       Tue Feb 26 21:31:25 2008
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-parent</artifactId>
-       <version>1.5.0-SNAPSHOT</version>
+       <version>1.5.0</version>
        </parent>
        
        <modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-osgi-integration-test/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-osgi-integration-test/pom.xml     (original)
+++ slf4j/trunk/slf4j-osgi-integration-test/pom.xml     Tue Feb 26 21:31:25 2008
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-parent</artifactId>
-               <version>1.5.0-SNAPSHOT</version>
+               <version>1.5.0</version>
        </parent>
        
        <modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-osgi-test-bundle/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-osgi-test-bundle/pom.xml  (original)
+++ slf4j/trunk/slf4j-osgi-test-bundle/pom.xml  Tue Feb 26 21:31:25 2008
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-parent</artifactId>
-               <version>1.5.0-SNAPSHOT</version>
+               <version>1.5.0</version>
        </parent>
        
        <modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-simple/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-simple/pom.xml    (original)
+++ slf4j/trunk/slf4j-simple/pom.xml    Tue Feb 26 21:31:25 2008
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
   </parent>
        
        <modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-site/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-site/pom.xml      (original)
+++ slf4j/trunk/slf4j-site/pom.xml      Tue Feb 26 21:31:25 2008
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-parent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
        </parent>
        
        <modelVersion>4.0.0</modelVersion>

Modified: slf4j/trunk/slf4j-site/src/site/pages/news.html
==============================================================================
--- slf4j/trunk/slf4j-site/src/site/pages/news.html     (original)
+++ slf4j/trunk/slf4j-site/src/site/pages/news.html     Tue Feb 26 21:31:25 2008
@@ -30,7 +30,7 @@
 
   <hr noshade="noshade" size="1"/>
 
-  <h3>February xxth, 2008 - Release of SLF4J 1.6.0</h3>
+  <h3>February 26th, 2008 - Release of SLF4J 1.5.0</h3>
 
 
   <p>A tool called <a href="migrator.html">SLF4J Migrator</a> now
_______________________________________________
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to