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/30 11:47:06 UTC

[text] Upgrade to JUnit Jupiter 5.2.0

Repository: commons-text
Updated Branches:
  refs/heads/master 6731b4921 -> 2e02b23c0


Upgrade to JUnit Jupiter 5.2.0


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

Branch: refs/heads/master
Commit: 2e02b23c0e63219c0584a12b5c8ca8edff826396
Parents: 6731b49
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Mon Apr 30 13:46:46 2018 +0200
Committer: Pascal Schumacher <pa...@gmx.net>
Committed: Mon Apr 30 13:46:46 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-text/blob/2e02b23c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 397f3d5..c5bfbe7 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.2.0-M1</junit.version>
-    <junit.platform.version>1.2.0-M1</junit.platform.version>
+    <junit.version>5.2.0</junit.version>
+    <junit.platform.version>1.2.0</junit.platform.version>
 
     <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
     <checkstyle.version>8.9</checkstyle.version>