You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2011/12/22 04:41:18 UTC

svn commit: r1222024 - in /incubator/chukwa/branches/chukwa-0.5: CHANGES.txt pom.xml

Author: eyang
Date: Thu Dec 22 03:41:17 2011
New Revision: 1222024

URL: http://svn.apache.org/viewvc?rev=1222024&view=rev
Log:
CHUKWA-625. Updated version number to 0.5.0. (Eric Yang)

Modified:
    incubator/chukwa/branches/chukwa-0.5/CHANGES.txt
    incubator/chukwa/branches/chukwa-0.5/pom.xml

Modified: incubator/chukwa/branches/chukwa-0.5/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/chukwa/branches/chukwa-0.5/CHANGES.txt?rev=1222024&r1=1222023&r2=1222024&view=diff
==============================================================================
--- incubator/chukwa/branches/chukwa-0.5/CHANGES.txt (original)
+++ incubator/chukwa/branches/chukwa-0.5/CHANGES.txt Thu Dec 22 03:41:17 2011
@@ -116,6 +116,8 @@ Release 0.5
 
   BUG FIXES
 
+    CHUKWA-625. Updated version number to 0.5.0. (Eric Yang)
+
     CHUKWA-621. Implemented findbugs and pmd code analysis check. (Eric Yang)
 
     CHUKWA-619. Disabled trace method on Chukwa servlets. (Julio Conca via Eric Yang)

Modified: incubator/chukwa/branches/chukwa-0.5/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chukwa/branches/chukwa-0.5/pom.xml?rev=1222024&r1=1222023&r2=1222024&view=diff
==============================================================================
--- incubator/chukwa/branches/chukwa-0.5/pom.xml (original)
+++ incubator/chukwa/branches/chukwa-0.5/pom.xml Thu Dec 22 03:41:17 2011
@@ -22,7 +22,7 @@
     <properties>
         <buildtype>test</buildtype>
         <BUILD_NUMBER>${env.BUILD_NUMBER}</BUILD_NUMBER>
-        <VERSION>0.5.0-SNAPSHOT</VERSION>
+        <VERSION>0.5.0</VERSION>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <package.prefix>/usr</package.prefix>
         <package.conf.dir>/etc/chukwa</package.conf.dir>