You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2012/05/29 05:54:05 UTC

svn commit: r819449 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/examples-trunk/polling-parent/pom.xml content/examples-trunk/webapps/rest-example-with-application/pom.xml content/examples-trunk/webapps/rest-example/pom.xml

Author: buildbot
Date: Tue May 29 03:54:05 2012
New Revision: 819449

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/cgi-bin/   (props changed)
    websites/staging/openejb/trunk/content/   (props changed)
    websites/staging/openejb/trunk/content/examples-trunk/polling-parent/pom.xml
    websites/staging/openejb/trunk/content/examples-trunk/webapps/rest-example-with-application/pom.xml
    websites/staging/openejb/trunk/content/examples-trunk/webapps/rest-example/pom.xml

Propchange: websites/staging/openejb/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May 29 03:54:05 2012
@@ -1 +1 @@
-1343419
+1343465

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May 29 03:54:05 2012
@@ -1 +1 @@
-1343419
+1343465

Modified: websites/staging/openejb/trunk/content/examples-trunk/polling-parent/pom.xml
==============================================================================
Binary files - no diff available.

Modified: websites/staging/openejb/trunk/content/examples-trunk/webapps/rest-example-with-application/pom.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/webapps/rest-example-with-application/pom.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/webapps/rest-example-with-application/pom.xml Tue May 29 03:54:05 2012
@@ -26,6 +26,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <openejb.version>4.0.0-beta-3-SNAPSHOT</openejb.version>
+    <tomee.version>1.0.0-beta-3-SNAPSHOT</tomee.version>
   </properties>
   <repositories>
     <repository>
@@ -77,7 +78,7 @@
             <webappArtifact>
               <groupId>org.apache.openejb</groupId>
               <artifactId>tomee-plus-webapp</artifactId>
-              <version>${openejb.version}</version>
+              <version>${tomee.version}</version>
               <contextPath>openejb</contextPath>
             </webappArtifact>
           </webapps>

Modified: websites/staging/openejb/trunk/content/examples-trunk/webapps/rest-example/pom.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/webapps/rest-example/pom.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/webapps/rest-example/pom.xml Tue May 29 03:54:05 2012
@@ -72,7 +72,7 @@
         <artifactId>tomee-maven-plugin</artifactId>
         <version>1.0.0-SNAPSHOT</version>
         <configuration>
-          <tomeeVersion>1.0.0-beta-3-SNAPSHOT</tomeeVersion>
+          <tomeeVersion>${tomee.version}</tomeeVersion>
           <tomeeClassifier>plus</tomeeClassifier>
         </configuration>
       </plugin>
@@ -88,7 +88,7 @@
             <webappArtifact>
               <groupId>org.apache.openejb</groupId>
               <artifactId>tomee-plus-webapp</artifactId>
-              <version>${openejb.version}</version>
+              <version>${tomee.version}</version>
               <contextPath>openejb</contextPath>
             </webappArtifact>
           </webapps>
@@ -178,7 +178,7 @@
     <dependency>
       <groupId>org.apache.openejb</groupId>
       <artifactId>tomee-webservices</artifactId>
-      <version>${openejb.version}</version>
+      <version>${tomee.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>