You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2010/11/04 09:55:38 UTC

svn commit: r1030860 - in /servicemix/smx4/specs/trunk: jaxb-api-2.2/pom.xml jaxws-api-2.2/pom.xml

Author: gertv
Date: Thu Nov  4 08:55:37 2010
New Revision: 1030860

URL: http://svn.apache.org/viewvc?rev=1030860&view=rev
Log:
Fix a few Maven 3 warnings

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

Modified: servicemix/smx4/specs/trunk/jaxb-api-2.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxb-api-2.2/pom.xml?rev=1030860&r1=1030859&r2=1030860&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/jaxb-api-2.2/pom.xml (original)
+++ servicemix/smx4/specs/trunk/jaxb-api-2.2/pom.xml Thu Nov  4 08:55:37 2010
@@ -37,12 +37,12 @@
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.locator</artifactId>
-            <version>${pom.version}</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId>
-            <version>${pom.version}</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
@@ -63,7 +63,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Export-Package>javax.xml.bind*;version=2.2.1;-split-package:=merge-first</Export-Package>
                         <Import-Package>!javax.xml.bind*,*</Import-Package>
                         <Private-Package>org.apache.servicemix.specs.locator;-split-package:=merge-first</Private-Package>

Modified: servicemix/smx4/specs/trunk/jaxws-api-2.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/jaxws-api-2.2/pom.xml?rev=1030860&r1=1030859&r2=1030860&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/jaxws-api-2.2/pom.xml (original)
+++ servicemix/smx4/specs/trunk/jaxws-api-2.2/pom.xml Thu Nov  4 08:55:37 2010
@@ -60,17 +60,17 @@
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.jaxb-api-2.1</artifactId>
-            <version>${pom.version}</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.saaj-api-1.3</artifactId>
-            <version>${pom.version}</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.specs</groupId>
             <artifactId>org.apache.servicemix.specs.stax-api-1.0</artifactId>
-            <version>${pom.version}</version>
+            <version>${project.version}</version>
         </dependency>
     </dependencies>
     <build>
@@ -80,7 +80,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Export-Package>javax.xml.ws*;version=2.2;-split-package:=merge-first</Export-Package>
                         <Import-Package>!javax.xml.ws*,org.apache.geronimo.osgi.registry.api;resolution:=optional,*</Import-Package>
                         <Private-Package>org.apache.geronimo.osgi.locator</Private-Package>