You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/01/27 18:36:23 UTC

svn commit: r903751 - in /geronimo/specs/trunk/geronimo-jaxws_2.1.1_spec: ./ pom.xml

Author: rickmcguire
Date: Wed Jan 27 17:36:22 2010
New Revision: 903751

URL: http://svn.apache.org/viewvc?rev=903751&view=rev
Log:
GERONIMO-5023  jaxws spec jar has wrong version number for its package exports. 


Added:
    geronimo/specs/trunk/geronimo-jaxws_2.1.1_spec/
      - copied from r902048, geronimo/specs/trunk/geronimo-jaxws_2.1_spec/
Modified:
    geronimo/specs/trunk/geronimo-jaxws_2.1.1_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-jaxws_2.1.1_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jaxws_2.1.1_spec/pom.xml?rev=903751&r1=902048&r2=903751&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jaxws_2.1.1_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jaxws_2.1.1_spec/pom.xml Wed Jan 27 17:36:22 2010
@@ -7,9 +7,9 @@
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
     with the License.  You may obtain a copy of the License at
-    
+
      http://www.apache.org/licenses/LICENSE-2.0
-    
+
     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -31,11 +31,11 @@
     </parent>
 
     <groupId>org.apache.geronimo.specs</groupId>
-    <artifactId>geronimo-jaxws_2.1_spec</artifactId>
+    <artifactId>geronimo-jaxws_2.1.1_spec</artifactId>
     <packaging>bundle</packaging>
-    <name>Apache Geronimo JAX-WS 2.1 API</name>
-    <version>1.0.1-SNAPSHOT</version>
-    <description>Java API for XML Web Services 2.1</description>
+    <name>Apache Geronimo JAX-WS 2.1.1 API</name>
+    <version>1.0-SNAPSHOT</version>
+    <description>Java API for XML Web Services 2.1.1</description>
 
     <url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
     <distributionManagement>
@@ -50,9 +50,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jaxws_2.1_spec/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jaxws_2.1_spec/</developerConnection>
-        <url>https://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-jaxws_2.1_spec/</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jaxws_2.1.1_spec/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jaxws_2.1.1_spec/</developerConnection>
+        <url>https://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-jaxws_2.1.1_spec/</url>
     </scm>
 
     <dependencies>
@@ -65,7 +65,7 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jaxb_2.1_spec</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -89,7 +89,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Export-Package>javax.xml.ws*;version=2.1</Export-Package>
+                        <Export-Package>javax.xml.ws*;version=2.1.1</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>