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

Commit e938c74

Browse files
author
Hai Nguyen
committed
* Update mycollab version to 4.3.1
1 parent 0858f8e commit e938c74

26 files changed

Lines changed: 167 additions & 86 deletions

File tree

mycollab-app-community/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.esofthead.mycollab</groupId>
99
<artifactId>parent-community</artifactId>
10-
<version>4.3.0</version>
10+
<version>4.3.1</version>
1111
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1212
</parent>
1313
<packaging>war</packaging>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>com.esofthead.mycollab</groupId>
1818
<artifactId>mycollab-server-runner</artifactId>
19-
<version>4.3.0</version>
19+
<version>4.3.1</version>
2020
<exclusions>
2121
<exclusion>
2222
<groupId>com.esofthead.mycollab</groupId>
@@ -28,25 +28,25 @@
2828
<dependency>
2929
<groupId>com.esofthead.mycollab</groupId>
3030
<artifactId>mycollab-servlet</artifactId>
31-
<version>4.3.0</version>
31+
<version>4.3.1</version>
3232
</dependency>
3333

3434
<dependency>
3535
<groupId>com.esofthead.mycollab</groupId>
3636
<artifactId>mycollab-services-community</artifactId>
37-
<version>4.3.0</version>
37+
<version>4.3.1</version>
3838
</dependency>
3939

4040
<dependency>
4141
<groupId>com.esofthead.mycollab</groupId>
4242
<artifactId>mycollab-mobile</artifactId>
43-
<version>4.3.0</version>
43+
<version>4.3.1</version>
4444
</dependency>
4545

4646
<dependency>
4747
<groupId>com.esofthead.mycollab</groupId>
4848
<artifactId>mycollab-web-community</artifactId>
49-
<version>4.3.0</version>
49+
<version>4.3.1</version>
5050
</dependency>
5151
<!-- <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-client-compiler</artifactId>
5252
<version>${vaadinVersion}</version> <scope>provided</scope> </dependency> -->

mycollab-caching/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,33 @@
77
<parent>
88
<groupId>com.esofthead.mycollab</groupId>
99
<artifactId>parent-community</artifactId>
10-
<version>4.3.0</version>
10+
<version>4.3.1</version>
1111
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1212
</parent>
1313
<packaging>jar</packaging>
1414
<dependencies>
1515
<dependency>
1616
<groupId>com.esofthead.mycollab</groupId>
1717
<artifactId>mycollab-core</artifactId>
18-
<version>4.3.0</version>
18+
<version>4.3.1</version>
1919
</dependency>
2020

2121
<dependency>
2222
<groupId>com.esofthead.mycollab</groupId>
2323
<artifactId>mycollab-dao</artifactId>
24-
<version>4.3.0</version>
24+
<version>4.3.1</version>
2525
</dependency>
2626

2727
<dependency>
2828
<groupId>com.esofthead.mycollab</groupId>
2929
<artifactId>mycollab-config</artifactId>
30-
<version>4.3.0</version>
30+
<version>4.3.1</version>
3131
</dependency>
3232

3333
<dependency>
3434
<groupId>com.esofthead.mycollab</groupId>
3535
<artifactId>mycollab-test</artifactId>
36-
<version>4.3.0</version>
36+
<version>4.3.1</version>
3737
<scope>test</scope>
3838
</dependency>
3939

mycollab-config/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<parent>
88
<groupId>com.esofthead.mycollab</groupId>
99
<artifactId>parent-community</artifactId>
10-
<version>4.3.0</version>
10+
<version>4.3.1</version>
1111
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1212
</parent>
1313
<packaging>jar</packaging>
1414
<dependencies>
1515
<dependency>
1616
<groupId>com.esofthead.mycollab</groupId>
1717
<artifactId>mycollab-core</artifactId>
18-
<version>4.3.0</version>
18+
<version>4.3.1</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.jasypt</groupId>

mycollab-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<parent>
88
<groupId>com.esofthead.mycollab</groupId>
99
<artifactId>parent-community</artifactId>
10-
<version>4.3.0</version>
10+
<version>4.3.1</version>
1111
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1212
</parent>
1313
<packaging>jar</packaging>
1414
<dependencies>
1515
<dependency>
1616
<groupId>com.esofthead.mycollab</groupId>
1717
<artifactId>mycollab-test</artifactId>
18-
<version>4.3.0</version>
18+
<version>4.3.1</version>
1919
</dependency>
2020

2121
<dependency>

