You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/09/02 17:18:25 UTC

[maven-source-plugin] branch MSOURCES-118 created (now 6323f65)

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

khmarbaise pushed a change to branch MSOURCES-118
in repository https://gitbox.apache.org/repos/asf/maven-source-plugin.git.


      at 6323f65  [MSOURCES-118] - Upgrade JUnit to 4.12

This branch includes the following new commits:

     new 6323f65  [MSOURCES-118] - Upgrade JUnit to 4.12

The 1 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-source-plugin] 01/01: [MSOURCES-118] - Upgrade JUnit to 4.12

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

khmarbaise pushed a commit to branch MSOURCES-118
in repository https://gitbox.apache.org/repos/asf/maven-source-plugin.git

commit 6323f65792ab2873a9ef6102b9aff873319e225d
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Sep 2 19:18:21 2018 +0200

    [MSOURCES-118] - Upgrade JUnit to 4.12
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f9fd5c9..fe739ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@ under the License.
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.12</version>
       <scope>test</scope>
     </dependency>
   </dependencies>