You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by da...@apache.org on 2015/10/07 13:27:25 UTC

svn commit: r1707257 - /aries/site/trunk/content/index.mdtext

Author: davidb
Date: Wed Oct  7 11:27:24 2015
New Revision: 1707257

URL: http://svn.apache.org/viewvc?rev=1707257&view=rev
Log:
Move to OSGi Enterprise R6

Modified:
    aries/site/trunk/content/index.mdtext

Modified: aries/site/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/aries/site/trunk/content/index.mdtext?rev=1707257&r1=1707256&r2=1707257&view=diff
==============================================================================
--- aries/site/trunk/content/index.mdtext (original)
+++ aries/site/trunk/content/index.mdtext Wed Oct  7 11:27:24 2015
@@ -7,6 +7,7 @@ The Aries project consists of a set of p
 an enterprise OSGi application programming model. This includes
 implementations (and extensions) of the following Enterprise OSGi specifications:
 
+  - Asynchronous Services and Promises Specification
   - Blueprint Specification
   - JTA Transaction Services Specification
   - JMX Management Model Specification
@@ -16,16 +17,16 @@ implementations (and extensions) of the
   - Subsystem Service Specification
 
 The specifications are defined in the OSGi Alliance Enterprise Expert Group (EEG) for deployment to a variety of OSGi
-based runtimes. The OSGi R5 Enterprise Specification can be found here:
+based runtimes. The OSGi R6 Enterprise Specification can be found here:
 
-[http://www.osgi.org/Download/Release5](http://www.osgi.org/Download/Release5)
+[http://www.osgi.org/Download/Release6](http://www.osgi.org/Download/Release6)
 
 To understand the complete scope of the Aries project, see the Aries
 proposal document on the [incubator wiki](http://wiki.apache.org/incubator/AriesProposal).
 
 <a name="Index-BuildingandUsingAriesComponents"></a>
 
-To understand how to _use_ Aries components, take a look at the [BlueprintHelloWorldTutorial](documentation/tutorials/blueprinthelloworldtutorial.html)
+To understand how to _use_ Aries Blueprint components, take a look at the [BlueprintHelloWorldTutorial](documentation/tutorials/blueprinthelloworldtutorial.html)
  pages which guides you through how to build the Aries code, provides
 sample applications and describes how to set up an environment in which to
 run the consuming application.