You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/20 14:39:30 UTC

[sling-org-apache-sling-models-validation-impl] 30/34: also rely on released validation version for the test

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-validation-impl.git

commit 670c6b6961e1924f9c664fce0ebc1a747c14f129
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu May 4 11:18:22 2017 +0000

    also rely on released validation version for the test
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1793773 13f79535-47bb-0310-9956-ffa450edef68
---
 src/test/provisioning/model.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/test/provisioning/model.txt b/src/test/provisioning/model.txt
index 85a1e22..3efccb4 100644
--- a/src/test/provisioning/model.txt
+++ b/src/test/provisioning/model.txt
@@ -23,9 +23,9 @@
   # this is necessary to execute the tests
   org.apache.sling/org.apache.sling.junit.core/1.0.24-SNAPSHOT
   # deploy the validation framework
-  org.apache.sling/org.apache.sling.validation.api/1.0.0-SNAPSHOT
-  org.apache.sling/org.apache.sling.validation.core/1.0.0-SNAPSHOT
-  # deploy the to be tested bundle as well
+  org.apache.sling/org.apache.sling.validation.api/1.0.0
+  org.apache.sling/org.apache.sling.validation.core/1.0.0
+  # deploy the to-be-tested bundle as well
   org.apache.sling/org.apache.sling.models.validation-impl/1.0.0-SNAPSHOT
 
 [configurations]

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.