|
From: <be...@us...> - 2008-03-24 15:31:29
|
Revision: 257
http://objectlabkit.svn.sourceforge.net/objectlabkit/?rev=257&view=rev
Author: benoitx
Date: 2008-03-24 08:31:24 -0700 (Mon, 24 Mar 2008)
Log Message:
-----------
Prepare for 1.1.0 release.
Modified Paths:
--------------
trunk/common-build/project.xml
trunk/pom.xml
trunk/src/site/changes.xml
Modified: trunk/common-build/project.xml
===================================================================
--- trunk/common-build/project.xml 2008-03-24 15:27:51 UTC (rev 256)
+++ trunk/common-build/project.xml 2008-03-24 15:31:24 UTC (rev 257)
@@ -27,7 +27,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<pomVersion>3</pomVersion>
<groupId>net.objectlab.kit.datecalc</groupId>
- <currentVersion>1.1.0-SNAPSHOT</currentVersion>
+ <currentVersion>1.1.0</currentVersion>
<organization>
<name>ObjectLab Financial Ltd</name>
<url>http://www.objectlab.co.uk</url>
@@ -157,7 +157,7 @@
<versions>
<version>
- <id>1.1.0-SNAPSHOT</id>
+ <id>1.1.0</id>
<name>1.1.0</name>
<tag>v1.1.0</tag>
</version>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-03-24 15:27:51 UTC (rev 256)
+++ trunk/pom.xml 2008-03-24 15:31:24 UTC (rev 257)
@@ -7,7 +7,7 @@
<artifactId>datecalc</artifactId>
<packaging>pom</packaging>
<name>ObjectLab Kit</name>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.1.0</version>
<url>http://objectlabkit.sourceforge.net/</url>
<description>
ObjectLab Kit provides a generic Business Calendar for calculating dates given set(s) of holidays. Why
Modified: trunk/src/site/changes.xml
===================================================================
--- trunk/src/site/changes.xml 2008-03-24 15:27:51 UTC (rev 256)
+++ trunk/src/site/changes.xml 2008-03-24 15:31:24 UTC (rev 257)
@@ -8,7 +8,7 @@
<author email="ki...@ob...">Benoit Xhenseval</author>
</properties>
<body>
- <release version="1.1.0" date="in SVN" description="Maintenance">
+ <release version="1.1.0" date="2008-03-25" description="Maintenance">
<action dev="benoitx" type="fix">fix NPE issue if the calendar name is null.</action>
<action dev="benoitx" type="add" issue="1832345" due-to="Kieron Wilkinson">Feature Requests item #1832345, make the Tenor Serializable</action>
<action dev="benoitx" type="add">Added 2 methods on factory to check if a calendar is registered.</action>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|