Skip to content

Commit 4912209

Browse files
committed
reference latest release
1 parent b819638 commit 4912209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

66
# Overview
77

8-
Validates content packages to prevent invalid usage patterns described in [Debugging AEM as a Cloud Service build and deployments](https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/debugging/debugging-aem-as-a-cloud-service/build-and-deployment.html?lang=en#build-images) as those might lead to Build or Deployment errors in CloudManager. It is a validator implementation for the [FileVault Validation Module][2] and can be used for example with the [filevault-package-maven-plugin][3].
8+
Validates content packages to prevent invalid usage patterns for AEM as a Cloud Service (AEMaaCS) described in [Debugging AEM as a Cloud Service build and deployments](https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/debugging/debugging-aem-as-a-cloud-service/build-and-deployment.html?lang=en#build-images) as those might lead to Build or Deployment errors in CloudManager. It is a validator implementation for the [FileVault Validation Module][2] and can be used for example with the [filevault-package-maven-plugin][3].
99

1010
*This validator only includes checks which are not covered by the [aem-analyser-maven-plugin][aem-analyser-maven-plugin] so it is strongly recommended to also enable the [aem-analyser-maven-plugin][aem-analyser-maven-plugin] in your build.*
1111

@@ -63,7 +63,7 @@ You can use this validator with the [FileVault Package Maven Plugin][3] in versi
6363
<dependency>
6464
<groupId>biz.netcentric.filevault.validator</groupId>
6565
<artifactId>aem-cloud-validator</artifactId>
66-
<version>1.0.0</version>
66+
<version>1.1.0</version>
6767
</dependency>
6868
</dependencies>
6969
</plugin>

0 commit comments

Comments
 (0)