You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2011/12/27 22:06:28 UTC

svn commit: r1225016 - /axis/axis2/java/core/trunk/modules/parent/pom.xml

Author: veithen
Date: Tue Dec 27 21:06:28 2011
New Revision: 1225016

URL: http://svn.apache.org/viewvc?rev=1225016&view=rev
Log:
Cleanup:
* Replaced tabs with spaces.
* Reverted an accidental change of the mailing list metadate introduced by r1222168.

Modified:
    axis/axis2/java/core/trunk/modules/parent/pom.xml

Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=1225016&r1=1225015&r2=1225016&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/parent/pom.xml Tue Dec 27 21:06:28 2011
@@ -66,13 +66,13 @@
         <url>http://issues.apache.org/jira/browse/AXIS2</url>
     </issueManagement>
     <properties>
-	<!-- Tracking SNAPSHOT(s) of a few projects -->
+        <!-- Tracking SNAPSHOT(s) of a few projects -->
         <axiom.version>1.2.13-SNAPSHOT</axiom.version>
         <neethi.version>3.0.2-SNAPSHOT</neethi.version>
         <woden.version>1.0-SNAPSHOT</woden.version>
         <xmlschema.version>1.4.8-SNAPSHOT</xmlschema.version>
 
-	<!-- Use released versions for these projects -->
+        <!-- Use released versions for these projects -->
         <ant.version>1.7.0</ant.version>
         <antlr.version>2.7.7</antlr.version>
         <bsf.version>2.4.0</bsf.version>
@@ -145,7 +145,7 @@
             <name>Axis2 User List</name>
             <subscribe>java-user-subscribe@axis.apache.org</subscribe>
             <unsubscribe>java-user-unsubscribe@axis.apache.org</unsubscribe>
-            <post>java-user@axis.apache.ormaven.plugin.descriptor.versiong</post>
+            <post>java-user@axis.apache.org</post>
             <archive>http://mail-archives.apache.org/mod_mbox/axis-java-user/</archive>
             <otherArchives>
                 <otherArchive>http://markmail.org/search/list:org.apache.ws.axis-user</otherArchive>
@@ -786,20 +786,20 @@
                 <version>${maven.archiver.version}</version>
             </dependency>
             <dependency>
-			    <groupId>org.apache.maven</groupId>
-			    <artifactId>maven-plugin-descriptor</artifactId>
-			    <version>${maven.plugin.descriptor.version}</version>
-		    </dependency>
+                <groupId>org.apache.maven</groupId>
+                <artifactId>maven-plugin-descriptor</artifactId>
+                <version>${maven.plugin.descriptor.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.codehaus.plexus</groupId>
                 <artifactId>plexus-utils</artifactId>
                 <version>${plexus.utils.version}</version>
             </dependency>
             <dependency>
-			    <groupId>org.codehaus.plexus</groupId>
-			    <artifactId>plexus-classworlds</artifactId>
-			    <version>${plexus.classworlds.version}</version>
-		    </dependency>
+                <groupId>org.codehaus.plexus</groupId>
+                <artifactId>plexus-classworlds</artifactId>
+                <version>${plexus.classworlds.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.apache.maven.shared</groupId>
                 <artifactId>maven-plugin-testing-harness</artifactId>
@@ -981,13 +981,13 @@
                     <version>${junit.version}</version>
                 </dependency>
             </dependencies>
-	        <!-- JDK 1.6 build still use JAX-WS 2.1 because integrating Java endorsed 
-		         mechanism with Maven is bit of complex -->
-	        <properties>
+            <!-- JDK 1.6 build still use JAX-WS 2.1 because integrating Java endorsed 
+                 mechanism with Maven is bit of complex -->
+            <properties>
                 <jaxb.api.version>2.1</jaxb.api.version>
-				<jaxbri.version>2.1.7</jaxbri.version>
-				<jaxws.tools.version>2.1.3</jaxws.tools.version>
-				<jaxws.rt.version>2.1.3</jaxws.rt.version>
+                <jaxbri.version>2.1.7</jaxbri.version>
+                <jaxws.tools.version>2.1.3</jaxws.tools.version>
+                <jaxws.rt.version>2.1.3</jaxws.rt.version>
             </properties>
         </profile>
     </profiles>