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

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

Author: sklevenz
Date: Fri Sep 27 14:39:34 2013
New Revision: 1526916

URL: http://svn.apache.org/r1526916
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=1526916&r1=1526915&r2=1526916&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/release.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/release.mdtext Fri Sep 27 14:39:34 2013
@@ -24,25 +24,34 @@ This document describes the release guid
 
 ## Release Artifacts
 
-### OData V2 Library
+An Apache Olingo release consists of:
 
-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
+  * All POMs/JARs/WARs built as part of the standard Maven build process. For
+an overview on the released modules see artifacts with groupId
+_org.apache.olingo_ in the [Apache Maven Repository](https://repository.apache.org/index.html#nexus-search;gav~org.apache.olingo~~~~).  
+In detail, per every module, where applicable, the following artifacts are produced:
+   * **Main artifact**: `<artifactId>-<version>.<ext>`
+   * **Source artifact**: `<artifactId>-<version>-sources.<ext>`
+   * **Javadoc artifact**: *<artifactId>-<version>-javadoc.<ext>*
+   * **POM**: `<artifactId>-<version>.pom`
+
+  Also the following additional *distribution commodity packages* are
+provided as part of the release:
+
+   *  `org.apache.olingo-olingo.odata2.parent-${version}-source-release.${ext}` <br/> A source-release 
+bundle containing all files the sources necessary to build all other artifacts. <br/> **Package formats**: zip.
+ 
+   *  `org.apache.olingo-olingo.odata2.dist-${version}-javadoc.${ext}` <br/> A bundle containing the OData2 core 
+library and dependencies required to implement an OData V2 processor. <br/> **Package formats**: zip.
 
-  - A bundle containing JavaDoc of the OData2 library API and annotations, the 
+   *  `org.apache.olingo-olingo.odata2.dist-${version}-lib.${ext}` <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.
-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
+examples. <br/> **Package formats**: zip.
 
-  - A bundle containing ready-to-depoly WAR files of the OData V2 reference 
-scenarios implementations for the core library and the JPA processor.
+   *  `org.apache.olingo-olingo.odata2.dist-${version}-jpa.${ext}` <br/> A bundle containing the OData2 JPA 
+processor and dependencies required to implement an OData V2 processor. <br/> **Package formats**: zip.
+
+   *  `org.apache.olingo-olingo.odata2.dist-${version}-ref.${ext}` <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/> **Package formats**: zip.