You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/01/22 17:24:20 UTC

commons-statistics git commit: Pick up maven-compiler-plugin version from commons-parent.

Repository: commons-statistics
Updated Branches:
  refs/heads/master 75f1502cd -> 173b25b29


Pick up maven-compiler-plugin version from commons-parent.

Project: http://git-wip-us.apache.org/repos/asf/commons-statistics/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-statistics/commit/173b25b2
Tree: http://git-wip-us.apache.org/repos/asf/commons-statistics/tree/173b25b2
Diff: http://git-wip-us.apache.org/repos/asf/commons-statistics/diff/173b25b2

Branch: refs/heads/master
Commit: 173b25b29332e2f538b911f02e249eb86b8ac7c2
Parents: 75f1502
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Jan 22 10:24:18 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Jan 22 10:24:18 2018 -0700

----------------------------------------------------------------------
 pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-statistics/blob/173b25b2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 60625de..f31bcd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.5.1</version>
         <configuration>
           <compilerArgs>
             <!-- <arg>-verbose</arg> -->