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 2018/01/22 14:00:15 UTC

[sling-site] branch master updated: adjust (Sling Parent 33)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b039189  adjust (Sling Parent 33)
b039189 is described below

commit b03918939fc428dcd234c216b8d31be0071666cb
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Jan 22 14:59:51 2018 +0100

    adjust (Sling Parent 33)
---
 .../jbake/content/documentation/development/testing-paxexam.md    | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/main/jbake/content/documentation/development/testing-paxexam.md b/src/main/jbake/content/documentation/development/testing-paxexam.md
index ec1f908..1b31b89 100644
--- a/src/main/jbake/content/documentation/development/testing-paxexam.md
+++ b/src/main/jbake/content/documentation/development/testing-paxexam.md
@@ -34,7 +34,7 @@ Add the required dependencies for testing with JUnit and Pax Exam in Sling:
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.testing.paxexam</artifactId>
-      <version>0.0.5-SNAPSHOT</version>
+      <version>1.0.0-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
 
@@ -117,9 +117,6 @@ Add `depends-maven-plugin` when using `TestSupport#baseConfiguration()` or `Slin
         <groupId>org.apache.servicemix.tooling</groupId>
         <artifactId>depends-maven-plugin</artifactId>
         <version>1.4.0</version>
-        <configuration>
-          <outputFile>${project.build.directory}/test-classes/META-INF/maven/dependencies.properties</outputFile>
-        </configuration>
         <executions>
           <execution>
             <goals>
@@ -129,7 +126,8 @@ Add `depends-maven-plugin` when using `TestSupport#baseConfiguration()` or `Slin
         </executions>
       </plugin>
 
-**NOTE:** `<version/>`, `<configuration/>` and `<executions/>` are managed in Sling Parent and can be omitted when using version 33 or higher.
+**NOTE:** `<version/>` and `<executions/>` are managed in Sling Parent and can be omitted when using version 33 or higher.
+
 
 ### 3. Create a test class and provide a *Configuration*
 

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.