Fix formatting and use the correct version 2.1 for the packages

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/specs/trunk@663713 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jaxws-api-2.1/pom.xml b/jaxws-api-2.1/pom.xml
index 4b3ae85..5bf069c 100644
--- a/jaxws-api-2.1/pom.xml
+++ b/jaxws-api-2.1/pom.xml
@@ -95,20 +95,20 @@
       </exclusions>
     </dependency>
     <dependency>
-	  <groupId>org.apache.servicemix.specs</groupId>
-	  <artifactId>org.apache.servicemix.specs.jaxb-api-2.1</artifactId>
-	  <version>${pom.version}</version>
-	</dependency>
+      <groupId>org.apache.servicemix.specs</groupId>
+      <artifactId>org.apache.servicemix.specs.jaxb-api-2.1</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
     <dependency>
-	  <groupId>org.apache.servicemix.specs</groupId>
-	  <artifactId>org.apache.servicemix.specs.saaj-api-1.3</artifactId>
-	  <version>${pom.version}</version>
-	</dependency>
+      <groupId>org.apache.servicemix.specs</groupId>
+      <artifactId>org.apache.servicemix.specs.saaj-api-1.3</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
     <dependency>
-	  <groupId>org.apache.servicemix.specs</groupId>
-	  <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId>
-	  <version>${pom.version}</version>
-	</dependency>
+      <groupId>org.apache.servicemix.specs</groupId>
+      <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
@@ -136,7 +136,7 @@
               <configuration>
                   <instructions>
                       <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-                      <Export-Package>javax.xml.ws*;version=2.0;-split-package:=merge-first</Export-Package>
+                      <Export-Package>javax.xml.ws*;version=2.1;-split-package:=merge-first</Export-Package>
                       <Import-Package>*</Import-Package>
                       <Private-Package>org.apache.servicemix.specs.locator</Private-Package>
                       <Bundle-Activator>org.apache.servicemix.specs.locator.Activator</Bundle-Activator>