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

svn commit: r880096 - in /websites/staging/olingo/trunk/content: ./ doc/release.html

Author: buildbot
Date: Fri Sep 27 12:39:55 2013
New Revision: 880096

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/release.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Sep 27 12:39:55 2013
@@ -1 +1 @@
-1526394
+1526876

Modified: websites/staging/olingo/trunk/content/doc/release.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/release.html (original)
+++ websites/staging/olingo/trunk/content/doc/release.html Fri Sep 27 12:39:55 2013
@@ -69,7 +69,36 @@
             
             
             
-            <p>tbd</p>
+            <h1 id="apache-olingo-release-documentation">Apache Olingo Release Documentation</h1>
+<h2 id="introduction">Introduction</h2>
+<p>This document describes the release guidelines for Apache Olingo.</p>
+<h2 id="release-artifacts">Release Artifacts</h2>
+<h3 id="odata-v2-library">OData V2 Library</h3>
+<p>An Apache Olingo OData V2 library release consists of: A source bundle containing all 
+files that are necessary to build all other artifacts. Package formats: zip. 
+Name: org.apache.olingo-olingo.odata2.parent-${version}-source-release.zip</p>
+<ul>
+<li>
+<p>A bundle containing JavaDoc of the OData2 library API and annotations, the 
+JPA processor API as well as additional documentation and reference scenario 
+examples.
+Package formats: zip. Name: org.apache.olingo-olingo.odata2.dist-${version}-javadoc.zip</p>
+</li>
+<li>
+<p>A bundle containing the OData2 core library and dependencies required 
+to implement an OData V2 processor.
+Package formats: zip. Name: org.apache.olingo-olingo.odata2.dist-${version}-lib.zip</p>
+</li>
+<li>
+<p>A bundle containing the OData2 JPA processor implementation  and dependencies required 
+to implement an OData V2 JPA based service.
+Package formats: zip. Name: org.apache.olingo-olingo.odata2.dist-${version}-jpa.zip</p>
+</li>
+<li>
+<p>A bundle containing ready-to-depoly WAR files of the OData V2 reference 
+scenarios implementations for the core library and the JPA processor.</p>
+</li>
+</ul>