Author: dblevins
Date: Tue May 26 21:03:51 2009
New Revision: 778885

URL: http://svn.apache.org/viewvc?rev=778885&view=rev
Log:
Finalizing examples versions

Modified:
    openejb/branches/openejb-3.1.1/examples/component-interfaces/pom.xml
    openejb/branches/openejb-3.1.1/examples/custom-injection/pom.xml
    openejb/branches/openejb-3.1.1/examples/ear-testing/business-logic/pom.xml
    openejb/branches/openejb-3.1.1/examples/ear-testing/business-model/pom.xml
    openejb/branches/openejb-3.1.1/examples/ear-testing/pom.xml
    openejb/branches/openejb-3.1.1/examples/helloworld-weblogic/pom.xml
    
openejb/branches/openejb-3.1.1/examples/injection-of-connectionfactory/pom.xml
    openejb/branches/openejb-3.1.1/examples/injection-of-datasource/pom.xml
    openejb/branches/openejb-3.1.1/examples/injection-of-ejbs/pom.xml
    openejb/branches/openejb-3.1.1/examples/injection-of-entitymanager/pom.xml
    openejb/branches/openejb-3.1.1/examples/injection-of-env-entry/pom.xml
    openejb/branches/openejb-3.1.1/examples/interceptors/pom.xml
    openejb/branches/openejb-3.1.1/examples/jpa-eclipselink/pom.xml
    openejb/branches/openejb-3.1.1/examples/jpa-hibernate/pom.xml
    openejb/branches/openejb-3.1.1/examples/simple-cmp2/pom.xml
    openejb/branches/openejb-3.1.1/examples/simple-mdb-with-descriptor/pom.xml
    openejb/branches/openejb-3.1.1/examples/simple-mdb/pom.xml
    openejb/branches/openejb-3.1.1/examples/simple-singleton/pom.xml
    openejb/branches/openejb-3.1.1/examples/simple-stateful/pom.xml
    
openejb/branches/openejb-3.1.1/examples/simple-stateless-with-descriptor/pom.xml
    openejb/branches/openejb-3.1.1/examples/simple-stateless/pom.xml
    openejb/branches/openejb-3.1.1/examples/simple-webservice/pom.xml
    openejb/branches/openejb-3.1.1/examples/spring-integration/pom.xml
    openejb/branches/openejb-3.1.1/examples/telephone-stateful/pom.xml
    openejb/branches/openejb-3.1.1/examples/testcase-injection/pom.xml
    openejb/branches/openejb-3.1.1/examples/testing-security-2/pom.xml
    openejb/branches/openejb-3.1.1/examples/testing-security/pom.xml
    openejb/branches/openejb-3.1.1/examples/testing-transactions/pom.xml
    openejb/branches/openejb-3.1.1/examples/webapps/applet/pom.xml
    openejb/branches/openejb-3.1.1/examples/webapps/ejb-examples/pom.xml
    openejb/branches/openejb-3.1.1/examples/webapps/ejb-webservice/pom.xml
    openejb/branches/openejb-3.1.1/examples/webapps/jsf/pom.xml
    openejb/branches/openejb-3.1.1/examples/webapps/struts/pom.xml
    openejb/branches/openejb-3.1.1/examples/webservice-attachments/pom.xml
    openejb/branches/openejb-3.1.1/examples/webservice-security/pom.xml
    openejb/branches/openejb-3.1.1/examples/webservice-ws-security/pom.xml

Modified: openejb/branches/openejb-3.1.1/examples/component-interfaces/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/component-interfaces/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/component-interfaces/pom.xml 
(original)
+++ openejb/branches/openejb-3.1.1/examples/component-interfaces/pom.xml Tue 
May 26 21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>component-interfaces</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: EJB 2.1 Component Interfaces</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/custom-injection/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/custom-injection/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/custom-injection/pom.xml (original)
+++ openejb/branches/openejb-3.1.1/examples/custom-injection/pom.xml Tue May 26 
21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>custom-injection</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: Expanded support for Env Entries</name>
   <properties>
     <!--

