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 2019/05/20 12:25:11 UTC

[commons-csv] branch master updated: Fix warning reported by 'mvn versions:display-plugin-updates'

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new 5722332  Fix warning reported by 'mvn versions:display-plugin-updates'
5722332 is described below

commit 5722332c9a406760f4f886eaca262734357a483a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon May 20 08:25:08 2019 -0400

    Fix warning reported by 'mvn versions:display-plugin-updates'
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 08680a6..724b152 100644
--- a/pom.xml
+++ b/pom.xml
@@ -467,6 +467,7 @@ CSV files of various types.
           <!-- Enable the compilation of the benchmarks -->
           <plugin>
             <artifactId>maven-compiler-plugin</artifactId>
+            <version>${commons.compiler.version}</version>
             <configuration combine.self="override">
               <testIncludes>
                 <testInclude>**/*</testInclude>