You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2010/03/24 04:11:44 UTC

svn commit: r926910 - in /openejb/branches/openejb-3.0.2/examples: component-interfaces/ custom-injection/ helloworld-weblogic/ injection-of-datasource/ injection-of-ejbs/ injection-of-entitymanager/ injection-of-env-entry/ interceptors/ jpa-hibernate/...

Author: dblevins
Date: Wed Mar 24 03:11:43 2010
New Revision: 926910

URL: http://svn.apache.org/viewvc?rev=926910&view=rev
Log:
switching examples to snapshot so mvn release:prepare will work

Modified:
    openejb/branches/openejb-3.0.2/examples/component-interfaces/pom.xml
    openejb/branches/openejb-3.0.2/examples/custom-injection/pom.xml
    openejb/branches/openejb-3.0.2/examples/helloworld-weblogic/pom.xml
    openejb/branches/openejb-3.0.2/examples/injection-of-datasource/pom.xml
    openejb/branches/openejb-3.0.2/examples/injection-of-ejbs/pom.xml
    openejb/branches/openejb-3.0.2/examples/injection-of-entitymanager/pom.xml
    openejb/branches/openejb-3.0.2/examples/injection-of-env-entry/pom.xml
    openejb/branches/openejb-3.0.2/examples/interceptors/pom.xml
    openejb/branches/openejb-3.0.2/examples/jpa-hibernate/pom.xml
    openejb/branches/openejb-3.0.2/examples/simple-stateful/pom.xml
    openejb/branches/openejb-3.0.2/examples/simple-stateless/pom.xml
    openejb/branches/openejb-3.0.2/examples/simple-webservice/pom.xml
    openejb/branches/openejb-3.0.2/examples/telephone-stateful/pom.xml
    openejb/branches/openejb-3.0.2/examples/testing-security/pom.xml
    openejb/branches/openejb-3.0.2/examples/testing-transactions/pom.xml
    openejb/branches/openejb-3.0.2/examples/webapps/ejb-examples/pom.xml

Modified: openejb/branches/openejb-3.0.2/examples/component-interfaces/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.2/examples/component-interfaces/pom.xml?rev=926910&r1=926909&r2=926910&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.2/examples/component-interfaces/pom.xml (original)
+++ openejb/branches/openejb-3.0.2/examples/component-interfaces/pom.xml Wed Mar 24 03:11:43 2010
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>component-interfaces</artifactId>
   <packaging>jar</packaging>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: EJB 2.1 Component Interfaces</name>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.2/examples/custom-injection/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.2/examples/custom-injection/pom.xml?rev=926910&r1=926909&r2=926910&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.2/examples/custom-injection/pom.xml (original)
+++ openejb/branches/openejb-3.0.2/examples/custom-injection/pom.xml Wed Mar 24 03:11:43 2010
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>custom-injection</artifactId>
   <packaging>jar</packaging>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Expanded support for Env Entries</name>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.2/examples/helloworld-weblogic/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.2/examples/helloworld-weblogic/pom.xml?rev=926910&r1=926909&r2=926910&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.2/examples/helloworld-weblogic/pom.xml (original)
+++ openejb/branches/openejb-3.0.2/examples/helloworld-weblogic/pom.xml Wed Mar 24 03:11:43 2010
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>helloworld-weblogic</artifactId>
   <packaging>jar</packaging>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Hello World - Weblogic</name>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.2/examples/injection-of-datasource/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.2/examples/injection-of-datasource/pom.xml?rev=926910&r1=926909&r2=926910&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.2/examples/injection-of-datasource/pom.xml (original)
+++ openejb/branches/openejb-3.0.2/examples/injection-of-datasource/pom.xml Wed Mar 24 03:11:43 2010
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>injection-of-datasource</artifactId>
   <packaging>jar</packaging>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: @Resource DataSource Injection</name>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.2/examples/injection-of-ejbs/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.2/examples/injection-of-ejbs/pom.xml?rev=926910&r1=926909&r2=926910&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.2/examples/injection-of-ejbs/pom.xml (original)
+++ openejb/branches/openejb-3.0.2/examples/injection-of-ejbs/pom.xml Wed Mar 24 03:11:43 2010
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>injection-of-ejbs</artifactId>
   <packaging>jar</packaging>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: @EJB Injection</name>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.2/examples/injection-of-entitymanager/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.2/examples/injection-of-entitymanager/pom.xml?rev=926910&r1=926909&r2=926910&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.2/examples/injection-of-entitymanager/pom.xml (original)
