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/07/02 18:52:07 UTC

[text] Update to commons-parent 47

Repository: commons-text
Updated Branches:
  refs/heads/master 62d8ada45 -> 6ad577115


Update to commons-parent 47


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

Branch: refs/heads/master
Commit: 6ad577115e3b7b225af0ee0f3914ee12ec398e84
Parents: 62d8ada
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Mon Jul 2 20:51:56 2018 +0200
Committer: Pascal Schumacher <pa...@gmx.net>
Committed: Mon Jul 2 20:51:56 2018 +0200

----------------------------------------------------------------------
 pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/6ad57711/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ad9c7a0..d8f2032 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>46</version>
+    <version>47</version>
   </parent>
   <artifactId>commons-text</artifactId>
   <version>1.4.1-SNAPSHOT</version>
@@ -124,10 +124,6 @@
     </pluginManagement>
     <plugins>
       <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.22.0</version>
-      </plugin>
-      <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <version>${checkstyle.plugin.version}</version>
         <configuration>