You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by sk...@apache.org on 2013/09/27 17:10:59 UTC

svn commit: r1526942 - /incubator/olingo/site/trunk/content/doc/release.mdtext

Author: sklevenz
Date: Fri Sep 27 15:10:59 2013
New Revision: 1526942

URL: http://svn.apache.org/r1526942
Log:
CMS commit to olingo by sklevenz

Modified:
    incubator/olingo/site/trunk/content/doc/release.mdtext

Modified: incubator/olingo/site/trunk/content/doc/release.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/release.mdtext?rev=1526942&r1=1526941&r2=1526942&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/release.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/release.mdtext Fri Sep 27 15:10:59 2013
@@ -102,7 +102,7 @@ Maven execution
 
     mvn clean install -Pbuild.quality
  
-ackaging
+### Packaging
 
 NOTICE, LICENSE and DISCLAIMER must be present in all bundles and must be up-to-date. 
 
@@ -112,6 +112,18 @@ configured in the parent pom of the proj
     <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
     <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
   
+### Release Tag
+
+A tag has to be created for every release candidate. The naming rule 
+for the tags is olingo-${version}-RCxx. This is created as 
+part of the Maven release process. The tag will be renamed to the 
+final version number upon vote approval.
+
+Release Branch
+
+A branch has to be created for every release. The naming rule for this 
+branch is olingo-${version}. This has to be created 
+manually upon release approval.
 
 ## Additional Apache Release Information