You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by xu...@apache.org on 2011/09/21 03:32:17 UTC

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

Author: xuhaihong
Date: Wed Sep 21 01:32:16 2011
New Revision: 1173459

URL: http://svn.apache.org/viewvc?rev=1173459&view=rev
Log:
Trick the example version number to 1.0, as no need to release a new version

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

Modified: openejb/branches/openejb-3.0.x/examples/component-interfaces/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/component-interfaces/pom.xml?rev=1173459&r1=1173458&r2=1173459&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/component-interfaces/pom.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/component-interfaces/pom.xml Wed Sep 21 01:32:16 2011
@@ -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>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.x/examples/custom-injection/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/custom-injection/pom.xml?rev=1173459&r1=1173458&r2=1173459&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/custom-injection/pom.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/custom-injection/pom.xml Wed Sep 21 01:32:16 2011
@@ -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>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.x/examples/helloworld-weblogic/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/helloworld-weblogic/pom.xml?rev=1173459&r1=1173458&r2=1173459&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/helloworld-weblogic/pom.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/helloworld-weblogic/pom.xml Wed Sep 21 01:32:16 2011
@@ -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>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.x/examples/injection-of-datasource/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/injection-of-datasource/pom.xml?rev=1173459&r1=1173458&r2=1173459&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/injection-of-datasource/pom.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/injection-of-datasource/pom.xml Wed Sep 21 01:32:16 2011
@@ -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>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.x/examples/injection-of-ejbs/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/injection-of-ejbs/pom.xml?rev=1173459&r1=1173458&r2=1173459&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/injection-of-ejbs/pom.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/injection-of-ejbs/pom.xml Wed Sep 21 01:32:16 2011
@@ -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>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.x/examples/injection-of-entitymanager/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/injection-of-entitymanager/pom.xml?rev=1173459&r1=1173458&r2=1173459&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/injection-of-entitymanager/pom.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/injection-of-entitymanager/pom.xml Wed Sep 21 01:32:16 2011
@@ -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>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.x/examples/injection-of-env-entry/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/injection-of-env-entry/pom.xml?rev=1173459&r1=1173458&r2=1173459&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/injection-of-env-entry/pom.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/injection-of-env-entry/pom.xml Wed Sep 21 01:32:16 2011
@@ -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>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.x/examples/interceptors/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/interceptors/pom.xml?rev=1173459&r1=1173458&r2=1173459&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/interceptors/pom.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/interceptors/pom.xml Wed Sep 21 01:32:16 2011
@@ -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>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.x/examples/jpa-hibernate/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/jpa-hibernate/pom.xml?rev=1173459&r1=1173458&r2=1173459&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/jpa-hibernate/pom.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/jpa-hibernate/pom.xml Wed Sep 21 01:32:16 2011
@@ -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>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.x/examples/simple-stateful/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/simple-stateful/pom.xml?rev=1173459&r1=1173458&r2=1173459&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/simple-stateful/pom.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/simple-stateful/pom.xml Wed Sep 21 01:32:16 2011
@@ -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>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.x/examples/simple-stateless/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/simple-stateless/pom.xml?rev=1173459&r1=1173458&r2=1173459&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/simple-stateless/pom.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/simple-stateless/pom.xml Wed Sep 21 01:32:16 2011
@@ -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>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.x/examples/simple-webservice/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/simple-webservice/pom.xml?rev=1173459&r1=1173458&r2=1173459&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/simple-webservice/pom.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/simple-webservice/pom.xml Wed Sep 21 01:32:16 2011
@@ -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>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.x/examples/telephone-stateful/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/telephone-stateful/pom.xml?rev=1173459&r1=1173458&r2=1173459&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/telephone-stateful/pom.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/telephone-stateful/pom.xml Wed Sep 21 01:32:16 2011
@@ -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>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.x/examples/testing-security/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/testing-security/pom.xml?rev=1173459&r1=1173458&r2=1173459&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/testing-security/pom.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/testing-security/pom.xml Wed Sep 21 01:32:16 2011
@@ -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>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.x/examples/testing-transactions/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/testing-transactions/pom.xml?rev=1173459&r1=1173458&r2=1173459&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/testing-transactions/pom.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/testing-transactions/pom.xml Wed Sep 21 01:32:16 2011
@@ -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>
   <build>
     <defaultGoal>install</defaultGoal>

Modified: openejb/branches/openejb-3.0.x/examples/webapps/ejb-examples/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-3.0.x/examples/webapps/ejb-examples/pom.xml?rev=1173459&r1=1173458&r2=1173459&view=diff
==============================================================================
--- openejb/branches/openejb-3.0.x/examples/webapps/ejb-examples/pom.xml (original)
+++ openejb/branches/openejb-3.0.x/examples/webapps/ejb-examples/pom.xml Wed Sep 21 01:32:16 2011
@@ -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>