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:16 UTC

svn commit: r1810929 - in /sling/trunk/launchpad/integration-tests: README.md pom.xml

Author: olli
Date: Tue Oct  3 10:08:16 2017
New Revision: 1810929

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

add uniform header linking to Sling project

Modified:
    sling/trunk/launchpad/integration-tests/README.md
    sling/trunk/launchpad/integration-tests/pom.xml

Modified: sling/trunk/launchpad/integration-tests/README.md
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/integration-tests/README.md?rev=1810929&r1=1810928&r2=1810929&view=diff
==============================================================================
--- sling/trunk/launchpad/integration-tests/README.md (original)
+++ sling/trunk/launchpad/integration-tests/README.md Tue Oct  3 10:08:16 2017
@@ -1,5 +1,7 @@
-Apache Sling integration-tests module
--------------------------------------
+# Apache Sling Launchpad Integration Tests
+
+This module is part of the [Apache Sling](https://sling.apache.org) project.
+
 This module contains test classes used by the launchpad/testing module,
 separated in their own jar to be reusable.
 

Modified: sling/trunk/launchpad/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/integration-tests/pom.xml?rev=1810929&r1=1810928&r2=1810929&view=diff
==============================================================================
--- sling/trunk/launchpad/integration-tests/pom.xml (original)
+++ sling/trunk/launchpad/integration-tests/pom.xml Tue Oct  3 10:08:16 2017
@@ -28,7 +28,7 @@
   <packaging>jar</packaging>
   <version>1.0.5-SNAPSHOT</version>
 
-  <name>Apache Sling Integration Tests</name>
+  <name>Apache Sling Launchpad Integration Tests</name>
   <description>
         Sling Integration Tests, contains integration tests that
         are used by the testing project and other upstream testing projects.