You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by bu...@apache.org on 2012/02/20 23:37:44 UTC

svn commit: r805557 - in /websites/staging/openejb/trunk: ./ content/examples-trunk/simple-osgi/simple-osgi-core/pom.xml content/examples-trunk/webapps/rest-example/pom.xml

Author: buildbot
Date: Mon Feb 20 22:37:44 2012
New Revision: 805557

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/   (props changed)
    websites/staging/openejb/trunk/content/examples-trunk/simple-osgi/simple-osgi-core/pom.xml
    websites/staging/openejb/trunk/content/examples-trunk/webapps/rest-example/pom.xml

Propchange: websites/staging/openejb/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 20 22:37:44 2012
@@ -1 +1 @@
-1291232
+1291494

Modified: websites/staging/openejb/trunk/content/examples-trunk/simple-osgi/simple-osgi-core/pom.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/simple-osgi/simple-osgi-core/pom.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/simple-osgi/simple-osgi-core/pom.xml Mon Feb 20 22:37:44 2012
@@ -45,7 +45,7 @@
       <plugin> <!-- needed otherwise it will not work at runtime -->
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-maven-plugin</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.2.0</version>
         <configuration>
           <includes>org/superbiz/osgi/moviefun/Movie.class</includes>
           <addDefaultConstructor>true</addDefaultConstructor>
@@ -64,7 +64,7 @@
           <dependency>
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa</artifactId>
-            <version>2.1.1</version>
+            <version>2.2.0</version>
           </dependency>
         </dependencies>
       </plugin>

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 Feb 20 22:37:44 2012
@@ -95,7 +95,7 @@
       <plugin> <!-- needed otherwise it will not work at runtime -->
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-maven-plugin</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.2.0</version>
         <configuration>
           <includes>org/superbiz/rest/model/*.class</includes>
           <addDefaultConstructor>true</addDefaultConstructor>
@@ -114,7 +114,7 @@
           <dependency>
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa</artifactId>
-            <version>2.1.1</version>
+            <version>2.2.0</version>
           </dependency>
         </dependencies>
       </plugin>