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

Commit c19eddb

Browse files
author
hainguyen
committed
* Prepare for the next release
1 parent 0650028 commit c19eddb

File tree

35 files changed

+134
-126
lines changed

35 files changed

+134
-126
lines changed

README.md

Lines changed: 2 additions & 3 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.9-brightgreen.svg)](https://community.mycollab.com/)
3+
[![Version](https://img.shields.io/badge/Version-5.4.10-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

@@ -80,7 +80,6 @@ MyCollab provides the rich set features of Project Management, Customer Manageme
8080
* Gantt chart (for premium users only)
8181
* Time tracking (for premium users only)
8282
* Risk Management (For premium users only)
83-
* Calendar (For premium users only)
8483
* People and Permission management
8584
* Reporting
8685

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

9796
## Installation
9897

99-
The current MyCollab version is 5.4.9 released on 27th May, 2017. This branch focuses in monitoring, customize options for on-demand edition.
98+
The current MyCollab version is 5.4.10 released on 18th June, 2017. This branch focuses in monitoring, customize options for on-demand edition.
10099

101100
1. Download MyCollab binary - https://www.mycollab.com/self-hosted/
102101
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: 21 additions & 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.9</version>
10+
<version>5.4.10</version>
1111
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1212
</parent>
1313
<packaging>jar</packaging>
@@ -261,6 +261,26 @@
261261
</execution>
262262
</executions>
263263
</plugin>
264+
<!--
265+
<plugin>
266+
<groupId>com.spotify</groupId>
267+
<artifactId>dockerfile-maven-plugin</artifactId>
268+
<version>1.2.2</version>
269+
<executions>
270+
<execution>
271+
<id>default</id>
272+
<goals>
273+
<goal>build</goal>
274+
<goal>push</goal>
275+
</goals>
276+
</execution>
277+
</executions>
278+
<configuration>
279+
<repository>mycollab/mycollab</repository>
280+
<tag>${project.version}</tag>
281+
</configuration>
282+
</plugin>
283+
-->
264284
<plugin>
265285
<groupId>org.apache.maven.plugins</groupId>
266286
<artifactId>maven-assembly-plugin</artifactId>

mycollab-app-community/src/main/installer-resources/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,22 @@ understanding in a matter of minutes.
4040
Last changelog
4141
==============
4242

43+
Version 5.4.10
44+
--------------
45+
46+
**Library Upgrades**
47+
48+
* Vaadin 7.7.10, Jackrabbit 2.15.3
49+
* Other libraries
50+
51+
**Improvements & New Features**
52+
53+
* Update CRM links mobile
54+
55+
**Bug Fixes**
56+
57+
* Customize table columns may cause duplicated items
58+
4359
Version 5.4.9
4460
-------------
4561

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.9</version>
10+
<version>5.4.10</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.9</version>
8+
<version>5.4.10</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.9</version>
10+
<version>5.4.10</version>
1111
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1212
</parent>
1313
<packaging>jar</packaging>

mycollab-core/pom.xml

Lines changed: 3 additions & 3 deletions
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.9</version>
10+
<version>5.4.10</version>
1111
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1212
</parent>
1313
<packaging>jar</packaging>
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.apache.tika</groupId>
6969
<artifactId>tika-core</artifactId>
70-
<version>1.14</version>
70+
<version>1.15</version>
7171
</dependency>
7272

7373
<dependency>
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>uk.com.robust-it</groupId>
107107
<artifactId>cloning</artifactId>
108-
<version>1.9.3</version>
108+
<version>1.9.4</version>
109109
</dependency>
110110
</dependencies>
111111
</project>

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.9</version>
10+
<version>5.4.10</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.9</version>
8+
<version>5.4.10</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.9</version>
10+
<version>5.4.10</version>
1111
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1212
</parent>
1313
<packaging>jar</packaging>

0 commit comments

Comments
 (0)