Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 6bc52d8

Browse files
author
ABSOLUTE\hainguyen
committed
Prepare for the next release
1 parent a21987a commit 6bc52d8

File tree

25 files changed

+26
-26
lines changed

25 files changed

+26
-26
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Free, open source CRM, Document and Project Management software
22
[![License](http://img.shields.io/badge/License-GPLv3-orange.svg)](http://www.gnu.org/copyleft/gpl.html) [![Project Stats](https://www.openhub.net/p/mycollab/widgets/project_thin_badge.gif)](https://www.openhub.net/p/mycollab) [![Build](https://travis-ci.org/MyCollab/mycollab.svg)](https://travis-ci.org/MyCollab/mycollab)
3-
[![Version](https://img.shields.io/badge/Version-5.4.5-brightgreen.svg)](https://community.mycollab.com/)
3+
[![Version](https://img.shields.io/badge/Version-5.4.6-brightgreen.svg)](https://community.mycollab.com/)
44
[![Github](https://img.shields.io/github/downloads/MyCollab/mycollab/total.svg)](https://github.com/MyCollab/mycollab/releases)
55

66

@@ -96,7 +96,7 @@ MyCollab requires a running Java Runtime Environment (8 or greater), Java comman
9696

9797
## Installation
9898

99-
The current MyCollab version is 5.4.5 released on 15th November, 2016. This branch focuses in monitoring, customize options for on-demand edition.
99+
The current MyCollab version is 5.4.6 released on 6th February, 2017. This branch focuses in monitoring, customize options for on-demand edition.
100100

101101
1. Download MyCollab binary - https://www.mycollab.com/self-hosted/
102102
2. Follow installation guideline at https://community.mycollab.com/docs/hosting-mycollab-on-your-own-server/installing-mycollab/

mycollab-app-community/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.mycollab</groupId>
99
<artifactId>mycollab-parent-community</artifactId>
10-
<version>5.4.5</version>
10+
<version>5.4.6</version>
1111
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1212
</parent>
1313
<packaging>jar</packaging>

mycollab-caching/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.mycollab</groupId>
99
<artifactId>mycollab-parent-community</artifactId>
10-
<version>5.4.5</version>
10+
<version>5.4.6</version>
1111
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1212
</parent>
1313
<packaging>jar</packaging>

mycollab-client-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>mycollab-parent-community</artifactId>
77
<groupId>com.mycollab</groupId>
8-
<version>5.4.5</version>
8+
<version>5.4.6</version>
99
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

mycollab-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.mycollab</groupId>
99
<artifactId>mycollab-parent-community</artifactId>
10-
<version>5.4.5</version>
10+
<version>5.4.6</version>
1111
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1212
</parent>
1313
<packaging>jar</packaging>

mycollab-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.mycollab</groupId>
99
<artifactId>mycollab-parent-community</artifactId>
10-
<version>5.4.5</version>
10+
<version>5.4.6</version>
1111
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1212
</parent>
1313
<packaging>jar</packaging>

mycollab-dao/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.mycollab</groupId>
99
<artifactId>mycollab-parent-community</artifactId>
10-
<version>5.4.5</version>
10+
<version>5.4.6</version>
1111
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1212
</parent>
1313
<packaging>jar</packaging>

mycollab-deployer-community/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>mycollab-deployer-community</name>
66
<groupId>com.mycollab</groupId>
77
<artifactId>mycollab-deployer-community</artifactId>
8-
<version>5.4.5</version>
8+
<version>5.4.6</version>
99
<packaging>pom</packaging>
1010
<prerequisites>
1111
<maven>3.0.4</maven>

mycollab-esb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.mycollab</groupId>
99
<artifactId>mycollab-parent-community</artifactId>
10-
<version>5.4.5</version>
10+
<version>5.4.6</version>
1111
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1212
</parent>
1313
<packaging>jar</packaging>

mycollab-jackrabbit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.mycollab</groupId>
1111
<artifactId>mycollab-parent-community</artifactId>
12-
<version>5.4.5</version>
12+
<version>5.4.6</version>
1313
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1414
</parent>
1515

0 commit comments

Comments
 (0)