Author: dims
Date: Wed Feb 14 07:18:50 2007
New Revision: 507571

URL: http://svn.apache.org/viewvc?view=rev&rev=507571
Log:
cleanup pom

Modified:
    webservices/wss4j/trunk/pom.xml

Modified: webservices/wss4j/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/pom.xml?view=diff&rev=507571&r1=507570&r2=507571
==============================================================================
--- webservices/wss4j/trunk/pom.xml (original)
+++ webservices/wss4j/trunk/pom.xml Wed Feb 14 07:18:50 2007
@@ -210,68 +210,63 @@
         </profile>
     </profiles>
    <properties>
-        <axis2.version>SNAPSHOT</axis2.version>
-        <addressing.version>SNAPSHOT</addressing.version>
-        
-       <axiom.version>SNAPSHOT</axiom.version>
-       <addressing.mar.version>SNAPSHOT</addressing.mar.version>
-
-        <wss4j.version>SNAPSHOT</wss4j.version>
         <xmlsec.version>1.3.0</xmlsec.version>
-       
-       <opensaml.version>1.1</opensaml.version>
-       
-        <XmlSchema.version>SNAPSHOT</XmlSchema.version>
-        <neethi.version>2.0</neethi.version>
-        
-        <bsf.version>2.4.0</bsf.version>
-        <xbean.version>2.1.0</xbean.version>
-       <woden.version>1.0.0M6</woden.version>
-        <wsdl4j.version>1.6.1</wsdl4j.version>
-        <annogen.version>0.1.0</annogen.version>
-        <xml_schema.version>1.2</xml_schema.version>
-
-        <activation.version>1.1</activation.version>
-        <javamail.version>1.4</javamail.version>
-
-        <jaxen.version>1.1-beta-10</jaxen.version>
-
-        <stax.impl.groupid>org.codehaus.woodstox</stax.impl.groupid>
-        <stax.impl.artifactid>wstx-asl</stax.impl.artifactid>
-        <stax.impl.version>3.2.0</stax.impl.version>
-        <stax.api.version>1.0.1</stax.api.version>
+           <opensaml.version>1.1</opensaml.version>
         <xml.apis.version>1.3.03</xml.apis.version>
-
         <bcprov.jdk13.version>132</bcprov.jdk13.version>
         <bcprov.jdk15.version>132</bcprov.jdk15.version>
-
-        <commons.codec.version>1.3</commons.codec.version>
-        <commons.httpclient.version>3.0.1</commons.httpclient.version>
-        <commons.logging.version>1.1</commons.logging.version>
-        
<backport_util_concurrent.version>2.1</backport_util_concurrent.version>
-
-        <jetty.version>6.0.1</jetty.version>
-        <slf4j.version>1.0.1</slf4j.version>
-        <servletapi.version>2.3</servletapi.version>
-
-        <junit.version>3.8.1</junit.version>
-        <xmlunit.version>1.0</xmlunit.version>
-        <log4j.version>1.2.13</log4j.version>
-
-        <jakarta.httpcore.version>4.0-alpha3</jakarta.httpcore.version>
-        <commons.collections.version>3.1</commons.collections.version>
-               <commons.fileupload.version>1.1.1</commons.fileupload.version>
-        <commons.discovery.version>0.2</commons.discovery.version>
-
-
-        <ant.version>1.6.5</ant.version>
-
-        <spring.version>1.2.6</spring.version>
-
-        <xalan.version>2.7.0</xalan.version>
-               <xerces.version>2.8.1</xerces.version>
-       
+        <commons.logging.version>1.1</commons.logging.version>
+        <xalan.version>2.7.0</xalan.version>
+        <xerces.version>2.8.1</xerces.version>        
     </properties>
+    <repositories>
+               <repository>
+                       <releases>
+                               <enabled>false</enabled>
+                               <updatePolicy>always</updatePolicy>
+                               <checksumPolicy>warn</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>true</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>fail</checksumPolicy>
+                       </snapshots>
+                       <id>apache-snapshots</id>
+                       <name>Apache Maven2 SNAPSHOTS</name>
+                       
<url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+                       <layout>default</layout>
+               </repository>
+               <repository>
+                       <releases>
+                               <enabled>true</enabled>
+                               <updatePolicy>always</updatePolicy>
+                               <checksumPolicy>warn</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>true</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>warn</checksumPolicy>
+                       </snapshots>
+                       <id>apache-ws-snapshots2</id>
+                       <name>Apache ws.zones - 2</name>
+                       <url>http://ws.zones.apache.org/repository2/</url>
+               </repository>
+               <repository>
+                       <releases>
+                               <enabled>true</enabled>
+                               <updatePolicy>always</updatePolicy>
+                               <checksumPolicy>warn</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                               <updatePolicy>never</updatePolicy>
+                               <checksumPolicy>warn</checksumPolicy>
+                       </snapshots>
+                       <id>maven2</id>
+                       <name>Maven2 repo</name>
+                       <url>http://repo1.maven.org/maven2/</url>
+               </repository>
+       </repositories>
     <pluginRepositories>
         <pluginRepository>
             <id>snapshot</id>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to