#87 Updated description and readme

Signed-off-by: arjantijms <arjan.tijms@gmail.com>
diff --git a/README.md b/README.md
index 4259f5d..8e1b614 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,24 @@
-# Prerequisites
+# Jakarta Expression Language
 
-Oracle JDK 1.7
+This repository contains the code for Jakarta Expression Language.
 
-Apache Maven 3.3.9 or later in order to build and run the tests.
+[Online JavaDoc](https://javadoc.io/doc/jakarta.el/jakarta.el-api/)
 
-# Licenses
+Building
+--------
 
-Applicable licenses for this project are documented in LICENSE.md available at the root of this repository.
+Jakarta Authentication can be built by executing the following from the project root:
+
+``mvn clean package``
+
+The API jar can then be found in /target.
+
+Making Changes
+--------------
+
+To make changes, fork this repository, make your changes, and submit a pull request.
+
+About Jakarta Expression Language
+-------------
+
+Jakarta Expression Language defines an expression language for Java applications.
\ No newline at end of file
diff --git a/api/pom.xml b/api/pom.xml
index 722eaa4..5732f86 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -34,6 +34,10 @@
     <version>3.0.2-SNAPSHOT</version>
     
     <name>Jakarta Expression Language 3.0 API</name>
+    <description>
+        Jakarta Expression Language defines an expression language for Java applications
+    </description>
+    <url>https://projects.eclipse.org/projects/ee4j.el</url>
 
     <properties>
         <!-- Make sure the two versions are in sync with the maven version -->
@@ -47,8 +51,6 @@
         <findbugs.threshold>High</findbugs.threshold>
     </properties>
 
-    <url>https://projects.eclipse.org/projects/ee4j.el</url>
-
     <licenses>
         <license>
             <name>EPL 2.0</name>
@@ -118,7 +120,7 @@
         </resources>
     
         <plugins>
-             <!-- Restricts the Java version to 1.8 -->
+             <!-- Restricts the Java version to 1.7 -->
              <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>