You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/02/06 11:41:17 UTC

[maven-doxia] branch DOXIA-602 created (now e823450)

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

slachiewicz pushed a change to branch DOXIA-602
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git.


      at e823450  [DOXIA-602] Upgrade to XMLUnit 2.6.3

This branch includes the following new commits:

     new 77cec36  [DOXIA-602] Upgrade to JUnit 4.13
     new e823450  [DOXIA-602] Upgrade to XMLUnit 2.6.3

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-doxia] 02/02: [DOXIA-602] Upgrade to XMLUnit 2.6.3

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch DOXIA-602
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git

commit e8234500916c42b5f2812743458c66fe57f9d7d5
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Feb 6 12:40:48 2020 +0100

    [DOXIA-602] Upgrade to XMLUnit 2.6.3
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0010918..7cf8bf6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,13 +181,13 @@ under the License.
       <dependency>
           <groupId>org.xmlunit</groupId>
           <artifactId>xmlunit-core</artifactId>
-          <version>2.5.1</version>
+          <version>2.6.3</version>
           <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.xmlunit</groupId>
         <artifactId>xmlunit-matchers</artifactId>
-        <version>2.5.1</version>
+        <version>2.6.3</version>
         <scope>test</scope>
       </dependency>
 


[maven-doxia] 01/02: [DOXIA-602] Upgrade to JUnit 4.13

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch DOXIA-602
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git

commit 77cec3661e0c5c96ce9ec84942b3394ecfb61720
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Feb 6 12:36:40 2020 +0100

    [DOXIA-602] Upgrade to JUnit 4.13
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d60bd1b..0010918 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,7 +222,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.12</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
   </dependencies>