You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2009/10/02 05:12:58 UTC

svn commit: r820873 - in /geronimo/samples/branches/2.2/samples: bank/bank-client/pom.xml bank/bank-ejb/pom.xml bank/bank-war/pom.xml customer/customer-client/pom.xml customer/pom.xml myphonebook/pom.xml

Author: gawor
Date: Fri Oct  2 03:12:58 2009
New Revision: 820873

URL: http://svn.apache.org/viewvc?rev=820873&view=rev
Log:
jpa spec name has changed

Modified:
    geronimo/samples/branches/2.2/samples/bank/bank-client/pom.xml
    geronimo/samples/branches/2.2/samples/bank/bank-ejb/pom.xml
    geronimo/samples/branches/2.2/samples/bank/bank-war/pom.xml
    geronimo/samples/branches/2.2/samples/customer/customer-client/pom.xml
    geronimo/samples/branches/2.2/samples/customer/pom.xml
    geronimo/samples/branches/2.2/samples/myphonebook/pom.xml

Modified: geronimo/samples/branches/2.2/samples/bank/bank-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/bank/bank-client/pom.xml?rev=820873&r1=820872&r2=820873&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/bank/bank-client/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/bank/bank-client/pom.xml Fri Oct  2 03:12:58 2009
@@ -50,7 +50,7 @@
 
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_3.0_spec</artifactId>
+            <artifactId>geronimo-jpa_1.0_spec</artifactId>
         </dependency>
     </dependencies>
 

Modified: geronimo/samples/branches/2.2/samples/bank/bank-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/bank/bank-ejb/pom.xml?rev=820873&r1=820872&r2=820873&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/bank/bank-ejb/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/bank/bank-ejb/pom.xml Fri Oct  2 03:12:58 2009
@@ -45,7 +45,7 @@
 
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_3.0_spec</artifactId>
+            <artifactId>geronimo-jpa_1.0_spec</artifactId>
             <scope>provided</scope>
         </dependency>
     </dependencies>

Modified: geronimo/samples/branches/2.2/samples/bank/bank-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/bank/bank-war/pom.xml?rev=820873&r1=820872&r2=820873&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/bank/bank-war/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/bank/bank-war/pom.xml Fri Oct  2 03:12:58 2009
@@ -58,7 +58,7 @@
 
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_3.0_spec</artifactId>
+            <artifactId>geronimo-jpa_1.0_spec</artifactId>
             <scope>provided</scope>
         </dependency>
     </dependencies>

Modified: geronimo/samples/branches/2.2/samples/customer/customer-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/customer/customer-client/pom.xml?rev=820873&r1=820872&r2=820873&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/customer/customer-client/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/customer/customer-client/pom.xml Fri Oct  2 03:12:58 2009
@@ -48,7 +48,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_3.0_spec</artifactId>
+            <artifactId>geronimo-jpa_1.0_spec</artifactId>
         </dependency>
     </dependencies>
 

Modified: geronimo/samples/branches/2.2/samples/customer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/customer/pom.xml?rev=820873&r1=820872&r2=820873&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/customer/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/customer/pom.xml Fri Oct  2 03:12:58 2009
@@ -55,7 +55,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_3.0_spec</artifactId>
+            <artifactId>geronimo-jpa_1.0_spec</artifactId>
             <scope>provided</scope>
         </dependency>
     </dependencies>

Modified: geronimo/samples/branches/2.2/samples/myphonebook/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.2/samples/myphonebook/pom.xml?rev=820873&r1=820872&r2=820873&view=diff
==============================================================================
--- geronimo/samples/branches/2.2/samples/myphonebook/pom.xml (original)
+++ geronimo/samples/branches/2.2/samples/myphonebook/pom.xml Fri Oct  2 03:12:58 2009
@@ -49,7 +49,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jpa_3.0_spec</artifactId>
+            <artifactId>geronimo-jpa_1.0_spec</artifactId>
             <scope>provided</scope>
         </dependency>