update to R7

git-svn-id: https://svn.apache.org/repos/asf/aries/site/trunk/content@1847127 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/index.mdtext b/index.mdtext
index b1e2bdf..4c476c2 100644
--- a/index.mdtext
+++ b/index.mdtext
@@ -7,19 +7,31 @@
 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
-  - JNDI Services Specification
-  - JPA Service Specification
-  - Service Loader Mediator Specification
-  - Subsystem Service Specification
+  - [**Asynchronous Services**](https://osgi.org/specification/osgi.enterprise/7.0.0/service.async.html) and [**Promises Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/util.promise.html)
+  - [**Blueprint Specification**](https://osgi.org/specification/osgi.cmpn/7.0.0/service.blueprint.html)
+  - [**CDI Integration Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/service.cdi.html)
+  - [**JMX Management Model Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/service.jmx.html)
+  - [**JNDI Services Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/service.jndi.html)
+  - [**JPA Service Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/service.jpa.html)
+  - [**JTA Transaction Services Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/service.jta.html)
+  - [**Push Stream Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/util.pushstream.html)
+  - [**Service Loader Mediator Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/service.loader.html)
+  - [**Subsystem Service Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/service.subsystem.html)
+  - [**Transaction Control Service Specification**](https://osgi.org/specification/osgi.enterprise/7.0.0/service.transaction.control.html)
 
 The specifications are defined in the OSGi Alliance Enterprise Expert Group (EEG) for deployment to a variety of OSGi
-based runtimes. The OSGi R6 Enterprise Specification can be found here:
+based runtimes. The OSGi R7 Enterprise Specification can be found here:
 
-[http://www.osgi.org/Download/Release6](http://www.osgi.org/Download/Release6)
+[OSGi Enterprise Release 7](https://osgi.org/specification/osgi.enterprise/7.0.0/)
+
+### Additional projects
+
+Additionally, Apache Aries provides the following projects:
+
+  - **Component DSL** - an embedable, micro, functional-style component DSL for working with OSGi services and configuration
+  - **Proxy** - a library for working with object proxies in OSGi
+  - **Util** - a library containing reusable bits of functionality in OSGi
+
 
 To understand the complete scope of the Aries project, see the Aries
 proposal document on the [incubator wiki](http://wiki.apache.org/incubator/AriesProposal).