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

Commit ea1c3c2

Browse files
author
Hai Nguyen
committed
Upgrade MyCollab to 4.5.5
1 parent cb3aa84 commit ea1c3c2

23 files changed

Lines changed: 94 additions & 94 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.5.4</version>
10+
<version>4.5.5</version>
1111
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
1212
</parent>
1313
<packaging>war</packaging>
@@ -135,7 +135,7 @@
135135
<dependency>
136136
<groupId>com.esofthead.mycollab</groupId>
137137
<artifactId>mycollab-server-runner</artifactId>
138-
<version>4.5.4</version>
138+
<version>4.5.5</version>
139139
<exclusions>
140140
<exclusion>
141141
<groupId>com.esofthead.mycollab</groupId>
@@ -147,25 +147,25 @@
147147
<dependency>
148148
<groupId>com.esofthead.mycollab</groupId>
149149
<artifactId>mycollab-servlet</artifactId>
150-
<version>4.5.4</version>
150+
<version>4.5.5</version>
151151
</dependency>
152152

153153
<dependency>
154154
<groupId>com.esofthead.mycollab</groupId>
155155
<artifactId>mycollab-services-community</artifactId>
156-
<version>4.5.4</version>
156+
<version>4.5.5</version>
157157
</dependency>
158158

159159
<dependency>
160160
<groupId>com.esofthead.mycollab</groupId>
161161
<artifactId>mycollab-mobile</artifactId>
162-
<version>4.5.4</version>
162+
<version>4.5.5</version>
163163
</dependency>
164164

165165
<dependency>
166166
<groupId>com.esofthead.mycollab</groupId>
167167
<artifactId>mycollab-web-community</artifactId>
168-
<version>4.5.4</version>
168+
<version>4.5.5</version>
169169
</dependency>
170170

171171
<dependency>

mycollab-app-community/src/izpack/install.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- The info section. The meaning of the tags should be natural ... -->
55
<info>
66
<appname>MyCollab, the Project and CRM tools</appname>
7-
<appversion>4.5.2</appversion>
7+
<appversion>4.5.5</appversion>
88
<appsubpath>mycollab</appsubpath>
99
<authors>
1010
<author name="MyCollab Ltd" email="support@mycollab.com" />
@@ -32,7 +32,7 @@
3232
use the LicencePanel and/or the InfoPanel. -->
3333
<resources>
3434
<res id="LicencePanel.licence" src="txt/LICENSE.txt" />
35-
<res id="InfoPanel.info" src="txt/Release_Notes.txt" />
35+
<res id="InfoPanel.info" src="txt/README.md" />
3636
</resources>
3737

3838
<!-- The panels section. We indicate here which panels we want to use.

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.5.4</version>
10+
<version>4.5.5</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.5.4</version>
18+
<version>4.5.5</version>
1919
</dependency>
2020

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

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

3333
<dependency>
3434
<groupId>com.esofthead.mycollab</groupId>
3535
<artifactId>mycollab-test</artifactId>
36-
<version>4.5.4</version>
36+
<version>4.5.5</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.5.4</version>
10+
<version>4.5.5</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.5.4</version>
18+
<version>4.5.5</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.5.4</version>
10+
<version>4.5.5</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.5.4</version>
18+
<version>4.5.5</version>
1919
</dependency>
2020

2121
<dependency>

mycollab-dao/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
<parent>
88
<groupId>com.esofthead.mycollab</groupId>
99
<artifactId>parent-community</artifactId>
10-
<version>4.5.4</version>
10+
<version>4.5.5</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.5.4</version>
18+
<version>4.5.5</version>
1919
</dependency>
2020

2121
<dependency>
2222
<groupId>com.esofthead.mycollab</groupId>
2323
<artifactId>mycollab-localization</artifactId>
24-
<version>4.5.4</version>
24+
<version>4.5.5</version>
2525
</dependency>
2626

2727
<dependency>

mycollab-deployer-community/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
<name>mycollab-deployer-community</name>
66
<groupId>com.esofthead.mycollab</groupId>
77
<artifactId>mycollab-deployer-community</artifactId>
8-
<version>4.5.4</version>
8+
<version>4.5.5</version>
99
<packaging>pom</packaging>
1010
<modules>
1111
<module>../mycollab-parent-community</module>
12+
<module>../mycollab-test</module>
1213
<module>../mycollab-core</module>
1314
<module>../mycollab-localization</module>
1415
<module>../mycollab-config</module>
1516
<module>../mycollab-dao</module>
16-
<module>../mycollab-test</module>
1717
<module>../mycollab-caching</module>
1818
<module>../mycollab-jackrabbit</module>
19-
<module>../mycollab-migration</module>
2019
<module>../mycollab-services</module>
20+
<module>../mycollab-migration</module>
2121
<module>../mycollab-server-runner</module>
2222
<module>../mycollab-esb</module>
2323
<module>../mycollab-reporting</module>

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.5.4</version>
10+
<version>4.5.5</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.5.4</version>
18+
<version>4.5.5</version>
1919
</dependency>
2020

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

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

3333
<dependency>
3434
<groupId>com.esofthead.mycollab</groupId>
3535
<artifactId>mycollab-test</artifactId>
36-
<version>4.5.4</version>
36+
<version>4.5.5</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.5.4</version>
22+
<version>4.5.5</version>
2323
<relativePath>../mycollab-parent-community/pom.xml</relativePath>
2424
</parent>
2525

@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.esofthead.mycollab</groupId>
3434
<artifactId>mycollab-core</artifactId>
35-
<version>4.5.4</version>
35+
<version>4.5.5</version>
3636
</dependency>
3737

3838
<!-- 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.5.4</version>
10+
<version>4.5.5</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.5.4</version>
18+
<version>4.5.5</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>com.esofthead.mycollab</groupId>
2222
<artifactId>mycollab-config</artifactId>
23-
<version>4.5.4</version>
23+
<version>4.5.5</version>
2424
</dependency>
2525
</dependencies>
2626
</project>

0 commit comments

Comments
 (0)