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

sseifert pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7c5acd5  hamcrest integration was released long ago
7c5acd5 is described below

commit 7c5acd58fb80cf449352869e538863cefec911f5
Author: sseifert <[email protected]>
AuthorDate: Sat Sep 8 15:40:48 2018 +0200

    hamcrest integration was released long ago
---
 documentation/development/hamcrest.html | 7 ++-----
 sitemap.html                            | 2 +-
 sitemap.xml                             | 2 +-
 tags/development.html                   | 2 +-
 tags/maven.html                         | 2 +-
 5 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/documentation/development/hamcrest.html 
b/documentation/development/hamcrest.html
index 5c5637d..e5d83e0 100644
--- a/documentation/development/hamcrest.html
+++ b/documentation/development/hamcrest.html
@@ -93,15 +93,12 @@
             </h1><div id="generatedToC"></div><script 
src='/res/jquery-3.2.1.min.js' type='text/javascript'></script><script 
src='/res/tocjs-1-1-2.js' type='text/javascript'></script><script 
type='text/javascript'>$(document).ready(function() { 
$('#generatedToC').toc({'selector':'h1[class!=pagetitle],h2,h3'}); } );</script>
 <div class="row"><div class="small-12 columns"><section class="wrap"><p>Deeper 
integration with the <a href="http://hamcrest.org/";>Hamcrest matcher 
library</a>.</p>
 <h2><a href="#maven-dependency" name="maven-dependency">Maven 
