Author: dblevins
Date: Tue Sep 25 20:47:50 2007
New Revision: 579453
URL: http://svn.apache.org/viewvc?rev=579453&view=rev
Log:
finalized ejb spec version
Modified:
openejb/branches/3.0-beta-1/examples/calculator-stateless-pojo/pom.xml
openejb/branches/3.0-beta-1/examples/counter-stateful-pojo/pom.xml
openejb/branches/3.0-beta-1/examples/ejb-injection/pom.xml
openejb/branches/3.0-beta-1/examples/expanded-env-entries/pom.xml
openejb/branches/3.0-beta-1/examples/helloworld-stateful-pojo/pom.xml
openejb/branches/3.0-beta-1/examples/resource-injection/pom.xml
openejb/branches/3.0-beta-1/examples/telephone-stateful/pom.xml
Modified: openejb/branches/3.0-beta-1/examples/calculator-stateless-pojo/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/branches/3.0-beta-1/examples/calculator-stateless-pojo/pom.xml?rev=579453&r1=579452&r2=579453&view=diff
==============================================================================
--- openejb/branches/3.0-beta-1/examples/calculator-stateless-pojo/pom.xml
(original)
+++ openejb/branches/3.0-beta-1/examples/calculator-stateless-pojo/pom.xml Tue
Sep 25 20:47:50 2007
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-ejb_3.0_spec</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: openejb/branches/3.0-beta-1/examples/counter-stateful-pojo/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/branches/3.0-beta-1/examples/counter-stateful-pojo/pom.xml?rev=579453&r1=579452&r2=579453&view=diff
==============================================================================
--- openejb/branches/3.0-beta-1/examples/counter-stateful-pojo/pom.xml
(original)
+++ openejb/branches/3.0-beta-1/examples/counter-stateful-pojo/pom.xml Tue Sep
25 20:47:50 2007
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-ejb_3.0_spec</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: openejb/branches/3.0-beta-1/examples/ejb-injection/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/branches/3.0-beta-1/examples/ejb-injection/pom.xml?rev=579453&r1=579452&r2=579453&view=diff
==============================================================================
--- openejb/branches/3.0-beta-1/examples/ejb-injection/pom.xml (original)
+++ openejb/branches/3.0-beta-1/examples/ejb-injection/pom.xml Tue Sep 25
20:47:50 2007
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-ejb_3.0_spec</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: openejb/branches/3.0-beta-1/examples/expanded-env-entries/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/branches/3.0-beta-1/examples/expanded-env-entries/pom.xml?rev=579453&r1=579452&r2=579453&view=diff
==============================================================================
--- openejb/branches/3.0-beta-1/examples/expanded-env-entries/pom.xml (original)
+++ openejb/branches/3.0-beta-1/examples/expanded-env-entries/pom.xml Tue Sep
25 20:47:50 2007
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-ejb_3.0_spec</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<scope>provided</scope>
</dependency>
Modified: openejb/branches/3.0-beta-1/examples/helloworld-stateful-pojo/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/branches/3.0-beta-1/examples/helloworld-stateful-pojo/pom.xml?rev=579453&r1=579452&r2=579453&view=diff
==============================================================================
--- openejb/branches/3.0-beta-1/examples/helloworld-stateful-pojo/pom.xml
(original)
+++ openejb/branches/3.0-beta-1/examples/helloworld-stateful-pojo/pom.xml Tue
Sep 25 20:47:50 2007
@@ -62,7 +62,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-ejb_3.0_spec</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: openejb/branches/3.0-beta-1/examples/resource-injection/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/branches/3.0-beta-1/examples/resource-injection/pom.xml?rev=579453&r1=579452&r2=579453&view=diff
==============================================================================
--- openejb/branches/3.0-beta-1/examples/resource-injection/pom.xml (original)
+++ openejb/branches/3.0-beta-1/examples/resource-injection/pom.xml Tue Sep 25
20:47:50 2007
@@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-ejb_3.0_spec</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<scope>provided</scope>
</dependency>
Modified: openejb/branches/3.0-beta-1/examples/telephone-stateful/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/branches/3.0-beta-1/examples/telephone-stateful/pom.xml?rev=579453&r1=579452&r2=579453&view=diff
==============================================================================
--- openejb/branches/3.0-beta-1/examples/telephone-stateful/pom.xml (original)
+++ openejb/branches/3.0-beta-1/examples/telephone-stateful/pom.xml Tue Sep 25
20:47:50 2007
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-ejb_3.0_spec</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>