This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git


The following commit(s) were added to refs/heads/master by this push:
     new 6546f25  further documentation fixes. up to JPA 2.2
6546f25 is described below

commit 6546f259b25d211e60a810c62a53010adfc719f7
Author: Mark Struberg <strub...@apache.org>
AuthorDate: Mon May 10 11:22:55 2021 +0200

    further documentation fixes. up to JPA 2.2
---
 openjpa-project/src/doc/manual/migration_considerations.xml | 3 +--
 pom.xml                                                     | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

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>

Reply via email to