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 2014/03/26 15:14:50 UTC

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

Author: sklevenz
Date: Wed Mar 26 14:14:50 2014
New Revision: 1581855

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

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

Modified: olingo/site/trunk/content/doc/release.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/release.mdtext?rev=1581855&r1=1581854&r2=1581855&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/release.mdtext (original)
+++ olingo/site/trunk/content/doc/release.mdtext Wed Mar 26 14:14:50 2014
@@ -49,24 +49,24 @@ In detail, per every module, where appli
   Also the following additional *distribution commodity packages* are
 provided as part of the release:
 
-   *  `org.apache.olingo-olingo-odata2-parent-incubating-${version}-source-release.${ext}` <br/> A source-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-incubating-${version}-lib.${ext}` <br/> A bundle containing the OData2 core 
+   *  `org.apache.olingo-olingo-odata2-dist-${version}-lib.${ext}` <br/> A bundle containing the OData2 core 
 library and dependencies required to implement an OData V2 processor. <br/> **Package formats**: zip.
 
-   *  `org.apache.olingo-olingo-odata2-dist-incubating-${version}-javadoc.${ext}` <br/> A bundle 
+   *  `org.apache.olingo-olingo-odata2-dist-${version}-javadoc.${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. <br/> **Package formats**: zip.
 
-   *  `org.apache.olingo-olingo-odata2-dist-incubating-${version}-jpa.${ext}` <br/> A bundle containing the OData2 JPA 
+   *  `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-incubating-${version}-janos.${ext}` <br/> A bundle containing the OData2 Java Annotation 
+   *  `org.apache.olingo-olingo-odata2-dist-${version}-janos.${ext}` <br/> A bundle containing the OData2 Java Annotation 
 processor and dependencies required to implement an OData V2 processor using Java Annotations. <br/> **Package formats**: zip.
 
-   *  `org.apache.olingo-olingo-odata2-dist-incubating-${version}-ref.${ext}` <br/> A bundle containing ready-to-depoly WAR 
+   *  `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.
 
 ### Documentation and JavaDoc
@@ -132,7 +132,7 @@ configured in the parent pom of the proj
 
     :::xml
     <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
-    <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
+    <resourceBundle>org.apache:apache-disclaimer-resource-bundle:1.1</resourceBundle>
   
 The Maven module `odata2-dist` is responsible to package convenience distribution zip files 
 using the assembly plugin. The distributions are created with a release build `mvn clean install -Papache-release -Dgpg.passphrase="yourPassphraseHere"`
@@ -207,11 +207,11 @@ If the release candidate gets approved, 
 made available [here](https://repository.apache.org/index.html#nexus-search;gav~org.apache.olingo~~~~).
   - Maven artifacts are automatically synced to [Maven Central](http://search.maven.org/#search|ga|1|org.apache.olingo).
   - Release candidate commodity packages are synced (together with their checksum and 
-signatures) to [Apache Distributions](http://www.apache.org/dist/incubator/olingo/).
+signatures) to [Apache Distributions](http://www.apache.org/dist/olingo/).
   - Release tag is renamed to final version.
   - Release branch is created.
   - Release is closed in Jira.
-  - Release is announced to dev@olingo.incubator.apache.org, announce@apache.org.
+  - Release is announced to dev@olingo.apache.org, announce@apache.org.
 
 ### Additional Apache Release Information