Skip to content

Commit

Permalink
Released groupware-5.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 27, 2017
1 parent d9c16d6 commit ea8d4cb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions bundles/groupware/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"role": "lead"
}
],
"version": "5.2.17",
"time": "2016-12-17",
"version": "5.2.18",
"time": "2017-03-27",
"repositories": [
{
"type": "pear",
Expand All @@ -24,12 +24,12 @@
"pear-pear.horde.org/webmail": "*",
"pear-pear.horde.org/content": ">=2.0.5@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/gollem": ">=3.0.10@stable,<=4.0.0alpha1@stable",
"pear-pear.horde.org/horde": ">=5.2.13@stable,<=6.0.0alpha1@stable",
"pear-pear.horde.org/kronolith": ">=4.2.19@stable,<=5.0.0alpha1@stable",
"pear-pear.horde.org/mnemo": ">=4.2.12@stable,<=5.0.0alpha1@stable",
"pear-pear.horde.org/nag": ">=4.2.13@stable,<=5.0.0alpha1@stable",
"pear-pear.horde.org/horde": ">=5.2.14@stable,<=6.0.0alpha1@stable",
"pear-pear.horde.org/kronolith": ">=4.2.20@stable,<=5.0.0alpha1@stable",
"pear-pear.horde.org/mnemo": ">=4.2.13@stable,<=5.0.0alpha1@stable",
"pear-pear.horde.org/nag": ">=4.2.14@stable,<=5.0.0alpha1@stable",
"pear-pear.horde.org/timeobjects": ">=2.1.3@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/trean": ">=1.1.7@stable,<=2.0.0alpha1@stable",
"pear-pear.horde.org/turba": ">=4.2.18@stable,<=5.0.0alpha1@stable"
"pear-pear.horde.org/turba": ">=4.2.19@stable,<=5.0.0alpha1@stable"
}
}
6 changes: 3 additions & 3 deletions bundles/groupware/docs/CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-----------
v5.2.18-git
-----------
-------
v5.2.18
-------

Horde Changes
-------------
Expand Down
2 changes: 1 addition & 1 deletion bundles/groupware/lib/Bundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Horde_Bundle extends Horde_Core_Bundle
/**
* The bundle version.
*/
const VERSION = '5.2.18-git';
const VERSION = '5.2.18';

/**
* The bundle descriptive name.
Expand Down
4 changes: 2 additions & 2 deletions bundles/groupware/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<date>2016-12-17</date>
<date>2017-03-27</date>
<version>
<release>5.2.18</release>
<api>5.2.0</api>
Expand Down Expand Up @@ -716,7 +716,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2016-12-17</date>
<date>2017-03-27</date>
<license uri="http://www.horde.org/licenses/">OSI certified</license>
<notes>
*
Expand Down

0 comments on commit ea8d4cb

Please sign in to comment.