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 16:39:40 UTC

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

Author: buildbot
Date: Fri Sep 27 14:39:40 2013
New Revision: 880109

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 14:39:40 2013
@@ -1 +1 @@
-1526876
+1526916

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 14:39:40 2013
@@ -73,30 +73,41 @@
 <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>
+<p>An Apache Olingo release consists of:</p>
+<ul>
+<li>All POMs/JARs/WARs built as part of the standard Maven build process. For
+an overview on the released modules see artifacts with groupId
+<em>org.apache.olingo</em> in the <a href="https://repository.apache.org/index.html#nexus-search;gav~org.apache.olingo~~~~">Apache Maven Repository</a>.<br />
+In detail, per every module, where applicable, the following artifacts are produced:</li>
+<li><strong>Main artifact</strong>: <code>&lt;artifactId&gt;-&lt;version&gt;.&lt;ext&gt;</code></li>
+<li><strong>Source artifact</strong>: <code>&lt;artifactId&gt;-&lt;version&gt;-sources.&lt;ext&gt;</code></li>
+<li><strong>Javadoc artifact</strong>: <em><artifactId>-<version>-javadoc.<ext></em></li>
+<li><strong>POM</strong>: <code>&lt;artifactId&gt;-&lt;version&gt;.pom</code></li>
+</ul>
+<p>Also the following additional <em>distribution commodity packages</em> are
+provided as part of the release:</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>
+<p><code>org.apache.olingo-olingo.odata2.parent-${version}-source-release.${ext}</code> <br/> A source-release 
+bundle containing all files the sources necessary to build all other artifacts. <br/> <strong>Package formats</strong>: 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>
+<p><code>org.apache.olingo-olingo.odata2.dist-${version}-javadoc.${ext}</code> <br/> A bundle containing the OData2 core 
+library and dependencies required to implement an OData V2 processor. <br/> <strong>Package formats</strong>: zip.</p>
+</li>
+<li>
+<p><code>org.apache.olingo-olingo.odata2.dist-${version}-lib.${ext}</code> <br/> A bundle 
+containing JavaDoc of the OData2 library API and annotations, the 
+JPA processor API as well as additional documentation and reference scenario 
+examples. <br/> <strong>Package formats</strong>: 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>
+<p><code>org.apache.olingo-olingo.odata2.dist-${version}-jpa.${ext}</code> <br/> A bundle containing the OData2 JPA 
+processor and dependencies required to implement an OData V2 processor. <br/> <strong>Package formats</strong>: 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>
+<p><code>org.apache.olingo-olingo.odata2.dist-${version}-ref.${ext}</code> <br/> A bundle containing ready-to-depoly WAR 
+files of the OData V2 reference scenarios implementations for the core library and the JPA processor. <br/> <strong>Package formats</strong>: zip.</p>
 </li>
 </ul>