You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by st...@apache.org on 2019/02/25 07:32:27 UTC

svn commit: r1854299 - in /geronimo/specs/trunk/geronimo-jpa_2.2_spec: ./ NOTICE pom.xml run_sigtest.sh

Author: struberg
Date: Mon Feb 25 07:32:27 2019
New Revision: 1854299

URL: http://svn.apache.org/viewvc?rev=1854299&view=rev
Log:
GERONIMO-6572 prepare JPA-2.2 spec api

Added:
    geronimo/specs/trunk/geronimo-jpa_2.2_spec/
      - copied from r1854135, geronimo/specs/trunk/geronimo-jpa_2.1_spec/
Modified:
    geronimo/specs/trunk/geronimo-jpa_2.2_spec/NOTICE
    geronimo/specs/trunk/geronimo-jpa_2.2_spec/pom.xml
    geronimo/specs/trunk/geronimo-jpa_2.2_spec/run_sigtest.sh

Modified: geronimo/specs/trunk/geronimo-jpa_2.2_spec/NOTICE
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jpa_2.2_spec/NOTICE?rev=1854299&r1=1854135&r2=1854299&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jpa_2.2_spec/NOTICE (original)
+++ geronimo/specs/trunk/geronimo-jpa_2.2_spec/NOTICE Mon Feb 25 07:32:27 2019
@@ -1,5 +1,5 @@
 
-Apache Geronimo JSR-338 JPA 2.1 Spec API
+Apache Geronimo JSR-338 JPA 2.2 Spec API
 Copyright 2003-2018 The Apache Software Foundation
 
 This product includes software developed at

Modified: geronimo/specs/trunk/geronimo-jpa_2.2_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jpa_2.2_spec/pom.xml?rev=1854299&r1=1854135&r2=1854299&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jpa_2.2_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jpa_2.2_spec/pom.xml Mon Feb 25 07:32:27 2019
@@ -8,7 +8,7 @@
     "License"); you may not use this file except in compliance
     with the License.  You may obtain a copy of the License at
 
-     http://www.apache.org/licenses/LICENSE-2.0
+     http://www.apache.org/licenses/LICENSE-2.0 
 
     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
@@ -26,18 +26,18 @@
 
   <parent>
     <groupId>org.apache.geronimo.genesis</groupId>
-    <artifactId>genesis-java6-flava</artifactId>
-    <version>2.2</version>
+    <artifactId>genesis-java8-flava</artifactId>
+    <version>2.3</version>
     <relativePath />
   </parent>
 
   <groupId>org.apache.geronimo.specs</groupId>
-  <artifactId>geronimo-jpa_2.1_spec</artifactId>
+  <artifactId>geronimo-jpa_2.2_spec</artifactId>
   <packaging>bundle</packaging>
-  <name>Apache Geronimo JPA Spec 2.1</name>
+  <name>Apache Geronimo JPA Spec 2.2</name>
   <version>1.0-SNAPSHOT</version>
 
-  <description>Implementation of JSR-338 JPA 2.1 Spec API</description>
+  <description>Implementation of JSR-338 JPA 2.2 Spec API</description>
 
   <url>http://geronimo.apache.org/maven/${siteId}/${project.version}</url>
   <distributionManagement>
@@ -52,10 +52,10 @@
   </properties>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jpa_2.1_spec/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jpa_2.1_spec/
+    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jpa_2.2_spec/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jpa_2.2_spec/
     </developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-jpa_2.1_spec/</url>
+    <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-jpa_2.2_spec/</url>
   </scm>
 
   <dependencies>

Modified: geronimo/specs/trunk/geronimo-jpa_2.2_spec/run_sigtest.sh
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jpa_2.2_spec/run_sigtest.sh?rev=1854299&r1=1854135&r2=1854299&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jpa_2.2_spec/run_sigtest.sh (original)
+++ geronimo/specs/trunk/geronimo-jpa_2.2_spec/run_sigtest.sh Mon Feb 25 07:32:27 2019
@@ -30,10 +30,10 @@
 # mvn clean dependency:copy-dependencies
 
 # generate the SIG for the RI
-curl  http://repo1.maven.org/maven2/org/eclipse/persistence/javax.persistence/2.1.0/javax.persistence-2.1.0.jar > ./target/javax.persistence-2.1.0.jar
-java -jar ${SIGTEST_HOME}/lib/sigtestdev.jar Setup -classpath ${JAVA_HOME}/jre/lib/rt.jar:./target/javax.persistence-2.1.0.jar -Package javax.persistence  -FileName target/javax.persistence-2.1.0.sig -static
+curl  http://repo1.maven.org/maven2/org/eclipse/persistence/javax.persistence/2.2.1/javax.persistence-2.2.1.jar > ./target/javax.persistence-2.2.1.jar
+java -jar ${SIGTEST_HOME}/lib/sigtestdev.jar Setup -classpath ${JAVA_HOME}/jre/lib/rt.jar:./target/javax.persistence-2.2.1.jar -Package javax.persistence  -FileName target/javax.persistence-2.2.1.sig -static
 
 # this generates the signature for our own jpa api
-java -jar ${SIGTEST_HOME}/lib/sigtestdev.jar Setup -classpath ${JAVA_HOME}/jre/lib/rt.jar:./target/geronimo-jpa_2.1_spec-1.0-SNAPSHOT.jar -Package javax.persistence  -FileName target/geronimo-jpa-api.sig -static
+java -jar ${SIGTEST_HOME}/lib/sigtestdev.jar Setup -classpath ${JAVA_HOME}/jre/lib/rt.jar:./target/geronimo-jpa_2.2_spec-1.0-SNAPSHOT.jar -Package javax.persistence  -FileName target/geronimo-jpa-api.sig -static
 
 # then open the 2 generated sig files in a diff browser and the only difference should be some internal variables.