svn commit: r788 - in logback/trunk: . logback-classic logback-site/src/site/xdocTemplates src/main/assembly

Author: seb Date: Thu Oct 26 16:34:42 2006 New Revision: 788 Modified: logback/trunk/logback-classic/pom.xml logback/trunk/logback-site/src/site/xdocTemplates/news.xml logback/trunk/pom.xml logback/trunk/src/main/assembly/dist.xml Log: added news about 0.5 other minor fixes Modified: logback/trunk/logback-classic/pom.xml ============================================================================== --- logback/trunk/logback-classic/pom.xml (original) +++ logback/trunk/logback-classic/pom.xml Thu Oct 26 16:34:42 2006 @@ -114,21 +114,6 @@ </excludes> </configuration> </plugin> - - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <tagBase> - https://svn.qos.ch/repos/logback/core/tags - </tagBase> - <preparationGoals> - clean, site, assembly:assembly - </preparationGoals> - <goals> - site, assembly:assembly site:deploy - </goals> - </configuration> - </plugin> </plugins> Modified: logback/trunk/logback-site/src/site/xdocTemplates/news.xml ============================================================================== --- logback/trunk/logback-site/src/site/xdocTemplates/news.xml (original) +++ logback/trunk/logback-site/src/site/xdocTemplates/news.xml Thu Oct 26 16:34:42 2006 @@ -11,6 +11,25 @@ <p>Here are the last news about the project.</p> + <h3>October 26th, 2006 - 0.5 version available</h3> + <p> + Version 0.5 for all three logback modules is now available. + </p> + <p> + This release offers a big improvement in Joran. Joran is now able to + replay configuration elements. + </p> + <p> + Logback's documentation has also been improved. A complete reference on + Layouts is available in the logback manual directory, as well as a FAQ page. + </p> + <p> + An archive containing source code, binaries and docs is available + at the <a href="download.html">download page</a>. + </p> + + <hr width="50%" align="center" /> + <h3>October 9th, 2006 - 0.4 version available</h3> <p> Version 0.4 for all three logback modules is now available. Modified: logback/trunk/pom.xml ============================================================================== --- logback/trunk/pom.xml (original) +++ logback/trunk/pom.xml Thu Oct 26 16:34:42 2006 @@ -170,6 +170,23 @@ <outputDirectory>target/site/dist/</outputDirectory> </configuration> </plugin> + + + <plugin> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <tagBase> + https://svn.qos.ch/repos/logback/tags/ + </tagBase> + <preparationGoals> + clean, compile source:jar site, assembly:assembly + </preparationGoals> + <goals> + site:deploy + </goals> + </configuration> + </plugin> + </plugins> </reporting> Modified: logback/trunk/src/main/assembly/dist.xml ============================================================================== --- logback/trunk/src/main/assembly/dist.xml (original) +++ logback/trunk/src/main/assembly/dist.xml Thu Oct 26 16:34:42 2006 @@ -110,7 +110,7 @@ <!-- Core Examples --> <fileSet> <directory>logback-core/examples/</directory> - <outputDirectory>logback-core/examples/</outputDirectory> + <outputDirectory>/examples/</outputDirectory> </fileSet> <!-- Website -->
participants (1)
-
noreply.seb@qos.ch