Documentation fixes, update Tycho version
diff --git a/pom.xml b/pom.xml
index 49ddf52..afa077f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
<properties>
<!-- TOOL Properties -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tycho.version>0.15.0</tycho.version>
+ <tycho.version>0.16.0</tycho.version>
<release.version>2.0.103</release.version>
<build.qualifier>v${maven.build.timestamp}</build.qualifier>
<forceContextQualifier>${build.qualifier}</forceContextQualifier>
diff --git a/resource/about.html b/resource/about.html
index 43809c3..fe6e50e 100644
--- a/resource/about.html
+++ b/resource/about.html
@@ -29,10 +29,10 @@
out below. If you did not receive this Content directly from the Eclipse Foundation,
the following is provided for informational purposes only, and you should look
to the Redistributor’s license for terms and conditions of use.</p>
-<h3><a name="JPA2" id="JPA2"></a>Java Persistence (JPA) 2.0 </h3>
+<h3><a name="JPA21" id="JPA2"></a>Java Persistence (JPA) 2.1.0 </h3>
<blockquote>
- <p>EclipseLink is the Java Persistence (JPA) 2.0 Reference Implementation
- (<a href="http://jcp.org/en/jsr/detail?id=317">JSR 317</a>). The JPA 2.0
+ <p>EclipseLink is the Java Persistence (JPA) 2.1.0 Reference Implementation
+ (<a href="http://jcp.org/en/jsr/detail?id=338">JSR 338</a>). The JPA 2.1 Draft
specification API is included in EclipseLink under the <a href="http://www.eclipse.org/legal/epl-v10.html">EPL</a> and <a href="http://www.eclipse.org/org/documents/edl-v10.php">EDL</a> licenses.</p>
</blockquote>
<p>
diff --git a/resource/readme.html b/resource/readme.html
index c2f650a..1f6c61d 100644
--- a/resource/readme.html
+++ b/resource/readme.html
@@ -3,17 +3,17 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>JPA 2.0 Readme</title>
+<title>JPA 2.1 Draft Readme</title>
</head>
<body lang="EN-US">
<div class=Section0>
-<p style="TEXT-ALIGN: center" align=center><B>JPA 2.0 Readme</b> </p>
- <p><a href="http://jcp.org/en/jsr/detail?id=317">JSR 317</a>
+<p style="TEXT-ALIGN: center" align=center><B>JPA 2.1 Draft Readme</b> </p>
+ <p><a href="http://jcp.org/en/jsr/detail?id=317">JSR 338</a>
(<a href="http://www.antlr.org/license.html">license</a>)
is packaged in an OSGi format for distribution with the
<A href="http://www.eclipse.org/eclipselink">EclipseLink Project</A>
- which is the reference implimentation of the JPA 2.0 specification.</p>
+ which is the reference implimentation of the JPA 2.1 Draft specification.</p>
<p>The source code is available within the project's javax.persistence Git repository.
The binaries are distributed in the OSGi enabled javax.persistence_2.1.0.*.jar bundle. </p>
<p>
@@ -31,6 +31,7 @@
Linda DeMichiel -Java Persistence 2.1 - Draft, Version 1.0 (January 17, 2012)
Specification available from http://jcp.org/en/jsr/detail?id=
Oracle Committers - EclipseLink specific implementations and OSGi support
+ Oracle Committers - Misc Bugfixes
</p>
</body>
</html>