You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/03/28 17:33:27 UTC

[sling-parent] branch issue/SLING-8199 updated: trivial: rewording

This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch issue/SLING-8199
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/issue/SLING-8199 by this push:
     new 4446ad7  trivial: rewording
4446ad7 is described below

commit 4446ad72b9329488112c4ad8937945a1be84dfd6
Author: Radu Cotescu <17...@users.noreply.github.com>
AuthorDate: Thu Mar 28 18:33:22 2019 +0100

    trivial: rewording
---
 sling-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 29617df..05ff556 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -124,7 +124,7 @@
                                     <property>sling.java.version</property>
                                     <regex>^(8|9|1[0-9])$</regex>
                                     <regexMessage>
-                                        The value of the "sling.java.version" property should comply with the following rule: ^(8|9|1[0-9])$.
+                                        The value of the "sling.java.version" property should comply with the following pattern: ^(8|9|1[0-9])$.
                                     </regexMessage>
                                 </requireProperty>
                             </rules>