You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/05/30 20:26:57 UTC

[maven-doxia] branch master updated (5508c696 -> 8ef6a26a)

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

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


    from 5508c696 [DOXIA-651] Upgrade Flexmark to 0.50.50
     new daf45706 Fix indent
     new e3828acf [DOXIA-653] Upgrade Plexus Utils to 3.4.2
     new 02026d1f [DOXIA-654] Upgrade XML Unit to 2.9.0
     new 8ef6a26a [DOXIA-655] Upgrade SLF4J to 1.7.36

The 4 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.


Summary of changes:
 doxia-core/pom.xml | 8 ++++----
 pom.xml            | 9 +++++----
 2 files changed, 9 insertions(+), 8 deletions(-)


[maven-doxia] 03/04: [DOXIA-654] Upgrade XML Unit to 2.9.0

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

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

commit 02026d1ffdf4164ce2d458a29f58dfaeb09b80ff
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon May 30 22:25:17 2022 +0200

    [DOXIA-654] Upgrade XML Unit to 2.9.0
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8172986a..b11b49af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,7 @@ under the License.
     <slf4jVersion>1.7.32</slf4jVersion>
     <junitVersion>5.8.2</junitVersion>
     <sisuVersion>0.3.5</sisuVersion>
+    <xmlunitVersion>2.9.0</xmlunitVersion>
   </properties>
 
   <dependencyManagement>
@@ -153,7 +154,7 @@ under the License.
       <dependency>
           <groupId>org.xmlunit</groupId>
           <artifactId>xmlunit-core</artifactId>
-          <version>2.8.4</version>
+          <version>${xmlunitVersion}</version>
           <scope>test</scope>
           <!-- Exclude due to https://github.com/xmlunit/xmlunit/issues/248 -->
           <exclusions>
@@ -170,7 +171,7 @@ under the License.
       <dependency>
         <groupId>org.xmlunit</groupId>
         <artifactId>xmlunit-matchers</artifactId>
-        <version>2.8.4</version>
+        <version>${xmlunitVersion}</version>
         <scope>test</scope>
       </dependency>
       <dependency>


[maven-doxia] 04/04: [DOXIA-655] Upgrade SLF4J to 1.7.36

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

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

commit 8ef6a26a35946385ad55193a63e0180a5d5320ec
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon May 30 22:25:37 2022 +0200

    [DOXIA-655] Upgrade SLF4J to 1.7.36
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b11b49af..1bef0c3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@ under the License.
     <maven.site.path>doxia-archives/doxia-LATEST</maven.site.path>
     <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,MethodName,InnerAssignment,MagicNumber</checkstyle.violation.ignore>
     <project.build.outputTimestamp>2022-02-13T21:44:43Z</project.build.outputTimestamp>
-    <slf4jVersion>1.7.32</slf4jVersion>
+    <slf4jVersion>1.7.36</slf4jVersion>
     <junitVersion>5.8.2</junitVersion>
     <sisuVersion>0.3.5</sisuVersion>
     <xmlunitVersion>2.9.0</xmlunitVersion>


[maven-doxia] 01/04: Fix indent

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

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

commit daf457069755f743577c451a2cdf1703f9f1fa37
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon May 30 22:17:34 2022 +0200

    Fix indent
---
 doxia-core/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doxia-core/pom.xml b/doxia-core/pom.xml
index 71f10ab4..8a9f7154 100644
--- a/doxia-core/pom.xml
+++ b/doxia-core/pom.xml
@@ -73,10 +73,10 @@ under the License.
       <scope>test</scope>
     </dependency>
     <dependency>
-        <groupId>org.hamcrest</groupId>
-        <artifactId>hamcrest-core</artifactId>
-        <version>1.3</version>
-        <scope>test</scope>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-core</artifactId>
+      <version>1.3</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.xmlunit</groupId>


[maven-doxia] 02/04: [DOXIA-653] Upgrade Plexus Utils to 3.4.2

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

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

commit e3828acfb1cfe5ecf5b150a6d50e39423e5f36ed
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon May 30 22:24:48 2022 +0200

    [DOXIA-653] Upgrade Plexus Utils to 3.4.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cd8e4019..8172986a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@ under the License.
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.3.1</version>
+        <version>3.4.2</version>
       </dependency>
       <dependency>
         <groupId>javax.inject</groupId>