Modified: 
openejb/branches/openejb-3.1.1/examples/ear-testing/business-logic/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/ear-testing/business-logic/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/ear-testing/business-logic/pom.xml 
(original)
+++ openejb/branches/openejb-3.1.1/examples/ear-testing/business-logic/pom.xml 
Tue May 26 21:03:51 2009
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.superbiz</groupId>
     <artifactId>myear</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>business-logic</artifactId>

Modified: 
openejb/branches/openejb-3.1.1/examples/ear-testing/business-model/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/ear-testing/business-model/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/ear-testing/business-model/pom.xml 
(original)
+++ openejb/branches/openejb-3.1.1/examples/ear-testing/business-model/pom.xml 
Tue May 26 21:03:51 2009
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.superbiz</groupId>
     <artifactId>myear</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>business-model</artifactId>

Modified: openejb/branches/openejb-3.1.1/examples/ear-testing/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/ear-testing/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/ear-testing/pom.xml (original)
+++ openejb/branches/openejb-3.1.1/examples/ear-testing/pom.xml Tue May 26 
21:03:51 2009
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.superbiz</groupId>
   <artifactId>myear</artifactId>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <packaging>pom</packaging>
   <name>OpenEJB :: Examples :: Ear Testing</name>
   <modules>

Modified: openejb/branches/openejb-3.1.1/examples/helloworld-weblogic/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/helloworld-weblogic/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/helloworld-weblogic/pom.xml 
(original)
+++ openejb/branches/openejb-3.1.1/examples/helloworld-weblogic/pom.xml Tue May 
26 21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>helloworld-weblogic</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: Hello World - Weblogic</name>
   <properties>
     <!--

Modified: 
openejb/branches/openejb-3.1.1/examples/injection-of-connectionfactory/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/injection-of-connectionfactory/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- 
openejb/branches/openejb-3.1.1/examples/injection-of-connectionfactory/pom.xml 
(original)
+++ 
openejb/branches/openejb-3.1.1/examples/injection-of-connectionfactory/pom.xml 
Tue May 26 21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>injection-of-connectionfactory</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: @Resource javax.jms.ConnectionFactory</name>
   <properties>
     <!--

Modified: 
openejb/branches/openejb-3.1.1/examples/injection-of-datasource/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/injection-of-datasource/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/injection-of-datasource/pom.xml 
(original)
+++ openejb/branches/openejb-3.1.1/examples/injection-of-datasource/pom.xml Tue 
May 26 21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>injection-of-datasource</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: @Resource DataSource Injection</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/injection-of-ejbs/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/injection-of-ejbs/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/injection-of-ejbs/pom.xml (original)
+++ openejb/branches/openejb-3.1.1/examples/injection-of-ejbs/pom.xml Tue May 
26 21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>injection-of-ejbs</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: @EJB Injection</name>
   <properties>
     <!--

Modified: 
openejb/branches/openejb-3.1.1/examples/injection-of-entitymanager/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/injection-of-entitymanager/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/injection-of-entitymanager/pom.xml 
(original)
+++ openejb/branches/openejb-3.1.1/examples/injection-of-entitymanager/pom.xml 
Tue May 26 21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>injection-of-entitymanager</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: @PersistenceContext EntityManager 
Injection</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/injection-of-env-entry/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/injection-of-env-entry/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/injection-of-env-entry/pom.xml 
(original)
+++ openejb/branches/openejb-3.1.1/examples/injection-of-env-entry/pom.xml Tue 
May 26 21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>injection-of-env-entry</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: @Resource env-entry Injection</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/interceptors/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/interceptors/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/interceptors/pom.xml (original)
+++ openejb/branches/openejb-3.1.1/examples/interceptors/pom.xml Tue May 26 
21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>interceptors</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: Interceptors</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/jpa-eclipselink/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/jpa-eclipselink/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/jpa-eclipselink/pom.xml (original)
+++ openejb/branches/openejb-3.1.1/examples/jpa-eclipselink/pom.xml Tue May 26 
21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>jpa-eclipselink</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: JPA with EclipseLink</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/jpa-hibernate/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/jpa-hibernate/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/jpa-hibernate/pom.xml (original)
+++ openejb/branches/openejb-3.1.1/examples/jpa-hibernate/pom.xml Tue May 26 
21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>jpa-hibernate</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: JPA with Hibernate</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/simple-cmp2/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/simple-cmp2/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/simple-cmp2/pom.xml (original)
+++ openejb/branches/openejb-3.1.1/examples/simple-cmp2/pom.xml Tue May 26 
21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>simple-cmp2</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: Simple CMP2 Entity</name>
   <properties>
     <!--

