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/21 11:33:17 UTC

svn commit: r818537 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/examples-trunk/polling-parent/polling-web/pom.xml content/examples-trunk/webapps/moviefun/app/pom.xml content/examples-trunk/webapps/rest-example/pom.xml

Author: buildbot
Date: Mon May 21 09:33:16 2012
New Revision: 818537

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/polling-web/pom.xml
    websites/staging/openejb/trunk/content/examples-trunk/webapps/moviefun/app/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 Mon May 21 09:33:16 2012
@@ -1 +1 @@
-1340901
+1340950

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May 21 09:33:16 2012
@@ -1 +1 @@
-1340901
+1340950

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

Modified: websites/staging/openejb/trunk/content/examples-trunk/webapps/moviefun/app/pom.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/webapps/moviefun/app/pom.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/webapps/moviefun/app/pom.xml Mon May 21 09:33:16 2012
@@ -63,9 +63,9 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.apache.openejb</groupId>
+        <groupId>org.apache.openejb.maven</groupId>
         <artifactId>tomee-maven-plugin</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
         <configuration>
           <tomeeClassifier>plus</tomeeClassifier>
           <args>-Xmx512m -XX:PermSize=256m</args>

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 Mon May 21 09:33:16 2012
@@ -67,9 +67,9 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.apache.openejb</groupId>
+        <groupId>org.apache.openejb.maven</groupId>
         <artifactId>tomee-maven-plugin</artifactId>
-        <version>4.0.0-beta-3-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
         <configuration>
           <tomeeVersion>1.0.0-beta-3-SNAPSHOT</tomeeVersion>
           <tomeeClassifier>plus</tomeeClassifier>
@@ -94,8 +94,8 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.apache.openejb</groupId>
-        <version>${openejb.version}</version>
+        <groupId>org.apache.openejb.maven</groupId>
+        <version>1.0.0-SNAPSHOT</version>
         <artifactId>spi-helper-maven-plugin</artifactId>
         <executions>
           <execution>
@@ -115,8 +115,8 @@
             <version>2.2.0</version>
           </dependency>
           <dependency> <!-- to get the jee6 profile without configuration -->
-            <groupId>org.apache.openejb</groupId>
-            <version>4.0.0-beta-3-SNAPSHOT</version>
+            <groupId>org.apache.openejb.maven</groupId>
+            <version>1.0.0-SNAPSHOT</version>
             <artifactId>spi-helper-jee6-profile</artifactId>
           </dependency>
         </dependencies>