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 2014/11/21 18:34:42 UTC

svn commit: r1640967 - /commons/proper/csv/trunk/pom.xml

Author: ggregory
Date: Fri Nov 21 17:34:41 2014
New Revision: 1640967

URL: http://svn.apache.org/r1640967
Log:
Released Apache Commons CSV 1.1.

Modified:
    commons/proper/csv/trunk/pom.xml

Modified: commons/proper/csv/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1640967&r1=1640966&r2=1640967&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Fri Nov 21 17:34:41 2014
@@ -24,7 +24,7 @@ limitations under the License.
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-csv</artifactId>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.1.1-SNAPSHOT</version>
   <name>Apache Commons CSV</name>
   <url>http://commons.apache.org/proper/commons-csv/</url>
   <description>
@@ -112,7 +112,7 @@ CSV files of various types.
   </distributionManagement>
 
   <properties>
-    <commons.release.version>1.1</commons.release.version>
+    <commons.release.version>1.1.1</commons.release.version>
     <commons.release.desc>(Java 6.0+)</commons.release.desc>
     <!-- The RC version used in the staging repository URL. -->
     <commons.rc.version>RC1</commons.rc.version>



Re: svn commit: r1640967 - /commons/proper/csv/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 2 December 2014 at 04:41, Gary Gregory <ga...@gmail.com> wrote:
> On Mon, Dec 1, 2014 at 9:41 PM, sebb <se...@gmail.com> wrote:
>
>> On 21 November 2014 at 17:34,  <gg...@apache.org> wrote:
>> > Author: ggregory
>> > Date: Fri Nov 21 17:34:41 2014
>> > New Revision: 1640967
>> >
>> > URL: http://svn.apache.org/r1640967
>> > Log:
>> > Released Apache Commons CSV 1.1.
>> >
>> > Modified:
>> >     commons/proper/csv/trunk/pom.xml
>> >
>> > Modified: commons/proper/csv/trunk/pom.xml
>> > URL:
>> http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1640967&r1=1640966&r2=1640967&view=diff
>> >
>> ==============================================================================
>> > --- commons/proper/csv/trunk/pom.xml (original)
>> > +++ commons/proper/csv/trunk/pom.xml Fri Nov 21 17:34:41 2014
>> > @@ -24,7 +24,7 @@ limitations under the License.
>> >    </parent>
>> >    <groupId>org.apache.commons</groupId>
>> >    <artifactId>commons-csv</artifactId>
>> > -  <version>1.1-SNAPSHOT</version>
>> > +  <version>1.1.1-SNAPSHOT</version>
>>
>> Surely the default next version should be 1.2?
>>
>
> I've seen it done both ways. I guess I'm going with 1.1.1 until a commit
> goes in that warrants 1.2 (semver and all that).

OK, I see.

> You can change it to 1.2 if you like that better.
>
> Gary
>
>
>
>>
>> >    <name>Apache Commons CSV</name>
>> >    <url>http://commons.apache.org/proper/commons-csv/</url>
>> >    <description>
>> > @@ -112,7 +112,7 @@ CSV files of various types.
>> >    </distributionManagement>
>> >
>> >    <properties>
>> > -    <commons.release.version>1.1</commons.release.version>
>> > +    <commons.release.version>1.1.1</commons.release.version>
>> >      <commons.release.desc>(Java 6.0+)</commons.release.desc>
>> >      <!-- The RC version used in the staging repository URL. -->
>> >      <commons.rc.version>RC1</commons.rc.version>
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1640967 - /commons/proper/csv/trunk/pom.xml

Posted by Gary Gregory <ga...@gmail.com>.
On Mon, Dec 1, 2014 at 9:41 PM, sebb <se...@gmail.com> wrote:

> On 21 November 2014 at 17:34,  <gg...@apache.org> wrote:
> > Author: ggregory
> > Date: Fri Nov 21 17:34:41 2014
> > New Revision: 1640967
> >
> > URL: http://svn.apache.org/r1640967
> > Log:
> > Released Apache Commons CSV 1.1.
> >
> > Modified:
> >     commons/proper/csv/trunk/pom.xml
> >
> > Modified: commons/proper/csv/trunk/pom.xml
> > URL:
> http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1640967&r1=1640966&r2=1640967&view=diff
> >
> ==============================================================================
> > --- commons/proper/csv/trunk/pom.xml (original)
> > +++ commons/proper/csv/trunk/pom.xml Fri Nov 21 17:34:41 2014
> > @@ -24,7 +24,7 @@ limitations under the License.
> >    </parent>
> >    <groupId>org.apache.commons</groupId>
> >    <artifactId>commons-csv</artifactId>
> > -  <version>1.1-SNAPSHOT</version>
> > +  <version>1.1.1-SNAPSHOT</version>
>
> Surely the default next version should be 1.2?
>

I've seen it done both ways. I guess I'm going with 1.1.1 until a commit
goes in that warrants 1.2 (semver and all that).

You can change it to 1.2 if you like that better.

Gary



>
> >    <name>Apache Commons CSV</name>
> >    <url>http://commons.apache.org/proper/commons-csv/</url>
> >    <description>
> > @@ -112,7 +112,7 @@ CSV files of various types.
> >    </distributionManagement>
> >
> >    <properties>
> > -    <commons.release.version>1.1</commons.release.version>
> > +    <commons.release.version>1.1.1</commons.release.version>
> >      <commons.release.desc>(Java 6.0+)</commons.release.desc>
> >      <!-- The RC version used in the staging repository URL. -->
> >      <commons.rc.version>RC1</commons.rc.version>
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: svn commit: r1640967 - /commons/proper/csv/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 21 November 2014 at 17:34,  <gg...@apache.org> wrote:
> Author: ggregory
> Date: Fri Nov 21 17:34:41 2014
> New Revision: 1640967
>
> URL: http://svn.apache.org/r1640967
> Log:
> Released Apache Commons CSV 1.1.
>
> Modified:
>     commons/proper/csv/trunk/pom.xml
>
> Modified: commons/proper/csv/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1640967&r1=1640966&r2=1640967&view=diff
> ==============================================================================
> --- commons/proper/csv/trunk/pom.xml (original)
> +++ commons/proper/csv/trunk/pom.xml Fri Nov 21 17:34:41 2014
> @@ -24,7 +24,7 @@ limitations under the License.
>    </parent>
>    <groupId>org.apache.commons</groupId>
>    <artifactId>commons-csv</artifactId>
> -  <version>1.1-SNAPSHOT</version>
> +  <version>1.1.1-SNAPSHOT</version>

Surely the default next version should be 1.2?

>    <name>Apache Commons CSV</name>
>    <url>http://commons.apache.org/proper/commons-csv/</url>
>    <description>
> @@ -112,7 +112,7 @@ CSV files of various types.
>    </distributionManagement>
>
>    <properties>
> -    <commons.release.version>1.1</commons.release.version>
> +    <commons.release.version>1.1.1</commons.release.version>
>      <commons.release.desc>(Java 6.0+)</commons.release.desc>
>      <!-- The RC version used in the staging repository URL. -->
>      <commons.rc.version>RC1</commons.rc.version>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org