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/10/30 13:41:54 UTC

svn commit: r836585 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/examples-trunk/cdi-application-scope/ content/examples-trunk/cdi-request-scope/ content/examples-trunk/moviefun/ content/examples-trunk/webservice-ws-security/ content/...

Author: buildbot
Date: Tue Oct 30 12:41:53 2012
New Revision: 836585

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/cdi-application-scope/pom.xml
    websites/staging/openejb/trunk/content/examples-trunk/cdi-request-scope/pom.xml
    websites/staging/openejb/trunk/content/examples-trunk/moviefun/pom.xml
    websites/staging/openejb/trunk/content/examples-trunk/webservice-ws-security/pom.xml
    websites/staging/openejb/trunk/content/examples-trunk/webservice-ws-with-resources-config/pom.xml

Propchange: websites/staging/openejb/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Oct 30 12:41:53 2012
@@ -1 +1 @@
-1403653
+1403682

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Oct 30 12:41:53 2012
@@ -1 +1 @@
-1403653
+1403682

Modified: websites/staging/openejb/trunk/content/examples-trunk/cdi-application-scope/pom.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/cdi-application-scope/pom.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/cdi-application-scope/pom.xml Tue Oct 30 12:41:53 2012
@@ -30,7 +30,13 @@
       </plugin>
     </plugins>
   </build>
-
+  <repositories>
+    <repository>
+      <id>apache-m2-snapshot</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+    </repository>
+  </repositories>
   <dependencies>
     <dependency>
       <groupId>org.apache.openejb</groupId>

Modified: websites/staging/openejb/trunk/content/examples-trunk/cdi-request-scope/pom.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/cdi-request-scope/pom.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/cdi-request-scope/pom.xml Tue Oct 30 12:41:53 2012
@@ -30,7 +30,13 @@
       </plugin>
     </plugins>
   </build>
-
+  <repositories>
+    <repository>
+      <id>apache-m2-snapshot</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+    </repository>
+  </repositories>
   <dependencies>
     <dependency>
       <groupId>org.apache.openejb</groupId>

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

Modified: websites/staging/openejb/trunk/content/examples-trunk/webservice-ws-security/pom.xml
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/webservice-ws-security/pom.xml (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/webservice-ws-security/pom.xml Tue Oct 30 12:41:53 2012
@@ -29,6 +29,13 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
+  <repositories>
+    <repository>
+      <id>apache-m2-snapshot</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+    </repository>
+  </repositories>
   <dependencies>
     <dependency>
       <groupId>org.apache.openejb</groupId>
@@ -140,4 +147,4 @@
       <url>file://${basedir}/target/snapshot-repo/</url>
     </snapshotRepository>
   </distributionManagement>
-</project>
\ No newline at end of file
+</project>

Modified: websites/staging/openejb/trunk/content/examples-trunk/webservice-ws-with-resources-config/pom.xml
==============================================================================
Binary files - no diff available.