
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 localization library". The branch, master has been updated via d0339d28ba949b6746de25add0807bc24092fd11 (commit) from cb404b0ce622c812cedf7c46d832b8e9e82d6702 (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=cal10n.git;a=commit;h=d0339d28ba949b6746de25add0... http://github.com/ceki/cal10n/commit/d0339d28ba949b6746de25add0807bc24092fd1... commit d0339d28ba949b6746de25add0807bc24092fd11 Author: Ceki Gulcu <ceki@qos.ch> Date: Fri Jul 2 21:20:00 2010 +0200 - preparing release 0.7.3 diff --git a/cal10n-api/pom.xml b/cal10n-api/pom.xml index 6d88192..43cedd1 100644 --- a/cal10n-api/pom.xml +++ b/cal10n-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ch.qos.cal10n</groupId> <artifactId>cal10n-parent</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/cal10n-site/pom.xml b/cal10n-site/pom.xml index a87c583..f681d19 100644 --- a/cal10n-site/pom.xml +++ b/cal10n-site/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>ch.qos.cal10n</groupId> <artifactId>cal10n-parent</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/cal10n-site/src/site/pages/news.html b/cal10n-site/src/site/pages/news.html old mode 100644 new mode 100755 index bc2451a..83ceff2 --- a/cal10n-site/src/site/pages/news.html +++ b/cal10n-site/src/site/pages/news.html @@ -28,6 +28,20 @@ <hr width="80%" align="center" /> + <h3>2nd of July 2009 - Release of CAL10N version 0.7.3</h3> + + <p>Fixed maven-cal10n-plugin so that it works with Maven + 3.0-beta1. This issue was reported in <a + href="http://jira.qos.ch/browse/CAL-18">CAL-18</a> by Paul + Merlin.</p> + + <p>Added ch.qos.cal10n.util package to OSGi metadata headers in + cal10n-api as requested by Ekkehard Gentz Muir in <a + href="http://jira.qos.ch/browse/CAL-11">CAL-11</a>. + </p> + + <hr width="80%" align="center" /> + <h3>28th of October 2009 - Release of CAL10N version 0.7.2</h3> <p>Added OSGi bundle headers to cal10n-api as requested by Peter diff --git a/maven-cal10n-plugin-smoke/pom.xml b/maven-cal10n-plugin-smoke/pom.xml index 01c1bc3..e3a4f09 100644 --- a/maven-cal10n-plugin-smoke/pom.xml +++ b/maven-cal10n-plugin-smoke/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>ch.qos.cal10n</groupId> <artifactId>cal10n-parent</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/maven-cal10n-plugin/pom.xml b/maven-cal10n-plugin/pom.xml index 3801d28..19f00fb 100644 --- a/maven-cal10n-plugin/pom.xml +++ b/maven-cal10n-plugin/pom.xml @@ -8,7 +8,7 @@ <parent> <artifactId>cal10n-parent</artifactId> <groupId>ch.qos.cal10n</groupId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> </parent> <groupId>ch.qos.cal10n.plugins</groupId> diff --git a/pom.xml b/pom.xml index 71eb176..43bf84e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <groupId>ch.qos.cal10n</groupId> <artifactId>cal10n-parent</artifactId> <packaging>pom</packaging> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> <name>Compiler assisted localization library (CAL10N) - Parent</name> <url>http://cal10n.qos.ch</url> ----------------------------------------------------------------------- Summary of changes: cal10n-api/pom.xml | 2 +- cal10n-site/pom.xml | 2 +- cal10n-site/src/site/pages/news.html | 14 ++++++++++++++ maven-cal10n-plugin-smoke/pom.xml | 2 +- maven-cal10n-plugin/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 19 insertions(+), 5 deletions(-) mode change 100644 => 100755 cal10n-site/src/site/pages/news.html hooks/post-receive -- Compiler assisted localization library