File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
plugins/alfresco-maven-plugin
src/main/java/org/alfresco/maven/plugin Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 135135 <version >0.6.0</version >
136136 </dependency >
137137 <dependency >
138- <groupId >commons-lang </groupId >
139- <artifactId >commons-lang </artifactId >
140- <version >2.6 </version >
138+ <groupId >org.apache. commons</groupId >
139+ <artifactId >commons-lang3 </artifactId >
140+ <version >3.18.0 </version >
141141 </dependency >
142142 <dependency >
143143 <groupId >org.twdata.maven</groupId >
167167 </plugins >
168168 </reporting >
169169
170- </project >
170+ </project >
Original file line number Diff line number Diff line change 1717 */
1818package org .alfresco .maven .plugin ;
1919
20- import org .apache .commons .lang .StringUtils ;
20+ import org .apache .commons .lang3 .StringUtils ;
2121import org .apache .commons .net .telnet .TelnetClient ;
2222import org .apache .http .HttpHost ;
2323import org .apache .http .HttpStatus ;
Original file line number Diff line number Diff line change 2020import org .alfresco .maven .plugin .config .ModuleDependency ;
2121import org .alfresco .maven .plugin .config .TomcatDependency ;
2222import org .alfresco .maven .plugin .config .TomcatWebapp ;
23- import org .apache .commons .lang .StringUtils ;
23+ import org .apache .commons .lang3 .StringUtils ;
2424import org .apache .http .client .methods .CloseableHttpResponse ;
2525import org .apache .http .client .methods .HttpGet ;
2626import org .apache .http .impl .client .CloseableHttpClient ;
Original file line number Diff line number Diff line change 1818
1919package org .alfresco .maven .plugin .config ;
2020
21- import org .apache .commons .lang .StringUtils ;
21+ import org .apache .commons .lang3 .StringUtils ;
2222
2323/**
2424 * <p>
Original file line number Diff line number Diff line change 5656 <alfresco .sdk.tests.exclude>*/*-enterprise*/*</alfresco .sdk.tests.exclude>
5757
5858 <alfresco .bomDependency.artifactId>acs-community-packaging</alfresco .bomDependency.artifactId>
59- <alfresco .platform.version>25.2.0 </alfresco .platform.version>
59+ <alfresco .platform.version>25.3.0-A.8 </alfresco .platform.version>
6060 <alfresco .platform.docker.user>alfresco</alfresco .platform.docker.user>
61- <alfresco .share.docker.version>25.2.0 </alfresco .share.docker.version>
61+ <alfresco .share.docker.version>25.3.0-A.8 </alfresco .share.docker.version>
6262 <!--
6363 The following value is now obtained by looking at the
6464 - alfresco-community-share.version (eg. https://github.com/Alfresco/acs-community-packaging/blob/25.1.0/pom.xml#L17)
6565 or
6666 - alfresco-enterprise-share.version (eg. https://github.com/Alfresco/acs-packaging/blob/25.1.0/pom.xml#L18)
6767 for the GitHub Tag related to the above Docker version.
6868 -->
69- <alfresco .share.version>25.2 .0.46 </alfresco .share.version>
69+ <alfresco .share.version>25.3 .0.25 </alfresco .share.version>
7070 <alfresco .platform.docker.image>alfresco/alfresco-content-repository-community</alfresco .platform.docker.image>
7171 <alfresco .share.docker.image>alfresco/alfresco-share</alfresco .share.docker.image>
7272 <keystore .settings>
711711 <timezone >+1</timezone >
712712 </contributor >
713713 </contributors >
714- </project >
714+ </project >
You can’t perform that action at this time.
0 commit comments