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/03/07 19:48:04 UTC

[sling-site] 01/02: release Testing PaxExam 2.0.0

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

commit edd9946ab56f2d3208f62d5626706ad97d709387
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Mar 7 20:46:13 2018 +0100

    release Testing PaxExam 2.0.0
---
 src/main/jbake/content/documentation/development/testing-paxexam.md | 2 +-
 src/main/jbake/content/releases.md                                  | 1 +
 src/main/jbake/templates/downloads.tpl                              | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/jbake/content/documentation/development/testing-paxexam.md b/src/main/jbake/content/documentation/development/testing-paxexam.md
index d19a265..29cab14 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>1.0.0</version>
+      <version>2.0.0</version>
       <scope>provided</scope>
     </dependency>
 
diff --git a/src/main/jbake/content/releases.md b/src/main/jbake/content/releases.md
index 3bbc22c..251d46d 100644
--- a/src/main/jbake/content/releases.md
+++ b/src/main/jbake/content/releases.md
@@ -8,6 +8,7 @@ This is a list of all our releases, available from our [downloads](/downloads.cg
 
 ## March 2018
 
+* Testing PaxExam 2.0.0 (7th)
 *  Models Impl 1.4.8 (5th)
 *  Testing Sling Mock 2.2.18, Servlet Helpers 1.1.4 (1st)
 
diff --git a/src/main/jbake/templates/downloads.tpl b/src/main/jbake/templates/downloads.tpl
index f0e655c..680aad9 100644
--- a/src/main/jbake/templates/downloads.tpl
+++ b/src/main/jbake/templates/downloads.tpl
@@ -222,7 +222,7 @@ def bundles=[
   "Testing JCR Mock|org.apache.sling.testing.jcr-mock|1.3.2",
   "Testing Logging Mock|org.apache.sling.testing.logging-mock|2.0.0",
   "Testing OSGi Mock|org.apache.sling.testing.osgi-mock|2.3.4",
-  "Testing PaxExam|org.apache.sling.testing.paxexam|1.0.0",
+  "Testing PaxExam|org.apache.sling.testing.paxexam|2.0.0",
   "Testing Resource Resolver Mock|org.apache.sling.testing.resourceresolver-mock|1.1.20",
   "Testing Sling Mock|org.apache.sling.testing.sling-mock|2.2.18",
   "Testing Sling Mock Jackrabbit|org.apache.sling.testing.sling-mock-jackrabbit|1.0.0",

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