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, kgil...@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>