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 2009/02/09 11:53:43 UTC

svn commit: r742384 - in /servicemix/smx4/specs/trunk: jaxws-api-2.1/pom.xml scripting-api-1.0/pom.xml

Author: gnodet
Date: Mon Feb  9 10:53:43 2009
New Revision: 742384

URL: http://svn.apache.org/viewvc?rev=742384&view=rev
Log:
Fix specs before release

Modified:
    servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml
    servicemix/smx4/specs/trunk/scripting-api-1.0/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=742384&r1=742383&r2=742384&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml (original)
+++ servicemix/smx4/specs/trunk/jaxws-api-2.1/pom.xml Mon Feb  9 10:53:43 2009
@@ -157,8 +157,8 @@
                                 <configuration>
                                     <artifactItems>
                                         <artifactItem>
-                                            <groupId>org.apache.axis2</groupId>
-                                            <artifactId>axis2-jaxws-api</artifactId>
+                                            <groupId>org.apache.geronimo.specs</groupId>
+                                            <artifactId>geronimo-jaxws_2.1_spec</artifactId>
                                             <classifier>sources</classifier>
                                         </artifactItem>
                                         <artifactItem>

Modified: servicemix/smx4/specs/trunk/scripting-api-1.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/scripting-api-1.0/pom.xml?rev=742384&r1=742383&r2=742384&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/scripting-api-1.0/pom.xml (original)
+++ servicemix/smx4/specs/trunk/scripting-api-1.0/pom.xml Mon Feb  9 10:53:43 2009
@@ -46,14 +46,6 @@
         </dependency>
     </dependencies>
 
-    <repositories>
-        <repository>
-            <id>codehaus</id>
-            <name>Codehaus Repository</name>
-            <url>http://repository.codehaus.org/</url>
-        </repository>
-    </repositories>
-        
     <build>
         <plugins>
             <plugin>