You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by kg...@apache.org on 2011/11/28 09:27:59 UTC

svn commit: r1207016 - in /felix/trunk/httplite: doc/changelog.txt pom.xml

Author: kgilmer
Date: Mon Nov 28 08:27:58 2011
New Revision: 1207016

URL: http://svn.apache.org/viewvc?rev=1207016&view=rev
Log:
httplite: bump version to 1.2 to conform to dev/stable release version convention.

Modified:
    felix/trunk/httplite/doc/changelog.txt
    felix/trunk/httplite/pom.xml

Modified: felix/trunk/httplite/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/httplite/doc/changelog.txt?rev=1207016&r1=1207015&r2=1207016&view=diff
==============================================================================
--- felix/trunk/httplite/doc/changelog.txt (original)
+++ felix/trunk/httplite/doc/changelog.txt Mon Nov 28 08:27:58 2011
@@ -1,3 +1,3 @@
-Initial Release 0.1.1
+Initial Release 0.1.2
 ---------------------
 

Modified: felix/trunk/httplite/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/httplite/pom.xml?rev=1207016&r1=1207015&r2=1207016&view=diff
==============================================================================
--- felix/trunk/httplite/pom.xml (original)
+++ felix/trunk/httplite/pom.xml Mon Nov 28 08:27:58 2011
@@ -27,7 +27,7 @@
 	<packaging>bundle</packaging>
 	<name>Apache Felix Lightweight HTTP Server</name>
 	<description>A minimal HTTP Service implementation.</description>
-	<version>0.1.1-SNAPSHOT</version>
+	<version>0.1.2-SNAPSHOT</version>
 	<artifactId>org.apache.felix.httplite</artifactId>
 	<dependencies>
 		<dependency>



Re: svn commit: r1207016 - in /felix/trunk/httplite: doc/changelog.txt pom.xml

Posted by "Richard S. Hall" <he...@ungoverned.org>.
On 11/29/11 1:43, Ken Gilmer wrote:
> Richard,
>
>    Ah, that makes sense...  So the release version literal is specified not
> in the pom but via the prompt from running "mvn release:prepare" during the
> release process.  I was confused but now I think I'm clear.

Exactly.

-> richard

