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 2017/07/21 02:05:20 UTC

commons-csv git commit: Document Java platform requirment.

Repository: commons-csv
Updated Branches:
  refs/heads/master 0972e1c80 -> 5f2600755


Document Java platform requirment.

Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/5f260075
Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/5f260075
Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/5f260075

Branch: refs/heads/master
Commit: 5f2600755640b952bb39cb67226064cf197dbbb7
Parents: 0972e1c
Author: Gary Gregory <gg...@apache.org>
Authored: Thu Jul 20 19:05:19 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Thu Jul 20 19:05:19 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/5f260075/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 89bddfd..6abe045 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@ CSV files of various types.
 
   <properties>
     <commons.release.version>1.5</commons.release.version>
-    <commons.release.desc>(Java 6.0+)</commons.release.desc>
+    <commons.release.desc>(Java 7+)</commons.release.desc>
     <!-- The RC version used in the staging repository URL. -->
     <commons.rc.version>RC1</commons.rc.version>
     <commons.componentid>csv</commons.componentid>