You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2018/04/21 16:20:53 UTC

[text] Update to JUnit version 5.2.0-M1 and JUnit Platform version 1.2.0-M1 to make build pass on Java 11.

Repository: commons-text
Updated Branches:
  refs/heads/master 6b9c9049b -> 6731b4921


Update to JUnit version 5.2.0-M1 and JUnit Platform version 1.2.0-M1 to make build pass on Java 11.


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/6731b492
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/6731b492
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/6731b492

Branch: refs/heads/master
Commit: 6731b4921d7d24bb2017627acabe658cda526576
Parents: 6b9c904
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Sat Apr 21 18:20:46 2018 +0200
Committer: Pascal Schumacher <pa...@gmx.net>
Committed: Sat Apr 21 18:20:46 2018 +0200

----------------------------------------------------------------------
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/6731b492/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 232cfe9..397f3d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,8 +48,8 @@
     <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/text/</commons.distSvnStagingUrl>
     <commons.release.isDistModule>true</commons.release.isDistModule>
 
-    <junit.version>5.1.1</junit.version>
-    <junit.platform.version>1.1.1</junit.platform.version>
+    <junit.version>5.2.0-M1</junit.version>
+    <junit.platform.version>1.2.0-M1</junit.platform.version>
 
     <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
     <checkstyle.version>8.9</checkstyle.version>
@@ -109,7 +109,6 @@
     <plugins>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.19</version>
           <dependencies>
              <dependency>
                <groupId>org.junit.platform</groupId>