>
> Thanks,
> ken
>
>
> On Tue, Nov 29, 2011 at 3:19 PM, Richard S. Hall<he...@ungoverned.org>wrote:
>
>> Ken,
>>
>> Just an FYI, generally you keep the development version odd in the pom
>> (e.g., 0.1.1-SNAPSHOT) and then when you use maven to release it you change
>> it to even during the release process (e.g., 0.1.2). So that way there is
>> never a development build of the even version ever (i.e., 0.1.2-SNAPSHOT).
>>
>> Not that any of this is super important, so don't worry too much about it
>> this time...
>>
>> ->  richard
>>
>> On 11/28/11 3:27, kgilmer@apache.org wrote:
>>
>>> Author: kgilmer
>>> Date: Mon Nov 28 08:27:58 2011
>>> New Revision: 1207016
>>>
>>> URL: http://svn.apache.org/viewvc?**rev=1207016&view=rev<http://svn.apache.org/viewvc?rev=1207016&view=rev>
>>> Log:
>>> httplite: bump version to 1.2 to conform to dev/stable release version
>>> convention.
>>>
>>> Modified:
>>>      felix/trunk/httplite/doc/**changelog.txt
>>>      felix/trunk/httplite/pom.xml
>>>
>>> Modified: felix/trunk/httplite/doc/**changelog.txt
>>> URL: http://svn.apache.org/viewvc/**felix/trunk/httplite/doc/**
>>> changelog.txt?rev=1207016&r1=**1207015&r2=1207016&view=diff<http://svn.apache.org/viewvc/felix/trunk/httplite/doc/changelog.txt?rev=1207016&r1=1207015&r2=1207016&view=diff>
>>> ==============================**==============================**
>>> ==================
>>> --- felix/trunk/httplite/doc/**changelog.txt (original)
>>> +++ felix/trunk/httplite/doc/**changelog.txt Mon Nov 28 08:27:58 2011
>>> @@ -1,3 +1,3 @@
>>> -Initial Release 0.1.1
>>> +Initial Release 0.1.2
>>>   ---------------------
>>>
>>>
>>> Modified: felix/trunk/httplite/pom.xml
>>> URL: http://svn.apache.org/viewvc/**felix/trunk/httplite/pom.xml?**
>>> rev=1207016&r1=1207015&r2=**1207016&view=diff<http://svn.apache.org/viewvc/felix/trunk/httplite/pom.xml?rev=1207016&r1=1207015&r2=1207016&view=diff>
>>> ==============================**==============================**
>>> ==================
>>> --- felix/trunk/httplite/pom.xml (original)
>>> +++ felix/trunk/httplite/pom.xml Mon Nov 28 08:27:58 2011
>>> @@ -27,7 +27,7 @@
>>>         <packaging>bundle</packaging>
>>>         <name>Apache Felix Lightweight HTTP Server</name>
>>>         <description>A minimal HTTP Service implementation.</description>
>>> -<version>0.1.1-SNAPSHOT</**version>
>>> +<version>0.1.2-SNAPSHOT</**version>
>>>         <artifactId>org.apache.felix.**httplite</artifactId>
>>>         <dependencies>
>>>                 <dependency>
>>>
>>>
>>>

Re: svn commit: r1207016 - in /felix/trunk/httplite: doc/changelog.txt pom.xml

Posted by Ken Gilmer <kg...@gmail.com>.
Richard,

  Ah, that makes sense...  So the release version literal is specified not
in the pom but via the prompt from running "mvn release:prepare" during the
release process.  I was confused but now I think I'm clear.

Thanks,
ken


On Tue, Nov 29, 2011 at 3:19 PM, Richard S. Hall <he...@ungoverned.org>wrote:

> Ken,
>
> Just an FYI, generally you keep the development version odd in the pom
> (e.g., 0.1.1-SNAPSHOT) and then when you use maven to release it you change
> it to even during the release process (e.g., 0.1.2). So that way there is
> never a development build of the even version ever (i.e., 0.1.2-SNAPSHOT).
>
> Not that any of this is super important, so don't worry too much about it
> this time...
>
> -> richard
>
> On 11/28/11 3:27, kgilmer@apache.org wrote:
>
>> Author: kgilmer
>> Date: Mon Nov 28 08:27:58 2011
>> New Revision: 1207016
>>
>> URL: http://svn.apache.org/viewvc?**rev=1207016&view=rev<http://svn.apache.org/viewvc?rev=1207016&view=rev>
>> Log:
>> httplite: bump version to 1.2 to conform to dev/stable release version
>> convention.
>>
>> Modified:
>>     felix/trunk/httplite/doc/**changelog.txt
>>     felix/trunk/httplite/pom.xml
>>
>> Modified: felix/trunk/httplite/doc/**changelog.txt
>> URL: http://svn.apache.org/viewvc/**felix/trunk/httplite/doc/**
>> changelog.txt?rev=1207016&r1=**1207015&r2=1207016&view=diff<http://svn.apache.org/viewvc/felix/trunk/httplite/doc/changelog.txt?rev=1207016&r1=1207015&r2=1207016&view=diff>
>> ==============================**==============================**
>> ==================
>> --- felix/trunk/httplite/doc/**changelog.txt (original)
>> +++ felix/trunk/httplite/doc/**changelog.txt Mon Nov 28 08:27:58 2011
>> @@ -1,3 +1,3 @@
>> -Initial Release 0.1.1
>> +Initial Release 0.1.2
>>  ---------------------
>>
>>
>> Modified: felix/trunk/httplite/pom.xml
>> URL: http://svn.apache.org/viewvc/**felix/trunk/httplite/pom.xml?**
>> rev=1207016&r1=1207015&r2=**1207016&view=diff<http://svn.apache.org/viewvc/felix/trunk/httplite/pom.xml?rev=1207016&r1=1207015&r2=1207016&view=diff>
>> ==============================**==============================**
>> ==================
>> --- felix/trunk/httplite/pom.xml (original)
>> +++ felix/trunk/httplite/pom.xml Mon Nov 28 08:27:58 2011
>> @@ -27,7 +27,7 @@
>>        <packaging>bundle</packaging>
>>        <name>Apache Felix Lightweight HTTP Server</name>
>>        <description>A minimal HTTP Service implementation.</description>
>> -       <version>0.1.1-SNAPSHOT</**version>
>> +       <version>0.1.2-SNAPSHOT</**version>
>>        <artifactId>org.apache.felix.**httplite</artifactId>
>>        <dependencies>
>>                <dependency>
>>
>>
>>

Re: svn commit: r1207016 - in /felix/trunk/httplite: doc/changelog.txt pom.xml

Posted by "Richard S. Hall" <he...@ungoverned.org>.
Ken,

Just an FYI, generally you keep the development version odd in the pom 
(e.g., 0.1.1-SNAPSHOT) and then when you use maven to release it you 
change it to even during the release process (e.g., 0.1.2). So that way 
there is never a development build of the even version ever (i.e., 
0.1.2-SNAPSHOT).

Not that any of this is super important, so don't worry too much about 
it this time...

-> richard

On 11/28/11 3:27, kgilmer@apache.org wrote:
> Author: kgilmer
> Date: Mon Nov 28 08:27:58 2011
> New Revision: 1207016
>
> URL: http://svn.apache.org/viewvc?rev=1207016&view=rev
> Log:
> httplite: bump version to 1.2 to conform to dev/stable release version convention.
>
> Modified:
>      felix/trunk/httplite/doc/changelog.txt
>      felix/trunk/httplite/pom.xml
>
> Modified: felix/trunk/httplite/doc/changelog.txt
> URL: http://svn.apache.org/viewvc/felix/trunk/httplite/doc/changelog.txt?rev=1207016&r1=1207015&r2=1207016&view=diff
> ==============================================================================
> --- felix/trunk/httplite/doc/changelog.txt (original)
> +++ felix/trunk/httplite/doc/changelog.txt Mon Nov 28 08:27:58 2011
> @@ -1,3 +1,3 @@
> -Initial Release 0.1.1
> +Initial Release 0.1.2
>   ---------------------
>
>
> Modified: felix/trunk/httplite/pom.xml
> URL: http://svn.apache.org/viewvc/felix/trunk/httplite/pom.xml?rev=1207016&r1=1207015&r2=1207016&view=diff
> ==============================================================================
> --- felix/trunk/httplite/pom.xml (original)
> +++ felix/trunk/httplite/pom.xml Mon Nov 28 08:27:58 2011
> @@ -27,7 +27,7 @@
>   	<packaging>bundle</packaging>
>   	<name>Apache Felix Lightweight HTTP Server</name>
>   	<description>A minimal HTTP Service implementation.</description>
> -	<version>0.1.1-SNAPSHOT</version>
> +	<version>0.1.2-SNAPSHOT</version>
>   	<artifactId>org.apache.felix.httplite</artifactId>
>   	<dependencies>
>   		<dependency>
>
>