You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/06/05 21:32:02 UTC

svn commit: r663713 - /servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml

Author: gnodet
Date: Thu Jun  5 12:32:02 2008
New Revision: 663713

URL: http://svn.apache.org/viewvc?rev=663713&view=rev
Log:
Fix formatting and use the correct version 2.1 for the packages

Modified:
    servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml

Modified: servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml?rev=663713&r1=663712&r2=663713&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml (original)
+++ servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml Thu Jun  5 12:32:02 2008
@@ -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>