You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2020/09/05 11:54:50 UTC

[openjpa] branch master updated (0010931 -> 60bfa50)

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

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


    from 0010931  adding release notes for 3.1.2
     new 8d76c71  update relase notes to 3.1.2
     new 60bfa50  fix checkstyle for samples

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 openjpa-examples/image-gallery/pom.xml | 1 +
 openjpa-examples/pom.xml               | 2 +-
 openjpa-project/RELEASE-NOTES.html     | 9 +++++----
 3 files changed, 7 insertions(+), 5 deletions(-)


[openjpa] 01/02: update relase notes to 3.1.2

Posted by st...@apache.org.
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

commit 8d76c716b71a58306c32da7522bbefd83d0334d3
Author: Mark Struberg <st...@apache.org>
AuthorDate: Sat Sep 5 12:59:28 2020 +0200

    update relase notes to 3.1.2
---
 openjpa-project/RELEASE-NOTES.html | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/openjpa-project/RELEASE-NOTES.html b/openjpa-project/RELEASE-NOTES.html
index 956346a..7043e29 100644
--- a/openjpa-project/RELEASE-NOTES.html
+++ b/openjpa-project/RELEASE-NOTES.html
@@ -38,7 +38,7 @@ under the License.
 
 <P>
    The Apache OpenJPA community is proud to release a distribution of
-   OpenJPA 3.0.0. This distribution is based on the final JSR 338 Java
+   OpenJPA 3.1.2. This distribution is based on the final JSR 338 Java
    Persistence API, Version 2.2 specification while not beeing fully TCK tested.
    We remain backwards compatible with prior releases based on the
    Java Persistence API 1.0 and 2.0.
@@ -110,7 +110,7 @@ under the License.</p>
 in each release of OpenJPA.</P>
 
 <h2><a name="Notice"></a>Notice</h2>
-<p>Copyright 2006,2018 The Apache Software Foundation
+<p>Copyright 2006,2020 The Apache Software Foundation
 <BR>This product includes software developed at The Apache Software Foundation (http://www.apache.org/).</p>
 <P>Apache OpenJPA includes the persistence and orm schemas from the JPA specifications.
 <BR>Copyright 2005-2009 Sun Microsystems, Inc. All rights reserved.
@@ -126,7 +126,7 @@ in each release of OpenJPA.</P>
 <h2><a name="ReleaseNotes">Release Notes</a></h2>
 
 <hr>
-<h3><a name="300">OpenJPA 3.0.0</a></h3>
+<h3><a name="312">OpenJPA 3.1.2</a></h3>
 
 
 
@@ -171,7 +171,8 @@ in each release of OpenJPA.</P>
 <h2><a name="Previous"></a>Previous Releases</h2>
 <p>Release notes for earlier releases of OpenJPA may be found in our repos at the following locations.
 <ul>
-  <li><a href='https://github.com/apache/openjpa/blob/3.1.0/openjpa-project/RELEASE-NOTES.html'>OpenJPA 3.0.0 RELEASE-NOTES.html</a></li>
+  <li><a href='https://github.com/apache/openjpa/blob/3.1.0/openjpa-project/RELEASE-NOTES.html'>OpenJPA 3.1.0 RELEASE-NOTES.html</a></li>
+  <li><a href='https://github.com/apache/openjpa/blob/3.0.0/openjpa-project/RELEASE-NOTES.html'>OpenJPA 3.0.0 RELEASE-NOTES.html</a></li>
   <li><a href='http://svn.apache.org/viewvc/openjpa/tags/2.4.3/openjpa-project/RELEASE-NOTES.html?view=co'>OpenJPA 2.4.3 RELEASE-NOTES.html</a></li>
   <li><a href='http://svn.apache.org/viewvc/openjpa/tags/2.4.2/openjpa-project/RELEASE-NOTES.html?view=co'>OpenJPA 2.4.2 RELEASE-NOTES.html</a></li>
   <li><a href='http://svn.apache.org/viewvc/openjpa/tags/2.4.1/openjpa-project/RELEASE-NOTES.html?view=co'>OpenJPA 2.4.1 RELEASE-NOTES.html</a></li>


[openjpa] 02/02: fix checkstyle for samples

Posted by st...@apache.org.
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

commit 60bfa50c7f9d4a762c78bc45c73c945f9f79415a
Author: Mark Struberg <st...@apache.org>
AuthorDate: Sat Sep 5 13:54:29 2020 +0200

    fix checkstyle for samples
---
 openjpa-examples/image-gallery/pom.xml | 1 +
 openjpa-examples/pom.xml               | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/openjpa-examples/image-gallery/pom.xml b/openjpa-examples/image-gallery/pom.xml
index 07d1b40..bcc4d4b 100644
--- a/openjpa-examples/image-gallery/pom.xml
+++ b/openjpa-examples/image-gallery/pom.xml
@@ -43,6 +43,7 @@
     <test.jvm.arguments>-Xmx${test.jvm.maxheapsize}</test.jvm.arguments>
     <surefire.jvm.args>${test.jvm.arguments}</surefire.jvm.args>
     <automatic-module-name>org.apache.openjpa.examples.gallery</automatic-module-name>
+    <checkstyle.suppressions.location>${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}suppressions.xml</checkstyle.suppressions.location>
   </properties>
 
   <dependencies>
diff --git a/openjpa-examples/pom.xml b/openjpa-examples/pom.xml
index 2aa18ba..286db12 100644
--- a/openjpa-examples/pom.xml
+++ b/openjpa-examples/pom.xml
@@ -39,7 +39,7 @@
 
     <properties>
         <openjpa.Log>DefaultLevel=WARN</openjpa.Log>
-        <checkstyle.suppressions.location>${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}suppressions.xml</checkstyle.suppressions.location>
+        <checkstyle.suppressions.location>${project.basedir}${file.separator}..${file.separator}openjpa-project${file.separator}suppressions.xml</checkstyle.suppressions.location>
     </properties>
 
     <modules>