Author: ceki
Date: Wed Mar 26 22:03:19 2008
New Revision: 1660

Modified:
   logback/trunk/logback-access/pom.xml
   logback/trunk/logback-classic/pom.xml
   logback/trunk/logback-core/pom.xml
   logback/trunk/logback-examples/pom.xml
   logback/trunk/logback-site/pom.xml
   logback/trunk/logback-site/src/site/pages/news.html
   logback/trunk/pom.xml

Log:
- preparing release 0.9.9
- dropped retrotranslator support

Modified: logback/trunk/logback-access/pom.xml
==============================================================================
--- logback/trunk/logback-access/pom.xml        (original)
+++ logback/trunk/logback-access/pom.xml        Wed Mar 26 22:03:19 2008
@@ -3,7 +3,7 @@
        <parent>
                <groupId>ch.qos.logback</groupId>
                <artifactId>logback-parent</artifactId>
-               <version>0.9.9-SNAPSHOT</version>
+               <version>0.9.9</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
@@ -128,37 +128,6 @@
                                        </execution>
                                </executions>
                        </plugin>
-
-      <!--
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>retrotranslator-maven-plugin</artifactId>
-        <version>1.0-alpha-2</version>
-        <executions>
-          <execution>
-            <phase>deploy</phase> 
-            <goals>
-              <goal>translate</goal>
-            </goals>
-            <configuration>
-              <filesets>
-                <fileset>
-                  <directory>${project.build.outputDirectory}</directory>
-                  <includes>
-                    <include>**/*.class</include>
-                  </includes>
-                </fileset>
-              </filesets>
-              <destjar>
-                target/${artifactId}-${project.version}-jdk14.jar
-              </destjar>
-              <verify>${retrotranslator.verify}</verify>
-              <failonwarning>false</failonwarning>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      -->
                </plugins>
 
        </build>

Modified: logback/trunk/logback-classic/pom.xml
==============================================================================
--- logback/trunk/logback-classic/pom.xml       (original)
+++ logback/trunk/logback-classic/pom.xml       Wed Mar 26 22:03:19 2008
@@ -5,7 +5,7 @@
   <parent>
     <groupId>ch.qos.logback</groupId>
     <artifactId>logback-parent</artifactId>
-    <version>0.9.9-SNAPSHOT</version>
+    <version>0.9.9</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -143,39 +143,7 @@
           </excludes>
         </configuration>
       </plugin>
-
-      
-      <!--
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>retrotranslator-maven-plugin</artifactId>
-        <version>1.0-alpha-2</version>
-        <executions>
-          <execution>
-            <phase>deploy</phase> 
-            <goals>
-              <goal>translate</goal>
-            </goals>
-            <configuration>
-              <filesets>
-                <fileset>
-                  <directory>${project.build.outputDirectory}</directory>
-                  <includes>
-                    <include>**/*.class</include>
-                  </includes>
-                </fileset>
-              </filesets>
-              <destjar>
-                target/${artifactId}-${project.version}-jdk14.jar
-              </destjar>
-              <verify>${retrotranslator.verify}</verify>
-              <failonwarning>false</failonwarning>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      -->
-
+          
     </plugins>
 
   </build>

Modified: logback/trunk/logback-core/pom.xml
==============================================================================
--- logback/trunk/logback-core/pom.xml  (original)
+++ logback/trunk/logback-core/pom.xml  Wed Mar 26 22:03:19 2008
@@ -5,7 +5,7 @@
   <parent>
     <groupId>ch.qos.logback</groupId>
     <artifactId>logback-parent</artifactId>
-    <version>0.9.9-SNAPSHOT</version>
+    <version>0.9.9</version>
   </parent>
  
   <modelVersion>4.0.0</modelVersion>
@@ -93,39 +93,7 @@
             </goals>
           </execution>
         </executions>
-      </plugin>
-
-      
-      <!--
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>retrotranslator-maven-plugin</artifactId>
-        <version>1.0-alpha-2</version>
-        <executions>
-          <execution>
-            <phase>deploy</phase> 
-            <goals>
-              <goal>translate</goal>
-            </goals>
-            <configuration>
-                   <filesets>
-                                                   <fileset>
-                                                       
<directory>${project.build.outputDirectory}</directory>
-                                                       <includes>
-                                                           
<include>**/*.class</include>
-                                                       </includes>
-                                                   </fileset>
-                                                 </filesets>
-              <destjar>
-                target/${artifactId}-${project.version}-jdk14.jar
-              </destjar>
-              <verify>${retrotranslator.verify}</verify>
-              <failonwarning>false</failonwarning>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      -->
+      </plugin>         
 
     </plugins>
   </build>

Modified: logback/trunk/logback-examples/pom.xml
==============================================================================
--- logback/trunk/logback-examples/pom.xml      (original)
+++ logback/trunk/logback-examples/pom.xml      Wed Mar 26 22:03:19 2008
@@ -3,7 +3,7 @@
        <parent>
                <groupId>ch.qos.logback</groupId>
                <artifactId>logback-parent</artifactId>
-               <version>0.9.9-SNAPSHOT</version>
+               <version>0.9.9</version>
        </parent>
        
        <modelVersion>4.0.0</modelVersion>

Modified: logback/trunk/logback-site/pom.xml
==============================================================================
--- logback/trunk/logback-site/pom.xml  (original)
+++ logback/trunk/logback-site/pom.xml  Wed Mar 26 22:03:19 2008
@@ -3,7 +3,7 @@
        <parent>
                <groupId>ch.qos.logback</groupId>
                <artifactId>logback-parent</artifactId>
-               <version>0.9.9-SNAPSHOT</version>
+               <version>0.9.9</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>

Modified: logback/trunk/logback-site/src/site/pages/news.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/news.html (original)
+++ logback/trunk/logback-site/src/site/pages/news.html Wed Mar 26 22:03:19 2008
@@ -30,12 +30,12 @@
   <hr width="80%" align="center" />
  
 
-  <h3>XXth of MMM 2008 - Release of version 0.9.9</h3>
+  <h3>26th of MMM 2008 - Release of version 0.9.9</h3>
   
-  <p>MDC data in now inherited by child threads. This behaviour was
-  already specified in the javadocs. The issue was raised by Martin
-  Benda in <a href="http://bugzilla.qos.ch/show_bug.cgi?id=64";>bug
-  64</a> and independently by Peter Huber.
+   <p>MDC data in now inherited by child threads. This behaviour was
+   already specified in the javadocs. The issue was raised by Martin
+   Benda in <a href="http://bugzilla.qos.ch/show_bug.cgi?id=64";>bug
+   64</a> and independently by Peter Huber.
    </p>
 
    <p>Logback no longer includes retro-weaver generted jars for JDK

Modified: logback/trunk/pom.xml
==============================================================================
--- logback/trunk/pom.xml       (original)
+++ logback/trunk/pom.xml       Wed Mar 26 22:03:19 2008
@@ -5,7 +5,7 @@
   
   <groupId>ch.qos.logback</groupId>
   <artifactId>logback-parent</artifactId>
-  <version>0.9.9-SNAPSHOT</version>
+  <version>0.9.9</version>
   <packaging>pom</packaging>
   <name>Logback-Parent</name>
   
@@ -199,26 +199,6 @@
         </configuration>
       </plugin>
 
-
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>retrotranslator-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>deploy</phase> 
-            <goals>
-              <goal>translate-project</goal>
-            </goals>
-            <configuration>
-              <classifier>jdk14</classifier>
-              <attach>true</attach>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
-
     </plugins>
   </build>
   
_______________________________________________
logback-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-dev

Reply via email to