
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Logback: the generic, reliable, fast and flexible logging framework.". The branch, master has been updated via b53a0c2272fcf4497ad1cc1b44193bd0d2f09aaa (commit) from 3b87986bffa45b6f340b26fecdb177db3f24139b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=b53a0c2272fcf4497ad1cc1b4... http://github.com/ceki/logback/commit/b53a0c2272fcf4497ad1cc1b44193bd0d2f09a... commit b53a0c2272fcf4497ad1cc1b44193bd0d2f09aaa Author: Ceki Gulcu <ceki@qos.ch> Date: Thu Oct 21 00:20:44 2010 +0200 start work on 0.9.27 diff --git a/logback-access/pom.xml b/logback-access/pom.xml index 0519cc3..5b33824 100644 --- a/logback-access/pom.xml +++ b/logback-access/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>0.9.26</version> + <version>0.9.27-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml index 1557fac..c768bf4 100644 --- a/logback-classic/pom.xml +++ b/logback-classic/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>0.9.26</version> + <version>0.9.27-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/logback-core/pom.xml b/logback-core/pom.xml index 5880af6..50659b0 100644 --- a/logback-core/pom.xml +++ b/logback-core/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>0.9.26</version> + <version>0.9.27-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/logback-examples/pom.xml b/logback-examples/pom.xml index 3661919..50fd2a0 100644 --- a/logback-examples/pom.xml +++ b/logback-examples/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>0.9.26</version> + <version>0.9.27-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/logback-site/pom.xml b/logback-site/pom.xml index bac4512..d4a317c 100644 --- a/logback-site/pom.xml +++ b/logback-site/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>0.9.26</version> + <version>0.9.27-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/logback-site/src/site/pages/download.html b/logback-site/src/site/pages/download.html index 6d5c460..5ec28b3 100644 --- a/logback-site/src/site/pages/download.html +++ b/logback-site/src/site/pages/download.html @@ -25,13 +25,16 @@ </div> <div id="popupContents"> - <br/> - <h3>Would you like to participate in our one-question survey?</h3> + <p style="font-size: large; padding-bottom: 5px; ">Would you like to subscribe to the + QOS.CH announcements mailing list?</p> + + <p>The list is reserved for announcements related to QOS.CH + projects such as cal10n, logback, mistletoe and SLF4J.</p> <br/> <table width="100%"> <tr> - <td><a class="popupLink" id="announce">Yes, take me to the survey.</a></td> + <td><a class="popupLink" id="announce">Yes, I'd like to subscribe.</a></td> <td><a class="popupLink" id="popupContentsClose">No, thanks.</a></td> </tr> </table> diff --git a/logback-site/src/site/pages/js/popup.js b/logback-site/src/site/pages/js/popup.js index e57d4b9..bfe2d56 100644 --- a/logback-site/src/site/pages/js/popup.js +++ b/logback-site/src/site/pages/js/popup.js @@ -96,7 +96,7 @@ $(document).ready(function(){ $("#announce").click(function(){ $.cookies.set("SURVEY", "YES", {expiresAt: getDateInSixMonths()}); - window.location='http://ceki.questionform.com/public/logbackDSL'; + window.location='http://www.qos.ch/mailman/listinfo/announce'; }); }); diff --git a/pom.xml b/pom.xml index 1365c22..4a90902 100755 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>0.9.26</version> + <version>0.9.27-SNAPSHOT</version> <packaging>pom</packaging> <name>Logback-Parent</name> ----------------------------------------------------------------------- Summary of changes: logback-access/pom.xml | 2 +- logback-classic/pom.xml | 2 +- logback-core/pom.xml | 2 +- logback-examples/pom.xml | 2 +- logback-site/pom.xml | 2 +- logback-site/src/site/pages/download.html | 9 ++++++--- logback-site/src/site/pages/js/popup.js | 2 +- pom.xml | 2 +- 8 files changed, 13 insertions(+), 10 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.