You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2016/11/09 11:26:14 UTC

svn commit: r1768912 - /sling/site/trunk/content/documentation/development/release-management.mdtext

Author: sseifert
Date: Wed Nov  9 11:26:14 2016
New Revision: 1768912

URL: http://svn.apache.org/viewvc?rev=1768912&view=rev
Log:
remove OBR from mandatory release steps

Modified:
    sling/site/trunk/content/documentation/development/release-management.mdtext

Modified: sling/site/trunk/content/documentation/development/release-management.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/release-management.mdtext?rev=1768912&r1=1768911&r2=1768912&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/release-management.mdtext (original)
+++ sling/site/trunk/content/documentation/development/release-management.mdtext Wed Nov  9 11:26:14 2016
@@ -185,7 +185,6 @@ If the vote passes:
 1. Push the release to Maven Central
 	1. Login to [https://repository.apache.org](https://repository.apache.org) with your Apache SVN credentials. Click on *Staging*. Find your closed staging repository and select it by checking the select box. Select the *Releases* repository from the drop-down list and click *Release* from the menu above.
 	1. Once the release is promoted click on *Repositories*, select the *Releases* repository and validate that your artifacts are all there.
-1. If you're releasing bundles, you should also add them to the Sling Release OBR (see *Appendix C*).
 1. Update the news section on the website at [news]({{ refs.news.path }}).
 1. Update the download page on the website at [downloads](/downloads.cgi) to point to the new release.
 
@@ -371,7 +370,9 @@ For running the `mvn release:prepare` co
       <password>ENCRYPTED_PASSWORD</password>
     </server>
     
-## Appendix C: Deploy bundles on the Sling OBR
+## Appendix C: Deploy bundles on the Sling OBR (obsolete)
+
+*Update November 2016: We do now longer maintain the Sling OBR for new releases.*
     
 We are mainting an OSGi Bundle Repository providing all release of the Sling Bundles. This repository is maintained as part of the Apache Sling site and is available at [http://sling.apache.org/obr/sling.xml](http://sling.apache.org/obr/sling.xml). The source for this page is maintained in the SVN repository below the _site_, that is at [http://svn.apache.org/repos/asf/sling/site/](http://svn.apache.org/repos/asf/sling/site/). To update the Sling OBR repository you must be an Apache Sling Committer since this requires SVN write access.