From 453b72904ba69a78d7e93ba926a5c57a8962643e Mon Sep 17 00:00:00 2001 From: Michael J Rubinsky Date: Sun, 3 Nov 2019 10:42:08 -0500 Subject: [PATCH] Prepare for release --- .horde.yml | 3 +-- composer.json | 4 ++-- doc/Horde/Kolab/Storage/changelog.yml | 2 +- package.xml | 6 +++--- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.horde.yml b/.horde.yml index a50af45..1b17460 100644 --- a/.horde.yml +++ b/.horde.yml @@ -2,8 +2,7 @@ id: Kolab_Storage name: Kolab_Storage full: Kolab data storage library -description: >- - A library that deals with Kolab data storage effectively. +description: A library that deals with Kolab data storage effectively. list: dev type: library homepage: https://www.horde.org/libraries/Horde_Kolab_Storage diff --git a/composer.json b/composer.json index e908dd7..6bd7518 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "version": "2.2.4", - "time": "2017-11-14", + "time": "2019-11-03", "repositories": [ { "type": "pear", @@ -51,4 +51,4 @@ "Horde_Kolab_Storage": "lib/" } } -} +} \ No newline at end of file diff --git a/doc/Horde/Kolab/Storage/changelog.yml b/doc/Horde/Kolab/Storage/changelog.yml index a7ebf46..9cdbeb6 100644 --- a/doc/Horde/Kolab/Storage/changelog.yml +++ b/doc/Horde/Kolab/Storage/changelog.yml @@ -4,7 +4,7 @@ state: release: stable api: stable - date: 2017-10-20 + date: 2019-11-03 license: identifier: LGPL-2.1 uri: http://www.horde.org/licenses/lgpl21 diff --git a/package.xml b/package.xml index ffe2c9d..9acb811 100644 --- a/package.xml +++ b/package.xml @@ -4,7 +4,7 @@ pear.horde.org Kolab_Storage Kolab data storage library - Storing user data in an IMAP account belonging to the user is one of the Kolab server core concepts. This package provides all the necessary means to deal with this type of data storage effectively. + A library that deals with Kolab data storage effectively. Michael J Rubinsky mrubinsk @@ -17,7 +17,7 @@ p@rdus.de no - 2017-11-14 + 2019-11-03 2.2.4 2.2.0 @@ -1504,7 +1504,7 @@ stable stable - 2017-10-20 + 2019-11-03 LGPL-2.1 * [mjr] PHP 7.4 compatibility fixes (Remi Collet <remi@famillecollet.com>, PR #1).