You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2020/04/19 00:10:47 UTC

[maven-surefire] branch master updated (e5d6e58 -> 66b11bd)

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

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


    from e5d6e58  [SUREFIRE-1695] Support multiple inheritance of @Categories
     new 8f75ada  resolved dependency upgrade with objenesis
     new 66b11bd  [SUREFIRE-1777] Upgrade Fluido to Version 1.9

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.


Summary of changes:
 pom.xml           | 6 ++++++
 src/site/site.xml | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)


[maven-surefire] 01/02: resolved dependency upgrade with objenesis

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

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

commit 8f75adac180d2a3dcdd24877e4a96b498e3aa0bd
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Apr 19 02:09:52 2020 +0200

    resolved dependency upgrade with objenesis
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3569f53..f9cd73b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -385,6 +385,12 @@
         <groupId>org.powermock</groupId>
         <artifactId>powermock-reflect</artifactId>
         <version>${powermockVersion}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.objenesis</groupId>
+            <artifactId>objenesis</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>org.javassist</groupId>


[maven-surefire] 02/02: [SUREFIRE-1777] Upgrade Fluido to Version 1.9

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

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

commit 66b11bdc34d7ffd5945b4f0e9853a0da977273b4
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Apr 19 02:10:37 2020 +0200

    [SUREFIRE-1777] Upgrade Fluido to Version 1.9
---
 src/site/site.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 669e542..c3ca347 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -33,7 +33,7 @@
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.8</version>
+    <version>1.9</version>
   </skin>
 
   <custom>