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 14:39:52 UTC

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

Author: sklevenz
Date: Fri Sep 27 12:39:51 2013
New Revision: 1526876

URL: http://svn.apache.org/r1526876
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=1526876&r1=1526875&r2=1526876&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/release.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/release.mdtext Fri Sep 27 12:39:51 2013
@@ -16,4 +16,33 @@ Notice:    Licensed to the Apache Softwa
            specific language governing permissions and limitations
            under the License.
 
-tbd
\ No newline at end of file
+# Apache Olingo Release Documentation
+
+## Introduction
+
+This document describes the release guidelines for Apache Olingo.
+
+## Release Artifacts
+
+### OData V2 Library
+
+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
+
+  - 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
+  
+  - 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
+
+  - 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
+
+  - A bundle containing ready-to-depoly WAR files of the OData V2 reference 
+scenarios implementations for the core library and the JPA processor.
+