Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
Prepare for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ABSOLUTE\hainguyen committed Feb 7, 2017
1 parent a21987a commit 6bc52d8
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Free, open source CRM, Document and Project Management software
[![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)
[![Version](https://img.shields.io/badge/Version-5.4.5-brightgreen.svg)](https://community.mycollab.com/)
[![Version](https://img.shields.io/badge/Version-5.4.6-brightgreen.svg)](https://community.mycollab.com/)
[![Github](https://img.shields.io/github/downloads/MyCollab/mycollab/total.svg)](https://github.com/MyCollab/mycollab/releases)


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

## Installation

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

1. Download MyCollab binary - https://www.mycollab.com/self-hosted/
2. Follow installation guideline at https://community.mycollab.com/docs/hosting-mycollab-on-your-own-server/installing-mycollab/
Expand Down
2 changes: 1 addition & 1 deletion mycollab-app-community/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-caching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-client-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mycollab-parent-community</artifactId>
<groupId>com.mycollab</groupId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-deployer-community/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>mycollab-deployer-community</name>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-deployer-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<packaging>pom</packaging>
<prerequisites>
<maven>3.0.4</maven>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-esb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-jackrabbit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mycollab-localization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-mobile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-parent-community/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>mycollab-parent-community</name>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<packaging>pom</packaging>
<prerequisites>
<maven>3.3.0</maven>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-reporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-scheduler-community/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-server-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-services-community/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-web-community/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mycollab-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.mycollab</groupId>
<artifactId>mycollab-parent-community</artifactId>
<version>5.4.5</version>
<version>5.4.6</version>
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down

0 comments on commit 6bc52d8

Please sign in to comment.