Author: struberg
Date: Fri Sep 4 12:14:36 2020
New Revision: 1881451
URL: http://svn.apache.org/viewvc?rev=1881451&view=rev
Log:
whoops JPA-2.2 is JSR-338 not 388
Modified:
openjpa/site/trunk/content/intro.mdtext
Modified: openjpa/site/trunk/content/intro.mdtext
URL:
http://svn.apache.org/viewvc/openjpa/site/trunk/content/intro.mdtext?rev=1881451&r1=1881450&r2=1881451&view=diff
==============================================================================
--- openjpa/site/trunk/content/intro.mdtext (original)
+++ openjpa/site/trunk/content/intro.mdtext Fri Sep 4 12:14:36 2020
@@ -6,7 +6,7 @@ Apache OpenJPA is a Java persistence pro
persistence layer or [integrated](integration.html)
into any Java EE compliant container and many other lightweight frameworks,
such as Tomcat and Spring.
-The [3.1.x releases](downloads.html) target [JSR-388 Java Persistence
2.2](http://jcp.org/en/jsr/detail?id=388).
+The [3.1.x releases](downloads.html) target [JSR-338 Java Persistence
2.2](http://jcp.org/en/jsr/detail?id=338).
They require Java8 and support the java.time API natively amongst other nice
features.
Apache OpenJPA-3.1.x is fully backward compatible to our JPA-2.0 and JPA-1.0
releases.