Modified: 
openejb/branches/openejb-3.1.1/examples/simple-mdb-with-descriptor/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/simple-mdb-with-descriptor/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/simple-mdb-with-descriptor/pom.xml 
(original)
+++ openejb/branches/openejb-3.1.1/examples/simple-mdb-with-descriptor/pom.xml 
Tue May 26 21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>simple-mdb-with-descriptor</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: Simple MDB Using Deployment Descriptor 
Example</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/simple-mdb/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/simple-mdb/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/simple-mdb/pom.xml (original)
+++ openejb/branches/openejb-3.1.1/examples/simple-mdb/pom.xml Tue May 26 
21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>simple-mdb</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: Simple MDB Example</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/simple-singleton/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/simple-singleton/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/simple-singleton/pom.xml (original)
+++ openejb/branches/openejb-3.1.1/examples/simple-singleton/pom.xml Tue May 26 
21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>simple-singleton</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: Simple Singleton</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/simple-stateful/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/simple-stateful/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/simple-stateful/pom.xml (original)
+++ openejb/branches/openejb-3.1.1/examples/simple-stateful/pom.xml Tue May 26 
21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>simple-stateful</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: Simple Stateful Pojo</name>
   <properties>
     <!--

Modified: 
openejb/branches/openejb-3.1.1/examples/simple-stateless-with-descriptor/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/simple-stateless-with-descriptor/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- 
openejb/branches/openejb-3.1.1/examples/simple-stateless-with-descriptor/pom.xml
 (original)
+++ 
openejb/branches/openejb-3.1.1/examples/simple-stateless-with-descriptor/pom.xml
 Tue May 26 21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>simple-stateless-with-descriptor</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: Simple Stateless With Deployment 
Descriptor</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/simple-stateless/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/simple-stateless/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/simple-stateless/pom.xml (original)
+++ openejb/branches/openejb-3.1.1/examples/simple-stateless/pom.xml Tue May 26 
21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>simple-stateless</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: Simple Stateless Pojo</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/simple-webservice/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/simple-webservice/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/simple-webservice/pom.xml (original)
+++ openejb/branches/openejb-3.1.1/examples/simple-webservice/pom.xml Tue May 
26 21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>simple-webservice</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: Simple Webservice</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/spring-integration/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/spring-integration/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/spring-integration/pom.xml 
(original)
+++ openejb/branches/openejb-3.1.1/examples/spring-integration/pom.xml Tue May 
26 21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>spring-integration</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: Spring Integration</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/telephone-stateful/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/telephone-stateful/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/telephone-stateful/pom.xml 
(original)
+++ openejb/branches/openejb-3.1.1/examples/telephone-stateful/pom.xml Tue May 
26 21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>telephone-stateful</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: Telephone Stateful Pojo</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/testcase-injection/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/testcase-injection/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/testcase-injection/pom.xml 
(original)
+++ openejb/branches/openejb-3.1.1/examples/testcase-injection/pom.xml Tue May 
26 21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>testcase-injection</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: TestCase Injection</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/testing-security-2/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/testing-security-2/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/testing-security-2/pom.xml 
(original)
+++ openejb/branches/openejb-3.1.1/examples/testing-security-2/pom.xml Tue May 
26 21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>testing-security-2</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: Testing Security</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/testing-security/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/testing-security/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/testing-security/pom.xml (original)
+++ openejb/branches/openejb-3.1.1/examples/testing-security/pom.xml Tue May 26 
21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>testing-security</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: Testing Security</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/testing-transactions/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/testing-transactions/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/testing-transactions/pom.xml 
(original)
+++ openejb/branches/openejb-3.1.1/examples/testing-transactions/pom.xml Tue 
May 26 21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>testing-transactions</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: Testing Transactions</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/webapps/applet/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/webapps/applet/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/webapps/applet/pom.xml (original)
+++ openejb/branches/openejb-3.1.1/examples/webapps/applet/pom.xml Tue May 26 
21:03:51 2009
@@ -22,7 +22,7 @@
   <groupId>org.superbiz.applet</groupId>
   <artifactId>applet</artifactId>
   <packaging>war</packaging>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Web Examples :: Signed Applet EJB Client</name>
   <url>http://openejb.apache.org</url>
   <dependencies>

