You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ed...@apache.org on 2011/01/21 15:33:50 UTC

svn commit: r1061823 - /tuscany/sca-java-2.x/trunk/pom.xml

Author: edwardsmj
Date: Fri Jan 21 14:33:50 2011
New Revision: 1061823

URL: http://svn.apache.org/viewvc?rev=1061823&view=rev
Log:
Adding the OASIS MVN Repo to the list of repos in the base POM - used for some OASIS standard JARs

Modified:
    tuscany/sca-java-2.x/trunk/pom.xml

Modified: tuscany/sca-java-2.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=1061823&r1=1061822&r2=1061823&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Fri Jan 21 14:33:50 2011
@@ -105,6 +105,18 @@
                 <enabled>false</enabled>
             </snapshots>
         </repository>
+  	  <!-- Material for the OASIS SVN repo which holds the standard versions of some JARs -->
+        <repository>
+           <id>oasis.svn</id>
+           <url>http://tools.oasis-open.org/version-control/svn/sca-j/Release/</url>
+           <releases>
+               <enabled>true</enabled>
+           </releases>
+           <snapshots>
+               <enabled>true</enabled>
+           </snapshots>
+       </repository>
+       <!-- End of material for OASIS SVN repo -->
         <repository>
             <id>apache.ws.zone</id>
             <name>Apache WS Zone Repository</name>