You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/10/03 10:08:33 UTC

svn commit: r1810931 - in /sling/trunk/launchpad/testing-war: README.md pom.xml

Author: olli
Date: Tue Oct  3 10:08:32 2017
New Revision: 1810931

URL: http://svn.apache.org/viewvc?rev=1810931&view=rev
Log:
SLING-7167 Adjust READMEs

add uniform header linking to Sling project

Modified:
    sling/trunk/launchpad/testing-war/README.md
    sling/trunk/launchpad/testing-war/pom.xml

Modified: sling/trunk/launchpad/testing-war/README.md
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/testing-war/README.md?rev=1810931&r1=1810930&r2=1810931&view=diff
==============================================================================
--- sling/trunk/launchpad/testing-war/README.md (original)
+++ sling/trunk/launchpad/testing-war/README.md Tue Oct  3 10:08:32 2017
@@ -1,10 +1,12 @@
-Apache Sling Launchpad Testing WAR module
+# Apache Sling Launchpad Testing WAR
+
+This module is part of the [Apache Sling](https://sling.apache.org) project.
 
 This module builds a Sling instance using bundles from the trunk, and
 runs integration tests against it, via HTTP.
 
-Integration tests
------------------
+## Integration tests
+
 This module runs number of integration tests provided by the sibling 
 integration-tests module.
 

Modified: sling/trunk/launchpad/testing-war/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/testing-war/pom.xml?rev=1810931&r1=1810930&r2=1810931&view=diff
==============================================================================
--- sling/trunk/launchpad/testing-war/pom.xml (original)
+++ sling/trunk/launchpad/testing-war/pom.xml Tue Oct  3 10:08:32 2017
@@ -31,7 +31,7 @@
     <packaging>slingstart</packaging>
     <version>10-SNAPSHOT</version>
 
-    <name>Apache Sling Launchpad Testing WAR version</name>
+    <name>Apache Sling Launchpad Testing WAR</name>
     <description>
         Sling Launchpad Testing module, contains integration tests that
         were previously in the launchpad webapp module.