From e7cab49a2fd333ae89a0e103085c6f86ed7eeceb Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Sat, 22 Dec 2018 20:30:47 +0000 Subject: prep for release git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1247 f203690c-595d-4dc9-a70b-905162fa7fd2 --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3d1160d..904992d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -4,7 +4,7 @@ Tim McCune - + Implement the majority of the missing standard functions: FormatCurrency, FormatDateTime, FormatNumber, FormatPercent, Val, -- cgit v1.2.3 From 19b3a8870864b6982b9d441ab8910eebf96f4f0a Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Sat, 22 Dec 2018 20:33:15 +0000 Subject: tweak notice text git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1248 f203690c-595d-4dc9-a70b-905162fa7fd2 --- NOTICE.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index bf7ce69..208c7de 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,6 @@ -Many of the financial functions have been originally copied from the Apache -POI project (Apache Software Foundation) and the UCanAccess Project. They -have been then modified and adapted so that they are integrated with Jackcess, -in a consistent manner. The Apache POI and UCanAccess projects are licensed -under Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0. +Many of the financial functions in the expression engine have been originally +copied from the Apache POI project (Apache Software Foundation) and the +UCanAccess Project. They have been then modified and adapted so that they are +integrated with Jackcess, in a consistent manner. The Apache POI and +UCanAccess projects are both licensed under Apache License, Version 2.0 +http://www.apache.org/licenses/LICENSE-2.0. -- cgit v1.2.3 From ec4b0fac6105b5ed0f3404f77e2c3770f822866b Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Sat, 22 Dec 2018 20:35:11 +0000 Subject: [maven-release-plugin] prepare release jackcess-2.2.1 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1249 f203690c-595d-4dc9-a70b-905162fa7fd2 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index c1402ea..573fbb1 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ jackcess Jackcess A pure Java library for reading from and writing to MS Access databases. - 2.2.1-SNAPSHOT + 2.2.1 https://jackcess.sourceforge.io 2005 @@ -106,10 +106,10 @@ https://sourceforge.net/p/jackcess/bugs/ - scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/trunk/ + scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-2.2.1 - scm:svn:svn+ssh://svn.code.sf.net/p/jackcess/code/jackcess/trunk/ - http://svn.code.sf.net/p/jackcess/code/jackcess/trunk/ + scm:svn:svn+ssh://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-2.2.1 + http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-2.2.1 install -- cgit v1.2.3 From cbaecd70fff730a0d6d0fb7177e95c1fd36fb761 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Sat, 22 Dec 2018 20:35:29 +0000 Subject: [maven-release-plugin] prepare for next development iteration git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1251 f203690c-595d-4dc9-a70b-905162fa7fd2 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 573fbb1..de7b9f2 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ jackcess Jackcess A pure Java library for reading from and writing to MS Access databases. - 2.2.1 + 2.2.2-SNAPSHOT https://jackcess.sourceforge.io 2005 @@ -106,10 +106,10 @@ https://sourceforge.net/p/jackcess/bugs/ - scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-2.2.1 + scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/trunk/ - scm:svn:svn+ssh://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-2.2.1 - http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-2.2.1 + scm:svn:svn+ssh://svn.code.sf.net/p/jackcess/code/jackcess/trunk/ + http://svn.code.sf.net/p/jackcess/code/jackcess/trunk/ install -- cgit v1.2.3