Author: bdelacretaz
Date: Fri Oct 14 09:15:56 2016
New Revision: 1764841
URL: http://svn.apache.org/viewvc?rev=1764841&view=rev
Log:
Fix broken build - this module relies on an hapi snapshot from contrib, that's
not good but at least the build should pass now (I have deployed hapi snapshots)
Modified:
sling/trunk/testing/http/clients/pom.xml
Modified: sling/trunk/testing/http/clients/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/testing/http/clients/pom.xml?rev=1764841&r1=1764840&r2=1764841&view=diff
==============================================================================
--- sling/trunk/testing/http/clients/pom.xml (original)
+++ sling/trunk/testing/http/clients/pom.xml Fri Oct 14 09:15:56 2016
@@ -151,7 +151,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.hapi.client</artifactId>
- <version>1.0.0</version>
+ <version>1.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>