mycollab-core/src/main/java/com/esofthead/mycollab/html/DivLessFormatter.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/**
2+
* This file is part of mycollab-core.
3+
*
4+
* mycollab-core is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* mycollab-core is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with mycollab-core. If not, see <http://www.gnu.org/licenses/>.
16+
*/
117
package com.esofthead.mycollab.html;
218

319
import com.hp.gagawa.java.Node;

mycollab-dao/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<parent>
88
<groupId>com.esofthead.mycollab</groupId>
99
<artifactId>parent-community</artifactId>
10-
<version>4.3.0</version>
10+
<version>4.3.1</version>
1111
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1212
</parent>
1313
<packaging>jar</packaging>
1414
<dependencies>
1515
<dependency>
1616
<groupId>com.esofthead.mycollab</groupId>
1717
<artifactId>mycollab-core</artifactId>
18-
<version>4.3.0</version>
18+
<version>4.3.1</version>
1919
</dependency>
2020

2121
<dependency>

mycollab-esb/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,33 @@
77
<parent>
88
<groupId>com.esofthead.mycollab</groupId>
99
<artifactId>parent-community</artifactId>
10-
<version>4.3.0</version>
10+
<version>4.3.1</version>
1111
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1212
</parent>
1313
<packaging>jar</packaging>
1414
<dependencies>
1515
<dependency>
1616
<groupId>com.esofthead.mycollab</groupId>
1717
<artifactId>mycollab-core</artifactId>
18-
<version>4.3.0</version>
18+
<version>4.3.1</version>
1919
</dependency>
2020

2121
<dependency>
2222
<groupId>com.esofthead.mycollab</groupId>
2323
<artifactId>mycollab-config</artifactId>
24-
<version>4.3.0</version>
24+
<version>4.3.1</version>
2525
</dependency>
2626

2727
<dependency>
2828
<groupId>com.esofthead.mycollab</groupId>
2929
<artifactId>mycollab-services</artifactId>
30-
<version>4.3.0</version>
30+
<version>4.3.1</version>
3131
</dependency>
3232

3333
<dependency>
3434
<groupId>com.esofthead.mycollab</groupId>
3535
<artifactId>mycollab-test</artifactId>
36-
<version>4.3.0</version>
36+
<version>4.3.1</version>
3737
<scope>test</scope>
3838
</dependency>
3939
</dependencies>

mycollab-jackrabbit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.esofthead.mycollab</groupId>
2121
<artifactId>parent-community</artifactId>
22-
<version>4.3.0</version>
22+
<version>4.3.1</version>
2323
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
2424
</parent>
2525

@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.esofthead.mycollab</groupId>
3030
<artifactId>mycollab-core</artifactId>
31-
<version>4.3.0</version>
31+
<version>4.3.1</version>
3232
</dependency>
3333

3434
<!-- ECM -->

mycollab-localization/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
<parent>
88
<groupId>com.esofthead.mycollab</groupId>
99
<artifactId>parent-community</artifactId>
10-
<version>4.3.0</version>
10+
<version>4.3.1</version>
1111
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1212
</parent>
1313
<packaging>jar</packaging>
1414
<dependencies>
1515
<dependency>
1616
<groupId>com.esofthead.mycollab</groupId>
1717
<artifactId>mycollab-core</artifactId>
18-
<version>4.3.0</version>
18+
<version>4.3.1</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>com.esofthead.mycollab</groupId>
2222
<artifactId>mycollab-config</artifactId>
23-
<version>4.3.0</version>
23+
<version>4.3.1</version>
2424
</dependency>
2525
</dependencies>
2626
</project>

mycollab-migration/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@
77
<parent>
88
<groupId>com.esofthead.mycollab</groupId>
99
<artifactId>parent-community</artifactId>
10-
<version>4.3.0</version>
10+
<version>4.3.1</version>
1111
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1212
</parent>
1313
<packaging>jar</packaging>
1414
<dependencies>
1515
<dependency>
1616
<groupId>com.esofthead.mycollab</groupId>
1717
<artifactId>mycollab-core</artifactId>
18-
<version>4.3.0</version>
18+
<version>4.3.1</version>
1919
</dependency>
2020

2121
<dependency>
2222
<groupId>com.esofthead.mycollab</groupId>
2323
<artifactId>mycollab-dao</artifactId>
24-
<version>4.3.0</version>
24+
<version>4.3.1</version>
2525
</dependency>
2626

2727
<dependency>
2828
<groupId>com.esofthead.mycollab</groupId>
2929
<artifactId>mycollab-config</artifactId>
30-
<version>4.3.0</version>
30+
<version>4.3.1</version>
3131
</dependency>
3232

3333
<dependency>

0 commit comments

Comments
 (0)