Dependency</a></h2>
-<div class="warning">
-This module has not yet been officially released.
-</div>
 <pre><code><!-- TODO syntax marker (#!xml) disabled -->&lt;dependency&gt;
   &lt;groupId&gt;org.apache.sling&lt;/groupId&gt;
   &lt;artifactId&gt;org.apache.sling.testing.hamcrest&lt;/artifactId&gt;
 &lt;/dependency&gt;
 </code></pre>
-<p>Note that to keep the classpath consistent this module has all its 
dependencies marked as <code>provided</code>. It relies on your own project to 
define the needed dependencies, such as <code>org.hamcrest:hamcrest-core</code> 
and <code>org.apache.sling:org.apache.sling.api</code> .</p>
+<p>Note that to keep the classpath consistent this module has all its 
dependencies marked as <code>provided</code> (except hamcrest). It relies on 
your own project to define the needed dependencies, such as 
<code>org.apache.sling:org.apache.sling.api</code>.</p>
 <p>See latest version on the <a href="/downloads.cgi">downloads page</a>.</p>
 <h2><a href="#usage" name="usage">Usage</a></h2>
 <p>The class <code>org.apache.sling.testing.hamcrest.ResourceMatchers</code> 
is the main entry point. It contains static methods that can be used to create 
assertions.</p>
@@ -124,7 +121,7 @@ public void MyServiceTest {
 <p>The Slingshot sample application uses these matchers, see <a 
href="https://github.com/apache/sling-samples/blob/master/slingshot/src/test/java/org/apache/sling/sample/slingshot/impl/SetupServiceTest.java";>SetupServiceTest.java</a>
 for an example.</p></section></div></div>            
             <div class="footer">
 <div class="revisionInfo">
-                    Last modified by <span class="author">Robert 
Munteanu</span> on <span class="comment">Wed Nov 22 22:30:38 2017 +0200</span>
+                    Last modified by <span class="author">sseifert</span> on 
<span class="comment">Sat Sep 8 15:38:41 2018 +0200</span>
                 </div>                <p>
                     Apache Sling, Sling, Apache, the Apache feather logo, and 
the Apache Sling project logo are trademarks of The Apache Software Foundation. 
All other marks mentioned may be trademarks or registered trademarks of their 
respective owners.
                 </p><p>
diff --git a/sitemap.html b/sitemap.html
index b9de224..b362d70 100644
--- a/sitemap.html
+++ b/sitemap.html
@@ -138,8 +138,8 @@
                         <li><a 
href="/old-stuff/scriptengineintegration/groovy-support.html">Groovy 
Support</a></li>
                         <li><a href="/guides.html">Guides (retired)</a></li>
                         <li><a href="/documentation/bundles/hapi.html">HApi - 
Hypermedia API tools</a></li>
-                        <li><a 
href="/documentation/development/htl-maven-plugin.html">HTL Maven 
Plugin</a></li>
                         <li><a href="/documentation/development/jspc.html">HTL 
Maven Plugin</a></li>
+                        <li><a 
href="/documentation/development/htl-maven-plugin.html">HTL Maven 
Plugin</a></li>
                         <li><a 
href="/documentation/bundles/scripting/scripting-htl.html">HTL Scripting 
Engine</a></li>
                         <li><a 
href="/documentation/development/hamcrest.html">Hamcrest Integration</a></li>
                         <li><a 
href="/documentation/bundles/sling-query/hierarchy-operators.html">Hierarchy 
operators</a></li>
diff --git a/sitemap.xml b/sitemap.xml
index 92e435f..dd48165 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -136,8 +136,8 @@
                         <li><a 
href="/old-stuff/scriptengineintegration/groovy-support.html">Groovy 
Support</a></li>
                         <li><a href="/guides.html">Guides (retired)</a></li>
                         <li><a href="/documentation/bundles/hapi.html">HApi - 
Hypermedia API tools</a></li>
-                        <li><a 
href="/documentation/development/htl-maven-plugin.html">HTL Maven 
Plugin</a></li>
                         <li><a href="/documentation/development/jspc.html">HTL 
Maven Plugin</a></li>
+                        <li><a 
href="/documentation/development/htl-maven-plugin.html">HTL Maven 
Plugin</a></li>
                         <li><a 
href="/documentation/bundles/scripting/scripting-htl.html">HTL Scripting 
Engine</a></li>
                         <li><a 
href="/documentation/development/hamcrest.html">Hamcrest Integration</a></li>
                         <li><a 
href="/documentation/bundles/sling-query/hierarchy-operators.html">Hierarchy 
operators</a></li>
diff --git a/tags/development.html b/tags/development.html
index b89fcfb..1861d78 100644
--- a/tags/development.html
+++ b/tags/development.html
@@ -77,7 +77,7 @@
                 <tags/>
                 
             </div><tableOfContents/>
-<div class="taglinks"><h2>Tagged with 'development'</h2><div 
class="taglink"><a 
href="/documentation/development/testing-paxexam.html">Apache Sling Testing 
PaxExam</a></div><div class="taglink"><a 
href="/old-stuff/assembly.html">Assembly</a></div><div class="taglink"><a 
href="/documentation/development/dependency-management.html">Dependency 
Management</a></div><div class="taglink"><a 
href="/documentation/development.html">Development</a></div><div 
class="taglink"><a href="/documentation/ [...]
+<div class="taglinks"><h2>Tagged with 'development'</h2><div 
class="taglink"><a 
href="/documentation/development/testing-paxexam.html">Apache Sling Testing 
PaxExam</a></div><div class="taglink"><a 
href="/old-stuff/assembly.html">Assembly</a></div><div class="taglink"><a 
href="/documentation/development/dependency-management.html">Dependency 
Management</a></div><div class="taglink"><a 
href="/documentation/development.html">Development</a></div><div 
class="taglink"><a href="/documentation/ [...]
                     <span class="allTagsLink"><a href="/tags/api.html" 
class="label">api<span class="badge">3</span></a></span>
                     <span class="allTagsLink"><a 
href="/tags/authentication.html" class="label">authentication<span 
class="badge">8</span></a></span>
                     <span class="allTagsLink"><a href="/tags/bundles.html" 
class="label">bundles<span class="badge">3</span></a></span>
diff --git a/tags/maven.html b/tags/maven.html
index 054bcb1..e405e44 100644
--- a/tags/maven.html
+++ b/tags/maven.html
@@ -77,7 +77,7 @@
                 <tags/>
                 
             </div><tableOfContents/>
-<div class="taglinks"><h2>Tagged with 'maven'</h2><div class="taglink"><a 
href="/documentation/development/testing-paxexam.html">Apache Sling Testing 
PaxExam</a></div><div class="taglink"><a 
href="/documentation/development/htl-maven-plugin.html">HTL Maven 
Plugin</a></div><div class="taglink"><a 
href="/documentation/development/jspc.html">HTL Maven Plugin</a></div><div 
class="taglink"><a 
href="/documentation/development/maven-archetypes.html">Maven 
Archetypes</a></div><div class="taglink [...]
+<div class="taglinks"><h2>Tagged with 'maven'</h2><div class="taglink"><a 
href="/documentation/development/testing-paxexam.html">Apache Sling Testing 
PaxExam</a></div><div class="taglink"><a 
href="/documentation/development/jspc.html">HTL Maven Plugin</a></div><div 
class="taglink"><a href="/documentation/development/htl-maven-plugin.html">HTL 
Maven Plugin</a></div><div class="taglink"><a 
href="/documentation/development/maven-archetypes.html">Maven 
Archetypes</a></div><div class="taglink [...]
                     <span class="allTagsLink"><a href="/tags/api.html" 
class="label">api<span class="badge">3</span></a></span>
                     <span class="allTagsLink"><a 
href="/tags/authentication.html" class="label">authentication<span 
class="badge">8</span></a></span>
                     <span class="allTagsLink"><a href="/tags/bundles.html" 
class="label">bundles<span class="badge">3</span></a></span>

Reply via email to