Modified: openejb/branches/openejb-3.1.1/examples/webapps/ejb-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/webapps/ejb-examples/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/webapps/ejb-examples/pom.xml 
(original)
+++ openejb/branches/openejb-3.1.1/examples/webapps/ejb-examples/pom.xml Tue 
May 26 21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>ejb-examples</artifactId>
   <packaging>war</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Web Examples :: EJB Examples War</name>
   <dependencies>
     <dependency>

Modified: openejb/branches/openejb-3.1.1/examples/webapps/ejb-webservice/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/webapps/ejb-webservice/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/webapps/ejb-webservice/pom.xml 
(original)
+++ openejb/branches/openejb-3.1.1/examples/webapps/ejb-webservice/pom.xml Tue 
May 26 21:03:51 2009
@@ -25,7 +25,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>ejb-webservice</artifactId>
   <packaging>war</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Web Examples :: EJB WebService</name>
   <dependencies>
     <dependency>

Modified: openejb/branches/openejb-3.1.1/examples/webapps/jsf/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/webapps/jsf/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/webapps/jsf/pom.xml (original)
+++ openejb/branches/openejb-3.1.1/examples/webapps/jsf/pom.xml Tue May 26 
21:03:51 2009
@@ -28,7 +28,7 @@
   <artifactId>jsf</artifactId>
   <packaging>war</packaging>
   <name>OpenEJB :: Web Examples :: JSF with MyFaces</name>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
   <url>http://openejb.apache.org</url>
   <build>
     <finalName>jsf</finalName>

Modified: openejb/branches/openejb-3.1.1/examples/webapps/struts/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/webapps/struts/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/webapps/struts/pom.xml (original)
+++ openejb/branches/openejb-3.1.1/examples/webapps/struts/pom.xml Tue May 26 
21:03:51 2009
@@ -20,7 +20,7 @@
   <groupId>org.superbiz.struts</groupId>
   <artifactId>struts</artifactId>
   <packaging>war</packaging>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Web Examples :: Struts</name>
   <url>http://openejb.apache.org</url>
   <dependencies>

Modified: openejb/branches/openejb-3.1.1/examples/webservice-attachments/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/webservice-attachments/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/webservice-attachments/pom.xml 
(original)
+++ openejb/branches/openejb-3.1.1/examples/webservice-attachments/pom.xml Tue 
May 26 21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>webservice-attachments</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Examples :: Webservice Attachments</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/webservice-security/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/webservice-security/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/webservice-security/pom.xml 
(original)
+++ openejb/branches/openejb-3.1.1/examples/webservice-security/pom.xml Tue May 
26 21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>webservice-security</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Web Examples :: EJB WebService with Security</name>
   <properties>
     <!--

Modified: openejb/branches/openejb-3.1.1/examples/webservice-ws-security/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.1.1/examples/webservice-ws-security/pom.xml?rev=778885&r1=778884&r2=778885&view=diff
==============================================================================
--- openejb/branches/openejb-3.1.1/examples/webservice-ws-security/pom.xml 
(original)
+++ openejb/branches/openejb-3.1.1/examples/webservice-ws-security/pom.xml Tue 
May 26 21:03:51 2009
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>webservice-ws-security</artifactId>
   <packaging>jar</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0</version>
   <name>OpenEJB :: Web Examples :: EJB WebService with WS-Security</name>
   <properties>
     <!--


Reply via email to