Skip to content

Commit 8f61c1e

Browse files
committed
chore: alias en 25X
Change-Id: I4d169bf15302fcf78e2fec9e526bde7819e90db3
1 parent 63218d3 commit 8f61c1e

7 files changed

Lines changed: 13 additions & 12 deletions

File tree

audit-share-platform-docker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<parent>
1111
<groupId>com.atolcd.alfresco</groupId>
12-
<artifactId>auditshare-253X</artifactId>
12+
<artifactId>auditshare-25X</artifactId>
1313
<version>2.2.2-SNAPSHOT</version>
1414
</parent>
1515

@@ -19,7 +19,7 @@
1919
<dependencies>
2020
<dependency>
2121
<groupId>com.atolcd.alfresco</groupId>
22-
<artifactId>auditshare-253X-repo</artifactId>
22+
<artifactId>auditshare-${alfresco.compatibility.version}-repo</artifactId>
2323
<version>2.2.2-SNAPSHOT</version>
2424
</dependency>
2525
<dependency>

audit-share-platform/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<artifactId>auditshare-253X-repo</artifactId>
4+
<artifactId>auditshare-${alfresco.compatibility.version}-repo</artifactId>
55
<name>AuditShare - Repository</name>
66
<description>AuditShare repository project</description>
77
<packaging>jar</packaging>
88

99
<parent>
1010
<groupId>com.atolcd.alfresco</groupId>
11-
<artifactId>auditshare-253X</artifactId>
11+
<artifactId>auditshare-25X</artifactId>
1212
<version>2.2.2-SNAPSHOT</version>
1313
</parent>
1414

audit-share-platform/src/main/resources/alfresco/module/auditshare-repo/module.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# NB: These properties are filtered at build time by Maven, single
2222
# sourcing from POM properties
2323
module.id=${project.artifactId}
24-
module.aliases=auditshare-module-alfresco, com.atolcd.alfresco.auditshare-repo, com.atolcd.alfresco.auditshare-42X-repo, com.atolcd.alfresco.auditshare-50X-repo, com.atolcd.alfresco.auditshare-51X-repo, com.atolcd.alfresco.auditshare-52X-repo, com.atolcd.alfresco.auditshare-61X-repo, com.atolcd.alfresco.auditshare-62X-repo, auditshare-62X-repo, auditshare-70X-repo, auditshare-71X-repo, auditshare-72X-repo, auditshare-73X-repo, auditshare-234X-repo, auditshare-251X-repo, auditshare-252X-repo
24+
module.aliases=auditshare-module-alfresco, com.atolcd.alfresco.auditshare-repo, com.atolcd.alfresco.auditshare-42X-repo, com.atolcd.alfresco.auditshare-50X-repo, com.atolcd.alfresco.auditshare-51X-repo, com.atolcd.alfresco.auditshare-52X-repo, com.atolcd.alfresco.auditshare-61X-repo, com.atolcd.alfresco.auditshare-62X-repo, auditshare-62X-repo, auditshare-70X-repo, auditshare-71X-repo, auditshare-72X-repo, auditshare-73X-repo, auditshare-234X-repo, auditshare-251X-repo, auditshare-252X-repo, auditshare-253X-repo, auditshare-25X-repo
2525
module.title=${project.name}
2626
module.description=${project.description}
2727
module.version=${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}

audit-share-share-docker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<parent>
1111
<groupId>com.atolcd.alfresco</groupId>
12-
<artifactId>auditshare-253X</artifactId>
12+
<artifactId>auditshare-25X</artifactId>
1313
<version>2.2.2-SNAPSHOT</version>
1414
</parent>
1515

@@ -19,7 +19,7 @@
1919
<dependencies>
2020
<dependency>
2121
<groupId>com.atolcd.alfresco</groupId>
22-
<artifactId>auditshare-253X-share</artifactId>
22+
<artifactId>auditshare-${alfresco.compatibility.version}-share</artifactId>
2323
<version>2.2.2-SNAPSHOT</version>
2424
</dependency>
2525
<dependency>

audit-share-share/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<artifactId>auditshare-253X-share</artifactId>
5+
<artifactId>auditshare-${alfresco.compatibility.version}-share</artifactId>
66
<name>AuditShare - Share</name>
77
<description>AuditShare Share project</description>
88
<packaging>jar</packaging>
99

1010
<parent>
1111
<groupId>com.atolcd.alfresco</groupId>
12-
<artifactId>auditshare-253X</artifactId>
12+
<artifactId>auditshare-25X</artifactId>
1313
<version>2.2.2-SNAPSHOT</version>
1414
</parent>
1515

audit-share-share/src/main/resources/alfresco/module/auditshare-share/module.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# NB: These properties are filtered at build time by Maven, single
2222
# sourcing from POM properties
2323
module.id=${project.artifactId}
24-
module.aliases=auditshare-module-share, com.atolcd.alfresco.auditshare-share, com.atolcd.alfresco.auditshare-42X-share, com.atolcd.alfresco.auditshare-50X-share, com.atolcd.alfresco.auditshare-51X-share, com.atolcd.alfresco.auditshare-52X-share, com.atolcd.alfresco.auditshare-61X-share, com.atolcd.alfresco.auditshare-62X-share, auditshare-62X-share, auditshare-70X-share, auditshare-71X-share, auditshare-72X-share, auditshare-73X-share, auditshare-234X-share, auditshare-251X-share, auditshare-252X-share
24+
module.aliases=auditshare-module-share, com.atolcd.alfresco.auditshare-share, com.atolcd.alfresco.auditshare-42X-share, com.atolcd.alfresco.auditshare-50X-share, com.atolcd.alfresco.auditshare-51X-share, com.atolcd.alfresco.auditshare-52X-share, com.atolcd.alfresco.auditshare-61X-share, com.atolcd.alfresco.auditshare-62X-share, auditshare-62X-share, auditshare-70X-share, auditshare-71X-share, auditshare-72X-share, auditshare-73X-share, auditshare-234X-share, auditshare-251X-share, auditshare-252X-share, auditshare-253X-share, auditshare-25X-share
2525
module.title=${project.name}
2626
module.description=${project.description}
2727
module.version=${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.atolcd.alfresco</groupId>
7-
<artifactId>auditshare-253X</artifactId>
7+
<artifactId>auditshare-25X</artifactId>
88
<version>2.2.2-SNAPSHOT</version>
99
<name>AuditShare</name>
1010
<description>Alfresco and Share modules - AuditShare</description>
@@ -27,6 +27,7 @@
2727
<alfresco.platform.docker.user>alfresco</alfresco.platform.docker.user>
2828
<alfresco.share.version>25.3.0.56</alfresco.share.version>
2929
<alfresco.share.docker.version>25.3.0</alfresco.share.docker.version>
30+
<alfresco.compatibility.version>25X</alfresco.compatibility.version>
3031

3132
<!-- Docker Enterprise images -->
3233
<docker.acs.image>quay.io/alfresco/alfresco-content-repository</docker.acs.image>
@@ -440,4 +441,4 @@
440441
<module>audit-share-platform-docker</module>
441442
<module>audit-share-share-docker</module>
442443
</modules>
443-
</project>
444+
</project>

0 commit comments

Comments
 (0)