further documentation fixes. up to JPA 2.2
diff --git a/openjpa-project/src/doc/manual/migration_considerations.xml b/openjpa-project/src/doc/manual/migration_considerations.xml
index 02ee86e..2b207ad 100644
--- a/openjpa-project/src/doc/manual/migration_considerations.xml
+++ b/openjpa-project/src/doc/manual/migration_considerations.xml
@@ -644,8 +644,7 @@
                     User might see this come alive and now return different when the situation occurs.
                     This flag is automatically enabled if running against PostgreSQL 10 or later.
                     It can also be configured manually via
-                    <ulink url="../../apidocs/org/apache/openjpa/jdbc/sql/DBDictionary.html#supportsQueryTimeout">
-                        <fieldname>DBDictionary.supportsQueryTimeout</fieldname></ulink>
+                    <literal>DBDictionary.supportsQueryTimeout</literal>
                 </para>
             </section>
         </section>
diff --git a/pom.xml b/pom.xml
index 9bee3f4..4728b75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
     <artifactId>openjpa-parent</artifactId>
     <packaging>pom</packaging>
     <name>OpenJPA Parent POM</name>
-    <description>Apache OpenJPA implementation of JSR-338 JPA 2.1</description>
+    <description>Apache OpenJPA implementation of JSR-338 JPA 2.2</description>
 
     <version>3.2.0-SNAPSHOT</version>
 
@@ -2169,7 +2169,6 @@
                     <version>${project.version}</version>
                 </plugin>
 
-                <!-- Newer versions of plugin will cause PDF build failures -->
                 <plugin>
                     <groupId>com.agilejava.docbkx</groupId>
                     <artifactId>docbkx-maven-plugin</artifactId>