+++ openejb/branches/openejb-3.0.2/examples/injection-of-entitymanager/pom.xml Wed Mar 24 03:11:43 2010
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>injection-of-entitymanager</artifactId>
   <packaging>jar</packaging>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: @PersistenceContext EntityManager Injection</name>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.2/examples/injection-of-env-entry/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.2/examples/injection-of-env-entry/pom.xml?rev=926910&r1=926909&r2=926910&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.2/examples/injection-of-env-entry/pom.xml (original)
+++ openejb/branches/openejb-3.0.2/examples/injection-of-env-entry/pom.xml Wed Mar 24 03:11:43 2010
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>injection-of-env-entry</artifactId>
   <packaging>jar</packaging>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: @Resource env-entry Injection</name>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.2/examples/interceptors/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.2/examples/interceptors/pom.xml?rev=926910&r1=926909&r2=926910&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.2/examples/interceptors/pom.xml (original)
+++ openejb/branches/openejb-3.0.2/examples/interceptors/pom.xml Wed Mar 24 03:11:43 2010
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>interceptors</artifactId>
   <packaging>jar</packaging>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Interceptors</name>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.2/examples/jpa-hibernate/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.2/examples/jpa-hibernate/pom.xml?rev=926910&r1=926909&r2=926910&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.2/examples/jpa-hibernate/pom.xml (original)
+++ openejb/branches/openejb-3.0.2/examples/jpa-hibernate/pom.xml Wed Mar 24 03:11:43 2010
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>jpa-hibernate</artifactId>
   <packaging>jar</packaging>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: JPA with Hibernate</name>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.2/examples/simple-stateful/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.2/examples/simple-stateful/pom.xml?rev=926910&r1=926909&r2=926910&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.2/examples/simple-stateful/pom.xml (original)
+++ openejb/branches/openejb-3.0.2/examples/simple-stateful/pom.xml Wed Mar 24 03:11:43 2010
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>simple-stateful</artifactId>
   <packaging>jar</packaging>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Simple Stateful Pojo</name>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.2/examples/simple-stateless/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.2/examples/simple-stateless/pom.xml?rev=926910&r1=926909&r2=926910&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.2/examples/simple-stateless/pom.xml (original)
+++ openejb/branches/openejb-3.0.2/examples/simple-stateless/pom.xml Wed Mar 24 03:11:43 2010
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>simple-stateless</artifactId>
   <packaging>jar</packaging>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Simple Stateless Pojo</name>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.2/examples/simple-webservice/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.2/examples/simple-webservice/pom.xml?rev=926910&r1=926909&r2=926910&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.2/examples/simple-webservice/pom.xml (original)
+++ openejb/branches/openejb-3.0.2/examples/simple-webservice/pom.xml Wed Mar 24 03:11:43 2010
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>simple-webservice</artifactId>
   <packaging>jar</packaging>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Simple Webservice</name>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.2/examples/telephone-stateful/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.2/examples/telephone-stateful/pom.xml?rev=926910&r1=926909&r2=926910&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.2/examples/telephone-stateful/pom.xml (original)
+++ openejb/branches/openejb-3.0.2/examples/telephone-stateful/pom.xml Wed Mar 24 03:11:43 2010
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>telephone-stateful</artifactId>
   <packaging>jar</packaging>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Telephone Stateful Pojo</name>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.2/examples/testing-security/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.2/examples/testing-security/pom.xml?rev=926910&r1=926909&r2=926910&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.2/examples/testing-security/pom.xml (original)
+++ openejb/branches/openejb-3.0.2/examples/testing-security/pom.xml Wed Mar 24 03:11:43 2010
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>testing-security</artifactId>
   <packaging>jar</packaging>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Testing Security</name>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.2/examples/testing-transactions/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.2/examples/testing-transactions/pom.xml?rev=926910&r1=926909&r2=926910&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.2/examples/testing-transactions/pom.xml (original)
+++ openejb/branches/openejb-3.0.2/examples/testing-transactions/pom.xml Wed Mar 24 03:11:43 2010
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>testing-transactions</artifactId>
   <packaging>jar</packaging>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Testing Transactions</name>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.2/examples/webapps/ejb-examples/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.2/examples/webapps/ejb-examples/pom.xml?rev=926910&r1=926909&r2=926910&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.2/examples/webapps/ejb-examples/pom.xml (original)
+++ openejb/branches/openejb-3.0.2/examples/webapps/ejb-examples/pom.xml Wed Mar 24 03:11:43 2010
@@ -24,7 +24,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>ejb-examples</artifactId>
   <packaging>war</packaging>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</version>
   <name>OpenEJB :: Web Examples :: EJB Examples War</name>
   <dependencies>
     <dependency>