You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ho...@apache.org on 2005/12/15 07:57:39 UTC

svn commit: r356990 - in /geronimo/trunk/applications/daytrader: ejb/project.xml streamer/project.xml web/project.xml wsappclient/project.xml

Author: hogstrom
Date: Wed Dec 14 22:57:35 2005
New Revision: 356990

URL: http://svn.apache.org/viewcvs?rev=356990&view=rev
Log:
GERONIMO-1363 Updated spec jar references

Modified:
    geronimo/trunk/applications/daytrader/ejb/project.xml
    geronimo/trunk/applications/daytrader/streamer/project.xml
    geronimo/trunk/applications/daytrader/web/project.xml
    geronimo/trunk/applications/daytrader/wsappclient/project.xml

Modified: geronimo/trunk/applications/daytrader/ejb/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/daytrader/ejb/project.xml?rev=356990&r1=356989&r2=356990&view=diff
==============================================================================
--- geronimo/trunk/applications/daytrader/ejb/project.xml (original)
+++ geronimo/trunk/applications/daytrader/ejb/project.xml Wed Dec 14 22:57:35 2005
@@ -19,9 +19,9 @@
       <version>${pom.currentVersion}</version>
     </dependency>
     <dependency>
-      <groupId>geronimo-spec</groupId>
-      <artifactId>geronimo-spec-j2ee</artifactId>
-      <version>1.4-rc4</version>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-j2ee_1.4_spec</artifactId>
+      <version>1.0</version>
     </dependency>
      <dependency>
       <groupId>commons-logging</groupId>

Modified: geronimo/trunk/applications/daytrader/streamer/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/daytrader/streamer/project.xml?rev=356990&r1=356989&r2=356990&view=diff
==============================================================================
--- geronimo/trunk/applications/daytrader/streamer/project.xml (original)
+++ geronimo/trunk/applications/daytrader/streamer/project.xml Wed Dec 14 22:57:35 2005
@@ -21,9 +21,9 @@
     </dependency>
     
      <dependency>
-      <groupId>geronimo-spec</groupId>
-      <artifactId>geronimo-spec-j2ee</artifactId>
-      <version>1.4-rc4</version>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-j2ee_1.4_spec</artifactId>
+      <version>1.0</version>
     </dependency>
     
      <dependency>

Modified: geronimo/trunk/applications/daytrader/web/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/daytrader/web/project.xml?rev=356990&r1=356989&r2=356990&view=diff
==============================================================================
--- geronimo/trunk/applications/daytrader/web/project.xml (original)
+++ geronimo/trunk/applications/daytrader/web/project.xml Wed Dec 14 22:57:35 2005
@@ -24,9 +24,9 @@
     </dependency>
     
     <dependency>
-      <groupId>geronimo-spec</groupId>
-      <artifactId>geronimo-spec-j2ee</artifactId>
-      <version>1.4-rc4</version>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-j2ee_1.4_spec</artifactId>
+      <version>1.0</version>
     </dependency>
 
      <dependency>

Modified: geronimo/trunk/applications/daytrader/wsappclient/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/daytrader/wsappclient/project.xml?rev=356990&r1=356989&r2=356990&view=diff
==============================================================================
--- geronimo/trunk/applications/daytrader/wsappclient/project.xml (original)
+++ geronimo/trunk/applications/daytrader/wsappclient/project.xml Wed Dec 14 22:57:35 2005
@@ -8,10 +8,10 @@
   <package>org.apache.geronimo.samples.daytrader</package>
   <description>Common files for day Trader</description>
   <dependencies>
-     <dependency>
-      <groupId>geronimo-spec</groupId>
-      <artifactId>geronimo-spec-j2ee</artifactId>
-      <version>1.4-rc4</version>
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-j2ee_1.4_spec</artifactId>
+      <version>1.0</version>
     </dependency>
     
      <dependency>