You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2012/10/30 13:41:45 UTC

svn commit: r1403682 - in /openejb/trunk/openejb/examples: cdi-application-scope/pom.xml cdi-request-scope/pom.xml moviefun/pom.xml webservice-ws-security/pom.xml webservice-ws-with-resources-config/pom.xml

Author: jlmonteiro
Date: Tue Oct 30 12:41:45 2012
New Revision: 1403682

URL: http://svn.apache.org/viewvc?rev=1403682&view=rev
Log:
Adding Apache snapshot repo to standalone samples

Modified:
    openejb/trunk/openejb/examples/cdi-application-scope/pom.xml
    openejb/trunk/openejb/examples/cdi-request-scope/pom.xml
    openejb/trunk/openejb/examples/moviefun/pom.xml
    openejb/trunk/openejb/examples/webservice-ws-security/pom.xml
    openejb/trunk/openejb/examples/webservice-ws-with-resources-config/pom.xml

Modified: openejb/trunk/openejb/examples/cdi-application-scope/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/cdi-application-scope/pom.xml?rev=1403682&r1=1403681&r2=1403682&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/cdi-application-scope/pom.xml (original)
+++ openejb/trunk/openejb/examples/cdi-application-scope/pom.xml Tue Oct 30 12:41:45 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: openejb/trunk/openejb/examples/cdi-request-scope/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/cdi-request-scope/pom.xml?rev=1403682&r1=1403681&r2=1403682&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/cdi-request-scope/pom.xml (original)
+++ openejb/trunk/openejb/examples/cdi-request-scope/pom.xml Tue Oct 30 12:41:45 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: openejb/trunk/openejb/examples/moviefun/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/moviefun/pom.xml?rev=1403682&r1=1403681&r2=1403682&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/moviefun/pom.xml (original)
+++ openejb/trunk/openejb/examples/moviefun/pom.xml Tue Oct 30 12:41:45 2012
@@ -25,6 +25,13 @@
     <module>app</module>
     <module>monitor</module>
   </modules>
+  <repositories>
+    <repository>
+      <id>apache-m2-snapshot</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+    </repository>
+  </repositories>
 
   <!--
   This section allows you to configure where to publish libraries for sharing.

Modified: openejb/trunk/openejb/examples/webservice-ws-security/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webservice-ws-security/pom.xml?rev=1403682&r1=1403681&r2=1403682&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/webservice-ws-security/pom.xml (original)
+++ openejb/trunk/openejb/examples/webservice-ws-security/pom.xml Tue Oct 30 12:41:45 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: openejb/trunk/openejb/examples/webservice-ws-with-resources-config/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webservice-ws-with-resources-config/pom.xml?rev=1403682&r1=1403681&r2=1403682&view=diff
==============================================================================
--- openejb/trunk/openejb/examples/webservice-ws-with-resources-config/pom.xml (original)
+++ openejb/trunk/openejb/examples/webservice-ws-with-resources-config/pom.xml Tue Oct 30 12:41:45 2012
@@ -27,6 +27,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>