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 2023/02/02 12:50:59 UTC

[commons-csv] branch master updated (4ee216cd -> e2884359)

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

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


    from 4ee216cd Prepare for release candidate
     add 07608e86 Update for Scorecards 2
     add 540c778a Update for Scorecards 2
     add ba8ba605 Merge branch 'master' into release
     add 5b99c860 Update POM version for Apache release 1.10.0
     new e2884359 Bump to next development version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


[commons-csv] 01/01: Bump to next development version

Posted by gg...@apache.org.
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

commit e28843591f765af4009f14c8225c983580ec25d4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Feb 2 07:50:41 2023 -0500

    Bump to next development version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index de01dbee..ebd636b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <version>56</version>
   </parent>
   <artifactId>commons-csv</artifactId>
-  <version>1.10.0</version>
+  <version>1.10.1-SNAPSHOT</version>
   <name>Apache Commons CSV</name>
   <url>https://commons.apache.org/proper/commons-csv/</url>
   <inceptionYear>2005</inceptionYear>