
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 "Compiler assisted internalization library". The branch, master has been updated via 398d827991fe13d96c27ee5ee8f539e79af5894a (commit) from d0f5232e421db6bdb9400d299c05d6b4d22190f0 (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=cai18n.git;a=commit;h=398d827991fe13d96c27ee5ee8... http://github.com/ceki/cai18n/commit/398d827991fe13d96c27ee5ee8f539e79af5894... commit 398d827991fe13d96c27ee5ee8f539e79af5894a Author: Ceki Gulcu <ceki@qos.ch> Date: Thu Aug 27 22:55:39 2009 +0200 minor corrections diff --git a/cai18n-site/src/site/pages/download.html b/cai18n-site/src/site/pages/download.html index 92ea3b9..35a5a7b 100644 --- a/cai18n-site/src/site/pages/download.html +++ b/cai18n-site/src/site/pages/download.html @@ -28,8 +28,8 @@ <ul> <li><a - href="dist/cai18n-${pom.version}.zip">cai18n-${pom.version}.zip</a></li> - <li><a href="dist/cai118n-${project.version}.tar.gz">cai18n-${pom.version}.tar.gz</a></li> + href="dist/cai18n-${pom.version}.zip">cai18n-${pom.version}.zip</a></li> + <li><a href="dist/cai18n-${project.version}.tar.gz">cai18n-${pom.version}.tar.gz</a></li> </ul> diff --git a/cai18n-site/src/site/pages/news.html b/cai18n-site/src/site/pages/news.html index effda81..8f14f60 100644 --- a/cai18n-site/src/site/pages/news.html +++ b/cai18n-site/src/site/pages/news.html @@ -22,10 +22,10 @@ <h2>CAI18N News</h2> - <p>You can receive cai18n-related announcements by subscribing - to the <a - href="http://www.qos.ch/mailman/listinfo/cai18n-announce">logback - announce</a> mailing list.</p> + <p>You can receive cai18n-related announcements by subscribing to + the <a + href="http://www.qos.ch/mailman/listinfo/cai18n-announce">cai18n-announce</a> + mailing list.</p> <hr width="80%" align="center" /> diff --git a/pom.xml b/pom.xml index 995fcfd..d222ee2 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ </descriptor> </descriptors> <finalName> - cai-${project.version} + cai18n-${project.version} </finalName> <appendAssemblyId>false</appendAssemblyId> <outputDirectory>target/site/dist/</outputDirectory> ----------------------------------------------------------------------- Summary of changes: cai18n-site/src/site/pages/download.html | 4 ++-- cai18n-site/src/site/pages/news.html | 8 ++++---- pom.xml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) hooks/post-receive -- Compiler assisted internalization library