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:38:08 UTC

[sling-org-apache-sling-event] 21/26: Downgrade to o.a.s.testing.tools 1.0.16 to not have a SNAPSHOT without need

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-event.git

commit 8857146ea6cbb7d61828d29647350bce73e49def
Author: Karl Pauls <pa...@apache.org>
AuthorDate: Thu Aug 10 12:32:36 2017 +0000

    Downgrade to o.a.s.testing.tools 1.0.16 to not have a SNAPSHOT without need
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1804666 13f79535-47bb-0310-9956-ffa450edef68
---
 src/test/java/org/apache/sling/event/it/AbstractJobHandlingTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/sling/event/it/AbstractJobHandlingTest.java b/src/test/java/org/apache/sling/event/it/AbstractJobHandlingTest.java
index ce69345..c51ecd9 100644
--- a/src/test/java/org/apache/sling/event/it/AbstractJobHandlingTest.java
+++ b/src/test/java/org/apache/sling/event/it/AbstractJobHandlingTest.java
@@ -247,7 +247,7 @@ public abstract class AbstractJobHandlingTest {
 
                 mavenBundle("org.apache.sling", "org.apache.sling.jcr.oak.server", "1.1.0"),
 
-                mavenBundle("org.apache.sling", "org.apache.sling.testing.tools", "1.0.17-SNAPSHOT"),
+                mavenBundle("org.apache.sling", "org.apache.sling.testing.tools", "1.0.16"),
                 mavenBundle("org.apache.httpcomponents", "httpcore-osgi", "4.1.2"),
                 mavenBundle("org.apache.httpcomponents", "httpclient-osgi", "4.1.2"),
 

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